Skip to content

Commit 004bb37

Browse files
author
awstools
committed
Updates SDK to v2.1600.0
1 parent b9d1a71 commit 004bb37

38 files changed

+5580
-576
lines changed

.changes/2.1600.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockAgent",
5+
"description": "For Create Agent API, the agentResourceRoleArn parameter is no longer required."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EMRServerless",
10+
"description": "This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EntityResolution",
15+
"description": "Cross Account Resource Support ."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTWireless",
20+
"description": "Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "LakeFormation",
25+
"description": "This release adds Lake Formation managed RAM support for the 4 APIs - \"DescribeLakeFormationIdentityCenterConfiguration\", \"CreateLakeFormationIdentityCenterConfiguration\", \"DescribeLakeFormationIdentityCenterConfiguration\", and \"DeleteLakeFormationIdentityCenterConfiguration\""
26+
},
27+
{
28+
"type": "feature",
29+
"category": "M2",
30+
"description": "Adding new ListBatchJobRestartPoints API and support for restart batch job."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MediaPackageV2",
35+
"description": "Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Outposts",
40+
"description": "This release adds new APIs to allow customers to configure their Outpost capacity at order-time."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "WellArchitected",
45+
"description": "AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms."
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.1600.0
6+
* feature: BedrockAgent: For Create Agent API, the agentResourceRoleArn parameter is no longer required.
7+
* feature: EMRServerless: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.
8+
* feature: EntityResolution: Cross Account Resource Support .
9+
* feature: IoTWireless: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.
10+
* feature: LakeFormation: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration"
11+
* feature: M2: Adding new ListBatchJobRestartPoints API and support for restart batch job.
12+
* feature: MediaPackageV2: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.
13+
* feature: Outposts: This release adds new APIs to allow customers to configure their Outpost capacity at order-time.
14+
* feature: WellArchitected: AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms.
15+
516
## 2.1599.0
617
* feature: CloudFormation: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
718
* feature: Glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.

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.1599.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1600.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/bedrock-agent-2023-06-05.min.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"input": {
6363
"type": "structure",
6464
"required": [
65-
"agentName",
66-
"agentResourceRoleArn"
65+
"agentName"
6766
],
6867
"members": {
6968
"agentName": {},

0 commit comments

Comments
 (0)