Skip to content

Commit

Permalink
Updates SDK to v2.1682.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 23, 2024
1 parent 9cc2fc0 commit 7789001
Show file tree
Hide file tree
Showing 23 changed files with 746 additions and 332 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1682.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "BedrockAgent",
"description": "Releasing the support for Action User Confirmation."
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "Releasing the support for Action User Confirmation."
},
{
"type": "feature",
"category": "Organizations",
"description": "Releasing minor partitional endpoint updates."
},
{
"type": "feature",
"category": "QBusiness",
"description": "Updates API to latest version."
}
]
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.1681.0-->
<!--LATEST=2.1682.0-->
<!--ENTRYINSERT-->

## 2.1682.0
* feature: BedrockAgent: Releasing the support for Action User Confirmation.
* feature: BedrockAgentRuntime: Releasing the support for Action User Confirmation.
* feature: Organizations: Releasing minor partitional endpoint updates.
* feature: QBusiness: Updates API to latest version.

## 2.1681.0
* bugfix: CodeStar: deprecate CodeStar
* 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.
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.1681.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1682.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
Loading

0 comments on commit 7789001

Please sign in to comment.