Skip to content

Commit ea0c69a

Browse files
author
awstools
committed
Updates SDK to v2.1644.0
1 parent 9dedd83 commit ea0c69a

33 files changed

+3614
-1127
lines changed

.changes/2.1644.0.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockRuntime",
5+
"description": "This release adds support for using Guardrails with the Converse and ConverseStream APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ConfigService",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EKS",
20+
"description": "This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Lightsail",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Polly",
30+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Rekognition",
35+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMaker",
40+
"description": "Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Shield",
45+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Snowball",
50+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
51+
}
52+
]

CHANGELOG.md

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

5+
## 2.1644.0
6+
* feature: BedrockRuntime: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
7+
* feature: CloudTrail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* feature: ConfigService: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: EKS: This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
10+
* feature: Lightsail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: Polly: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* feature: Rekognition: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* feature: SageMaker: Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
14+
* feature: Shield: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
* feature: Snowball: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
517
## 2.1643.0
618
* feature: Batch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
719
* feature: CodeBuild: AWS CodeBuild now supports global and organization GitHub webhooks

README.md

Lines changed: 1 addition & 1 deletion
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.1643.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1644.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

0 commit comments

Comments
 (0)