Skip to content

Commit

Permalink
Updates SDK to v2.1600.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 16, 2024
1 parent b9d1a71 commit 004bb37
Show file tree
Hide file tree
Showing 38 changed files with 5,580 additions and 576 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1600.0.json
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "BedrockAgent",
"description": "For Create Agent API, the agentResourceRoleArn parameter is no longer required."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads."
},
{
"type": "feature",
"category": "EntityResolution",
"description": "Cross Account Resource Support ."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "This release adds Lake Formation managed RAM support for the 4 APIs - \"DescribeLakeFormationIdentityCenterConfiguration\", \"CreateLakeFormationIdentityCenterConfiguration\", \"DescribeLakeFormationIdentityCenterConfiguration\", and \"DeleteLakeFormationIdentityCenterConfiguration\""
},
{
"type": "feature",
"category": "M2",
"description": "Adding new ListBatchJobRestartPoints API and support for restart batch job."
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds new APIs to allow customers to configure their Outpost capacity at order-time."
},
{
"type": "feature",
"category": "WellArchitected",
"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."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1599.0-->
<!--LATEST=2.1600.0-->
<!--ENTRYINSERT-->

## 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.
* feature: EntityResolution: Cross Account Resource Support .
* feature: IoTWireless: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.
* feature: LakeFormation: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration"
* feature: M2: Adding new ListBatchJobRestartPoints API and support for restart batch job.
* feature: MediaPackageV2: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.
* feature: Outposts: This release adds new APIs to allow customers to configure their Outpost capacity at order-time.
* 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.

## 2.1599.0
* 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.
* feature: Glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.
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.1599.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1600.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
3 changes: 1 addition & 2 deletions apis/bedrock-agent-2023-06-05.min.json
Expand Up @@ -62,8 +62,7 @@
"input": {
"type": "structure",
"required": [
"agentName",
"agentResourceRoleArn"
"agentName"
],
"members": {
"agentName": {},
Expand Down

0 comments on commit 004bb37

Please sign in to comment.