Skip to content

Commit 16d8ec3

Browse files
author
awstools
committed
Updates SDK to v2.1668.0
1 parent 9240f1e commit 16d8ec3

21 files changed

+3170
-727
lines changed

.changes/2.1668.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataZone",
5+
"description": "This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECR",
10+
"description": "Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "KinesisVideoWebRTCStorage",
15+
"description": "Add JoinStorageSessionAsViewer API"
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1668.0
6+
* feature: DataZone: This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.
7+
* feature: ECR: Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.
8+
* feature: KinesisVideoWebRTCStorage: Add JoinStorageSessionAsViewer API
9+
510
## 2.1667.0
611
* feature: CloudWatch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
712
* feature: ECS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

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