Skip to content

Commit

Permalink
Updates SDK to v2.1451.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 5, 2023
1 parent 39e7e8a commit ecd7c9c
Show file tree
Hide file tree
Showing 30 changed files with 898 additions and 441 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1451.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Billingconductor",
"description": "This release adds support for line item filtering in for the custom line item resource."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs."
},
{
"type": "feature",
"category": "EC2",
"description": "Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances."
},
{
"type": "feature",
"category": "EventBridge",
"description": "Improve Endpoint Ruleset test coverage."
},
{
"type": "feature",
"category": "RDS",
"description": "Add support for feature integration with AWS Backup."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response."
},
{
"type": "feature",
"category": "VPCLattice",
"description": "This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1450.0-->
<!--LATEST=2.1451.0-->
<!--ENTRYINSERT-->

## 2.1451.0
* feature: Billingconductor: This release adds support for line item filtering in for the custom line item resource.
* feature: ComputeOptimizer: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
* feature: EC2: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
* feature: EventBridge: Improve Endpoint Ruleset test coverage.
* feature: RDS: Add support for feature integration with AWS Backup.
* feature: SageMaker: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
* feature: VPCLattice: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.

## 2.1450.0
* feature: ChimeSDKMediaPipelines: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
* feature: Connect: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1450.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1451.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
Loading

0 comments on commit ecd7c9c

Please sign in to comment.