Skip to content

Commit efb9563

Browse files
author
awstools
committed
Updates SDK to v2.1666.0
1 parent 0215334 commit efb9563

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4723
-1167
lines changed

.changes/2.1666.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Bedrock",
5+
"description": "API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ControlCatalog",
10+
"description": "AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IAM",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSMQuickSetup",
25+
"description": "This release adds API support for the QuickSetup feature of AWS Systems Manager"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1665.0-->
2+
<!--LATEST=2.1666.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1666.0
6+
* feature: Bedrock: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
7+
* feature: ControlCatalog: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.
8+
* feature: IAM: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: RDS: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
10+
* feature: SSMQuickSetup: This release adds API support for the QuickSetup feature of AWS Systems Manager
11+
* feature: SageMaker: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
12+
513
## 2.1665.0
614
* feature: AppStream: Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
715
* feature: AutoScaling: Increase the length limit for VPCZoneIdentifier from 2047 to 5000

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