Skip to content

Commit

Permalink
Updates SDK to v2.1634.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 4, 2024
1 parent 2c27ee5 commit 0d430fd
Show file tree
Hide file tree
Showing 30 changed files with 5,644 additions and 1,988 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1634.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Pipes",
"description": "This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID."
},
{
"type": "feature",
"category": "TaxSettings",
"description": "Initial release of AWS Tax Settings API"
}
]
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.1633.0-->
<!--LATEST=2.1634.0-->
<!--ENTRYINSERT-->

## 2.1634.0
* 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.
* feature: Pipes: This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes
* feature: SageMaker: Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.
* feature: TaxSettings: Initial release of AWS Tax Settings API

## 2.1633.0
* feature: Batch: This release adds support for the AWS Batch GetJobQueueSnapshot API operation.
* feature: EKS: Adds support for EKS add-ons pod identity associations integration
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.1633.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1634.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
3 changes: 3 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"apiVersion": "2016-11-15",
"endpointPrefix": "ec2",
"protocol": "ec2",
"protocols": [
"query"
],
"serviceAbbreviation": "Amazon EC2",
"serviceFullName": "Amazon Elastic Compute Cloud",
"serviceId": "EC2",
Expand Down
14 changes: 13 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"apiVersion": "2016-11-15",
"endpointPrefix": "ec2",
"protocol": "ec2",
"protocols": [
"query"
],
"serviceAbbreviation": "Amazon EC2",
"serviceFullName": "Amazon Elastic Compute Cloud",
"serviceId": "EC2",
Expand Down Expand Up @@ -40133,7 +40136,16 @@
"g6.24xlarge",
"g6.48xlarge",
"gr6.4xlarge",
"gr6.8xlarge"
"gr6.8xlarge",
"c7i-flex.large",
"c7i-flex.xlarge",
"c7i-flex.2xlarge",
"c7i-flex.4xlarge",
"c7i-flex.8xlarge",
"u7i-12tb.224xlarge",
"u7in-16tb.224xlarge",
"u7in-24tb.224xlarge",
"u7in-32tb.224xlarge"
]
},
"InstanceTypeHypervisor": {
Expand Down
3 changes: 3 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,5 +1421,8 @@
},
"mailmanager": {
"name": "MailManager"
},
"taxsettings": {
"name": "TaxSettings"
}
}
Loading

0 comments on commit 0d430fd

Please sign in to comment.