Skip to content

Commit d452976

Browse files
author
awstools
committed
Updates SDK to v2.1648.0
1 parent 1a19fde commit d452976

20 files changed

+731
-325
lines changed

Diff for: .changes/2.1648.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AutoScaling",
5+
"description": "Doc only update for Auto Scaling's TargetTrackingMetricDataQuery"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "NetworkManager",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpacesThinClient",
20+
"description": "This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output."
21+
}
22+
]

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1647.0-->
2+
<!--LATEST=2.1648.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1648.0
6+
* feature: AutoScaling: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
7+
* feature: EC2: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
8+
* 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.
9+
* feature: WorkSpacesThinClient: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.
10+
511
## 2.1647.0
612
* bugfix: opsworks: delete tests
713
* feature: BedrockRuntime: Increases Converse API's document name length

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1647.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1648.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/autoscaling-2011-01-01.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
"apiVersion": "2011-01-01",
55
"endpointPrefix": "autoscaling",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceFullName": "Auto Scaling",
811
"serviceId": "Auto Scaling",
912
"signatureVersion": "v4",
1013
"uid": "autoscaling-2011-01-01",
11-
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/"
14+
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
15+
"auth": [
16+
"aws.auth#sigv4"
17+
]
1218
},
1319
"operations": {
1420
"AttachInstances": {

Diff for: apis/autoscaling-2011-01-01.normal.json

+78-72
Large diffs are not rendered by default.

Diff for: apis/ec2-2016-11-15.normal.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -40213,7 +40213,22 @@
4021340213
"u7i-12tb.224xlarge",
4021440214
"u7in-16tb.224xlarge",
4021540215
"u7in-24tb.224xlarge",
40216-
"u7in-32tb.224xlarge"
40216+
"u7in-32tb.224xlarge",
40217+
"u7ib-12tb.224xlarge",
40218+
"c7gn.metal",
40219+
"r8g.medium",
40220+
"r8g.large",
40221+
"r8g.xlarge",
40222+
"r8g.2xlarge",
40223+
"r8g.4xlarge",
40224+
"r8g.8xlarge",
40225+
"r8g.12xlarge",
40226+
"r8g.16xlarge",
40227+
"r8g.24xlarge",
40228+
"r8g.48xlarge",
40229+
"r8g.metal-24xl",
40230+
"r8g.metal-48xl",
40231+
"mac2-m1ultra.metal"
4021740232
]
4021840233
},
4021940234
"InstanceTypeHypervisor": {

0 commit comments

Comments
 (0)