Skip to content

Commit

Permalink
Updates SDK to v2.1612.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 2, 2024
1 parent c9fff9b commit 36e3f6d
Show file tree
Hide file tree
Showing 22 changed files with 1,990 additions and 725 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1612.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs."
},
{
"type": "feature",
"category": "EC2",
"description": "This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM)."
},
{
"type": "feature",
"category": "Personalize",
"description": "This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group."
},
{
"type": "feature",
"category": "RedshiftServerless",
"description": "Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1611.0-->
<!--LATEST=2.1612.0-->
<!--ENTRYINSERT-->

## 2.1612.0
* feature: DynamoDB: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
* feature: EC2: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
* feature: Personalize: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.
* feature: RedshiftServerless: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.

## 2.1611.0
* feature: BedrockAgent: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
* feature: PersonalizeRuntime: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
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.1611.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1612.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

0 comments on commit 36e3f6d

Please sign in to comment.