Skip to content

Commit

Permalink
Updates SDK to v2.1348.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 31, 2023
1 parent c58ec67 commit cc11160
Show file tree
Hide file tree
Showing 24 changed files with 729 additions and 574 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1348.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "InternetMonitor",
"description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs."
},
{
"type": "feature",
"category": "SMS",
"description": "Deprecating AWS Server Migration Service."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1347.0-->
<!--LATEST=2.1348.0-->
<!--ENTRYINSERT-->

## 2.1348.0
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
* feature: SMS: Deprecating AWS Server Migration Service.
* feature: SageMakerFeatureStoreRuntime: In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data.

## 2.1347.0
* feature: Athena: Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1347.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1348.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
6 changes: 3 additions & 3 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -31916,7 +31916,7 @@
"members": {
"CapacityReservationId": {
"shape": "CapacityReservationId",
"documentation": "<p>The ID of the Capacity Reservation.</p>"
"documentation": "<p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.</p>"
},
"NextToken": {
"shape": "String",
Expand Down Expand Up @@ -35367,7 +35367,7 @@
},
"ElasticInferenceAcceleratorAssociations": {
"shape": "ElasticInferenceAcceleratorAssociationList",
"documentation": "<p> The elastic inference accelerator associated with the instance.</p>",
"documentation": "<p>The elastic inference accelerator associated with the instance.</p>",
"locationName": "elasticInferenceAcceleratorAssociationSet"
},
"NetworkInterfaces": {
Expand Down Expand Up @@ -51910,7 +51910,7 @@
},
"ElasticInferenceAccelerators": {
"shape": "ElasticInferenceAccelerators",
"documentation": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p>",
"documentation": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p> <note> <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.</p> </note>",
"locationName": "ElasticInferenceAccelerator"
},
"TagSpecifications": {
Expand Down
60 changes: 41 additions & 19 deletions apis/internetmonitor-2021-06-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
},
"MaxCityNetworksToMonitor": {
"type": "integer"
},
"InternetMeasurementsLogDelivery": {
"shape": "Sa"
}
}
},
Expand Down Expand Up @@ -114,19 +117,19 @@
"EventArn": {},
"EventId": {},
"StartedAt": {
"shape": "Si"
"shape": "Sm"
},
"EndedAt": {
"shape": "Si"
"shape": "Sm"
},
"CreatedAt": {
"shape": "Si"
"shape": "Sm"
},
"LastUpdatedAt": {
"shape": "Si"
"shape": "Sm"
},
"ImpactedLocations": {
"shape": "Sj"
"shape": "Sn"
},
"Status": {},
"PercentOfTotalTrafficImpacted": {
Expand Down Expand Up @@ -173,10 +176,10 @@
},
"Status": {},
"CreatedAt": {
"shape": "Si"
"shape": "Sm"
},
"ModifiedAt": {
"shape": "Si"
"shape": "Sm"
},
"ProcessingStatus": {},
"ProcessingStatusInfo": {},
Expand All @@ -185,6 +188,9 @@
},
"MaxCityNetworksToMonitor": {
"type": "integer"
},
"InternetMeasurementsLogDelivery": {
"shape": "Sa"
}
}
}
Expand All @@ -206,12 +212,12 @@
"locationName": "MonitorName"
},
"StartTime": {
"shape": "Si",
"shape": "Sm",
"location": "querystring",
"locationName": "StartTime"
},
"EndTime": {
"shape": "Si",
"shape": "Sm",
"location": "querystring",
"locationName": "EndTime"
},
Expand Down Expand Up @@ -253,19 +259,19 @@
"EventArn": {},
"EventId": {},
"StartedAt": {
"shape": "Si"
"shape": "Sm"
},
"EndedAt": {
"shape": "Si"
"shape": "Sm"
},
"CreatedAt": {
"shape": "Si"
"shape": "Sm"
},
"LastUpdatedAt": {
"shape": "Si"
"shape": "Sm"
},
"ImpactedLocations": {
"shape": "Sj"
"shape": "Sn"
},
"Status": {},
"PercentOfTotalTrafficImpacted": {
Expand Down Expand Up @@ -443,6 +449,9 @@
},
"MaxCityNetworksToMonitor": {
"type": "integer"
},
"InternetMeasurementsLogDelivery": {
"shape": "Sa"
}
}
},
Expand Down Expand Up @@ -470,11 +479,24 @@
"key": {},
"value": {}
},
"Si": {
"Sa": {
"type": "structure",
"members": {
"S3Config": {
"type": "structure",
"members": {
"BucketName": {},
"BucketPrefix": {},
"LogDeliveryStatus": {}
}
}
}
},
"Sm": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"Sj": {
"Sn": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -512,10 +534,10 @@
],
"members": {
"Networks": {
"shape": "Sp"
"shape": "St"
},
"AsPath": {
"shape": "Sp"
"shape": "St"
},
"NetworkEventType": {}
}
Expand Down Expand Up @@ -570,7 +592,7 @@
}
}
},
"Sp": {
"St": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit cc11160

Please sign in to comment.