Skip to content

Commit

Permalink
Updates SDK to v2.1141.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 23, 2022
1 parent 51a04a1 commit 77bb970
Show file tree
Hide file tree
Showing 19 changed files with 1,769 additions and 290 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1141.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ElastiCache",
"description": "Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later."
},
{
"type": "feature",
"category": "ForecastService",
"description": "New APIs for Monitor that help you understand how your predictors perform over time."
},
{
"type": "feature",
"category": "Personalize",
"description": "Adding modelMetrics as part of DescribeRecommender API response for Personalize."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1140.0-->
<!--LATEST=2.1141.0-->
<!--ENTRYINSERT-->

## 2.1141.0
* feature: ElastiCache: Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later.
* feature: ForecastService: New APIs for Monitor that help you understand how your predictors perform over time.
* feature: Personalize: Adding modelMetrics as part of DescribeRecommender API response for Personalize.

## 2.1140.0
* feature: Comprehend: Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1140.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1141.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
3 changes: 3 additions & 0 deletions apis/elasticache-2015-02-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
},
"LogDeliveryConfigurations": {
"shape": "S25"
},
"TransitEncryptionEnabled": {
"type": "boolean"
}
}
},
Expand Down
22 changes: 13 additions & 9 deletions apis/elasticache-2015-02-02.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 77bb970

Please sign in to comment.