Skip to content

Commit 7789001

Browse files
author
awstools
committed
Updates SDK to v2.1682.0
1 parent 9cc2fc0 commit 7789001

23 files changed

+746
-332
lines changed

.changes/2.1682.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockAgent",
5+
"description": "Releasing the support for Action User Confirmation."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgentRuntime",
10+
"description": "Releasing the support for Action User Confirmation."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Organizations",
15+
"description": "Releasing minor partitional endpoint updates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QBusiness",
20+
"description": "Updates API to latest version."
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.1681.0-->
2+
<!--LATEST=2.1682.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1682.0
6+
* feature: BedrockAgent: Releasing the support for Action User Confirmation.
7+
* feature: BedrockAgentRuntime: Releasing the support for Action User Confirmation.
8+
* feature: Organizations: Releasing minor partitional endpoint updates.
9+
* feature: QBusiness: Updates API to latest version.
10+
511
## 2.1681.0
612
* bugfix: CodeStar: deprecate CodeStar
713
* feature: Bedrock: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.

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