aws-sdk 2.1362.0 → 2.1364.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,17 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1362.0-->
2
+ <!--LATEST=2.1364.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1364.0
6
+ * feature: Appflow: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
7
+ * feature: EC2: API changes to AWS Verified Access related to identity providers' information.
8
+ * feature: MediaConvert: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
9
+ * feature: Rekognition: Added new status result to Liveness session status.
10
+
11
+ ## 2.1363.0
12
+ * feature: Connect: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
13
+ * feature: FMS: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.
14
+
5
15
  ## 2.1362.0
6
16
  * feature: Chime: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
7
17
  * feature: ChimeSDKMediaPipelines: This release adds support for specifying the recording file format in an S3 recording sink configuration.
package/README.md CHANGED
@@ -15,6 +15,8 @@ or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.
15
15
 
16
16
  For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md). Prior to v2.4.8, release notes can be found at https://aws.amazon.com/releasenotes/?tag=releasenotes%23keywords%23javascript
17
17
 
18
+ ### We are excited to announce the [developer preview](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/) of AWS SDK for JavaScript v3's new API documentation.
19
+
18
20
  ## Version 2.x Support
19
21
  We are formalizing our plans to enter **AWS SDK for JavaScript v2** into maintenance mode in 2023.
20
22
 
@@ -70,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
72
  To use the SDK in the browser, simply add the following script tag to your
71
73
  HTML pages:
72
74
 
73
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1362.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1364.0.min.js"></script>
74
76
 
75
77
  You can also build a custom browser SDK with your specified set of AWS services.
76
78
  This can allow you to reduce the SDK's size, specify different API versions of