Skip to content

Commit bd55cad

Browse files
author
awstools
committed
Updates SDK to v2.1370.0
1 parent 9e544e5 commit bd55cad

25 files changed

+1705
-1217
lines changed

.changes/2.1370.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "This release adds new API to cancel flow executions."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Kendra",
15+
"description": "AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Resiliencehub",
20+
"description": "This release will improve resource level transparency in applications by discovering previously hidden resources."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1369.0-->
2+
<!--LATEST=2.1370.0-->
33
<!--ENTRYINSERT-->
44

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+
512
## 2.1369.0
613
* bugfix: SQS: add queryCompatibility fix to JSON protocol
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7272
To use the SDK in the browser, simply add the following script tag to your
7373
HTML pages:
7474

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1369.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1370.0.min.js"></script>
7676

7777
You can also build a custom browser SDK with your specified set of AWS services.
7878
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)