aws-sdk 2.1368.0 → 2.1370.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,19 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1368.0-->
2
+ <!--LATEST=2.1370.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1370.0
6
+ * feature: Appflow: This release adds new API to cancel flow executions.
7
+ * feature: Connect: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
8
+ * feature: Kendra: AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
9
+ * feature: Resiliencehub: This release will improve resource level transparency in applications by discovering previously hidden resources.
10
+ * feature: SageMaker: Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.
11
+
12
+ ## 2.1369.0
13
+ * bugfix: SQS: add queryCompatibility fix to JSON protocol
14
+ * feature: ComputeOptimizer: support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
15
+ * feature: KMS: This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.
16
+
5
17
  ## 2.1368.0
6
18
  * feature: Appflow: Adds Jwt Support for Salesforce Credentials.
7
19
  * feature: Athena: You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
package/README.md CHANGED
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
72
72
  To use the SDK in the browser, simply add the following script tag to your
73
73
  HTML pages:
74
74
 
75
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1368.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1370.0.min.js"></script>
76
76
 
77
77
  You can also build a custom browser SDK with your specified set of AWS services.
78
78
  This can allow you to reduce the SDK's size, specify different API versions of