Skip to content

Commit

Permalink
Updates SDK to v2.1601.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 17, 2024
1 parent 087a8fd commit 64c20d5
Show file tree
Hide file tree
Showing 15 changed files with 1,039 additions and 821 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1601.0.json
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "Endpoints",
"description": "Add endpoint override for us-isof-* region"
},
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
},
{
"type": "feature",
"category": "QBusiness",
"description": "This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoints-8c993a32.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1600.0-->
<!--LATEST=2.1601.0-->
<!--ENTRYINSERT-->

## 2.1601.0
* bugfix: Endpoints: Add endpoint override for us-isof-* region
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
* feature: QBusiness: This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.

## 2.1600.0
* feature: BedrockAgent: For Create Agent API, the agentResourceRoleArn parameter is no longer required.
* feature: EMRServerless: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1600.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1601.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
58 changes: 29 additions & 29 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

0 comments on commit 64c20d5

Please sign in to comment.