Skip to content

Commit

Permalink
Updates SDK to v2.1356.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 11, 2023
1 parent 3bb009a commit 54033cd
Show file tree
Hide file tree
Showing 12 changed files with 617 additions and 653 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1356.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ECRPUBLIC",
"description": "This release will allow using registry alias as registryId in BatchDeleteImage request."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified)."
},
{
"type": "feature",
"category": "EventBridge",
"description": "EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters"
},
{
"type": "feature",
"category": "Iot",
"description": "Re-release to remove unexpected API changes"
},
{
"type": "feature",
"category": "IotData",
"description": "This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API"
},
{
"type": "feature",
"category": "WAFV2",
"description": "For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1355.0-->
<!--LATEST=2.1356.0-->
<!--ENTRYINSERT-->

## 2.1356.0
* feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
* feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
* feature: EventBridge: EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters
* feature: Iot: Re-release to remove unexpected API changes
* feature: IotData: This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API
* feature: WAFV2: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.

## 2.1355.0
* feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
* feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.1355.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1356.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 54033cd

Please sign in to comment.