Skip to content

Commit

Permalink
Updates SDK to v2.1666.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2024
1 parent 0215334 commit efb9563
Show file tree
Hide file tree
Showing 43 changed files with 4,723 additions and 1,167 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1666.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Bedrock",
"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."
},
{
"type": "feature",
"category": "ControlCatalog",
"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."
},
{
"type": "feature",
"category": "IAM",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified."
},
{
"type": "feature",
"category": "SSMQuickSetup",
"description": "This release adds API support for the QuickSetup feature of AWS Systems Manager"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1665.0-->
<!--LATEST=2.1666.0-->
<!--ENTRYINSERT-->

## 2.1666.0
* 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.
* 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.
* feature: IAM: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: RDS: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
* feature: SSMQuickSetup: This release adds API support for the QuickSetup feature of AWS Systems Manager
* feature: SageMaker: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.

## 2.1665.0
* feature: AppStream: Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
* feature: AutoScaling: Increase the length limit for VPCZoneIdentifier from 2047 to 5000
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.1665.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1666.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 efb9563

Please sign in to comment.