Skip to content

Commit afef987

Browse files
author
awstools
committed
Updates SDK to v2.1683.0
1 parent 7789001 commit afef987

15 files changed

+934
-369
lines changed

.changes/2.1683.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "IoTSiteWise",
5+
"description": "AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "WorkSpaces",
10+
"description": "This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs."
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1683.0
6+
* feature: IoTSiteWise: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
7+
* feature: WorkSpaces: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.
8+
59
## 2.1682.0
610
* feature: BedrockAgent: Releasing the support for Action User Confirmation.
711
* feature: BedrockAgentRuntime: Releasing the support for Action User Confirmation.

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