Skip to content

Commit 77bb970

Browse files
author
awstools
committed
Updates SDK to v2.1141.0
1 parent 51a04a1 commit 77bb970

19 files changed

+1769
-290
lines changed

.changes/2.1141.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ElastiCache",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ForecastService",
10+
"description": "New APIs for Monitor that help you understand how your predictors perform over time."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Personalize",
15+
"description": "Adding modelMetrics as part of DescribeRecommender API response for Personalize."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1141.0
6+
* 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.
7+
* feature: ForecastService: New APIs for Monitor that help you understand how your predictors perform over time.
8+
* feature: Personalize: Adding modelMetrics as part of DescribeRecommender API response for Personalize.
9+
510
## 2.1140.0
611
* feature: Comprehend: Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs.
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1140.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1141.0.min.js"></script>
3333

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

apis/elasticache-2015-02-02.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@
201201
},
202202
"LogDeliveryConfigurations": {
203203
"shape": "S25"
204+
},
205+
"TransitEncryptionEnabled": {
206+
"type": "boolean"
204207
}
205208
}
206209
},

apis/elasticache-2015-02-02.normal.json

Lines changed: 13 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)