aws-sdk 2.1355.0 → 2.1356.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,15 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1355.0-->
2
+ <!--LATEST=2.1356.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1356.0
6
+ * feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
7
+ * 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).
8
+ * feature: EventBridge: EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters
9
+ * feature: Iot: Re-release to remove unexpected API changes
10
+ * feature: IotData: This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API
11
+ * 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.
12
+
5
13
  ## 2.1355.0
6
14
  * feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
7
15
  * 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).
package/README.md CHANGED
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
70
  To use the SDK in the browser, simply add the following script tag to your
71
71
  HTML pages:
72
72
 
73
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1355.0.min.js"></script>
73
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1356.0.min.js"></script>
74
74
 
75
75
  You can also build a custom browser SDK with your specified set of AWS services.
76
76
  This can allow you to reduce the SDK's size, specify different API versions of