aws-sdk 2.1066.0 → 2.1067.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,16 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1066.0-->
2
+ <!--LATEST=2.1067.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1067.0
6
+ * feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
7
+ * feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
8
+ * feature: ES: Allows customers to get progress updates for blue/green deployments
9
+ * feature: Fis: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
10
+ * feature: Glue: Launch Protobuf support for AWS Glue Schema Registry
11
+ * feature: Iot: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
12
+ * feature: Personalize: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
13
+
5
14
  ## 2.1066.0
6
15
  * feature: Athena: This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
7
16
  * feature: SageMaker: This release added a new NNA accelerator compilation support for Sagemaker Neo.
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.1066.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1067.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