aws-sdk 2.1219.0 → 2.1221.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.1219.0-->
2
+ <!--LATEST=2.1221.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1221.0
6
+ * feature: Comprehend: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.
7
+ * feature: S3Control: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
8
+ * feature: SageMaker: SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
9
+
10
+ ## 2.1220.0
11
+ * feature: EC2: This release adds support for blocked paths to Amazon VPC Reachability Analyzer.
12
+
5
13
  ## 2.1219.0
6
14
  * feature: CloudTrail: This release includes support for importing existing trails into CloudTrail Lake.
7
15
  * feature: EC2: This release adds CapacityAllocations field to DescribeCapacityReservations
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1219.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1221.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of