Skip to content

Commit 64c20d5

Browse files
author
awstools
committed
Updates SDK to v2.1601.0
1 parent 087a8fd commit 64c20d5

15 files changed

+1039
-821
lines changed

.changes/2.1601.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Endpoints",
5+
"description": "Add endpoint override for us-isof-* region"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QBusiness",
15+
"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."
16+
}
17+
]

.changes/next-release/bugfix-Endpoints-8c993a32.json

-5
This file was deleted.

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1600.0-->
2+
<!--LATEST=2.1601.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1601.0
6+
* bugfix: Endpoints: Add endpoint override for us-isof-* region
7+
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
8+
* 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.
9+
510
## 2.1600.0
611
* feature: BedrockAgent: For Create Agent API, the agentResourceRoleArn parameter is no longer required.
712
* feature: EMRServerless: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.

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

apis/ec2-2016-11-15.normal.json

+29-29
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)