Skip to content

Commit

Permalink
Updates SDK to v2.1648.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 25, 2024
1 parent 1a19fde commit d452976
Show file tree
Hide file tree
Showing 20 changed files with 731 additions and 325 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1648.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Doc only update for Auto Scaling's TargetTrackingMetricDataQuery"
},
{
"type": "feature",
"category": "EC2",
"description": "This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types"
},
{
"type": "feature",
"category": "NetworkManager",
"description": "This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support."
},
{
"type": "feature",
"category": "WorkSpacesThinClient",
"description": "This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1647.0-->
<!--LATEST=2.1648.0-->
<!--ENTRYINSERT-->

## 2.1648.0
* feature: AutoScaling: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
* feature: EC2: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
* feature: NetworkManager: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
* feature: WorkSpacesThinClient: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.

## 2.1647.0
* bugfix: opsworks: delete tests
* feature: BedrockRuntime: Increases Converse API's document name length
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1647.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1648.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
8 changes: 7 additions & 1 deletion apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"apiVersion": "2011-01-01",
"endpointPrefix": "autoscaling",
"protocol": "query",
"protocols": [
"query"
],
"serviceFullName": "Auto Scaling",
"serviceId": "Auto Scaling",
"signatureVersion": "v4",
"uid": "autoscaling-2011-01-01",
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/"
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AttachInstances": {
Expand Down
150 changes: 78 additions & 72 deletions apis/autoscaling-2011-01-01.normal.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -40213,7 +40213,22 @@
"u7i-12tb.224xlarge",
"u7in-16tb.224xlarge",
"u7in-24tb.224xlarge",
"u7in-32tb.224xlarge"
"u7in-32tb.224xlarge",
"u7ib-12tb.224xlarge",
"c7gn.metal",
"r8g.medium",
"r8g.large",
"r8g.xlarge",
"r8g.2xlarge",
"r8g.4xlarge",
"r8g.8xlarge",
"r8g.12xlarge",
"r8g.16xlarge",
"r8g.24xlarge",
"r8g.48xlarge",
"r8g.metal-24xl",
"r8g.metal-48xl",
"mac2-m1ultra.metal"
]
},
"InstanceTypeHypervisor": {
Expand Down
Loading

0 comments on commit d452976

Please sign in to comment.