Skip to content

Commit 0d430fd

Browse files
author
awstools
committed
Updates SDK to v2.1634.0
1 parent 2c27ee5 commit 0d430fd

30 files changed

+5644
-1988
lines changed

.changes/2.1634.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Pipes",
10+
"description": "This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "TaxSettings",
20+
"description": "Initial release of AWS Tax Settings API"
21+
}
22+
]

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.1633.0-->
2+
<!--LATEST=2.1634.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1634.0
6+
* feature: EC2: U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
7+
* feature: Pipes: This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes
8+
* feature: SageMaker: Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.
9+
* feature: TaxSettings: Initial release of AWS Tax Settings API
10+
511
## 2.1633.0
612
* feature: Batch: This release adds support for the AWS Batch GetJobQueueSnapshot API operation.
713
* feature: EKS: Adds support for EKS add-ons pod identity associations integration

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.1633.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1634.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

apis/ec2-2016-11-15.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"apiVersion": "2016-11-15",
55
"endpointPrefix": "ec2",
66
"protocol": "ec2",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Amazon EC2",
811
"serviceFullName": "Amazon Elastic Compute Cloud",
912
"serviceId": "EC2",

apis/ec2-2016-11-15.normal.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"apiVersion": "2016-11-15",
55
"endpointPrefix": "ec2",
66
"protocol": "ec2",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Amazon EC2",
811
"serviceFullName": "Amazon Elastic Compute Cloud",
912
"serviceId": "EC2",
@@ -40133,7 +40136,16 @@
4013340136
"g6.24xlarge",
4013440137
"g6.48xlarge",
4013540138
"gr6.4xlarge",
40136-
"gr6.8xlarge"
40139+
"gr6.8xlarge",
40140+
"c7i-flex.large",
40141+
"c7i-flex.xlarge",
40142+
"c7i-flex.2xlarge",
40143+
"c7i-flex.4xlarge",
40144+
"c7i-flex.8xlarge",
40145+
"u7i-12tb.224xlarge",
40146+
"u7in-16tb.224xlarge",
40147+
"u7in-24tb.224xlarge",
40148+
"u7in-32tb.224xlarge"
4013740149
]
4013840150
},
4013940151
"InstanceTypeHypervisor": {

apis/metadata.json

+3
Original file line numberDiff line numberDiff line change
@@ -1421,5 +1421,8 @@
14211421
},
14221422
"mailmanager": {
14231423
"name": "MailManager"
1424+
},
1425+
"taxsettings": {
1426+
"name": "TaxSettings"
14241427
}
14251428
}

0 commit comments

Comments
 (0)