Skip to content

Commit 36e3f6d

Browse files
author
awstools
committed
Updates SDK to v2.1612.0
1 parent c9fff9b commit 36e3f6d

22 files changed

+1990
-725
lines changed

.changes/2.1612.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DynamoDB",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM)."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Personalize",
15+
"description": "This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RedshiftServerless",
20+
"description": "Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1611.0-->
2+
<!--LATEST=2.1612.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1612.0
6+
* 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.
7+
* feature: EC2: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
8+
* feature: Personalize: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.
9+
* feature: RedshiftServerless: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
10+
511
## 2.1611.0
612
* feature: BedrockAgent: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
713
* feature: PersonalizeRuntime: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.

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