Skip to content

Commit

Permalink
Updates SDK to v2.1370.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 2, 2023
1 parent 9e544e5 commit bd55cad
Show file tree
Hide file tree
Showing 25 changed files with 1,705 additions and 1,217 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1370.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "This release adds new API to cancel flow executions."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules."
},
{
"type": "feature",
"category": "Kendra",
"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."
},
{
"type": "feature",
"category": "Resiliencehub",
"description": "This release will improve resource level transparency in applications by discovering previously hidden resources."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1369.0-->
<!--LATEST=2.1370.0-->
<!--ENTRYINSERT-->

## 2.1370.0
* feature: Appflow: This release adds new API to cancel flow executions.
* feature: Connect: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
* 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.
* feature: Resiliencehub: This release will improve resource level transparency in applications by discovering previously hidden resources.
* feature: SageMaker: Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.

## 2.1369.0
* bugfix: SQS: add queryCompatibility fix to JSON protocol
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

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

0 comments on commit bd55cad

Please sign in to comment.