Skip to content

Commit ecd7c9c

Browse files
author
awstools
committed
Updates SDK to v2.1451.0
1 parent 39e7e8a commit ecd7c9c

30 files changed

+898
-441
lines changed

.changes/2.1451.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Billingconductor",
5+
"description": "This release adds support for line item filtering in for the custom line item resource."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ComputeOptimizer",
10+
"description": "This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EventBridge",
20+
"description": "Improve Endpoint Ruleset test coverage."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "Add support for feature integration with AWS Backup."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "VPCLattice",
35+
"description": "This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies."
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1450.0-->
2+
<!--LATEST=2.1451.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1451.0
6+
* feature: Billingconductor: This release adds support for line item filtering in for the custom line item resource.
7+
* feature: ComputeOptimizer: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
8+
* 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.
9+
* feature: EventBridge: Improve Endpoint Ruleset test coverage.
10+
* feature: RDS: Add support for feature integration with AWS Backup.
11+
* 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.
12+
* feature: VPCLattice: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.
13+
514
## 2.1450.0
615
* 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.
716
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1450.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1451.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)