Skip to content

Commit d241b6d

Browse files
author
awstools
committed
Updates SDK to v2.1117.0
1 parent 2ce9b42 commit d241b6d

37 files changed

+2939
-1353
lines changed

.changes/2.1117.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AutoScaling",
5+
"description": "EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "KMS",
10+
"description": "Adds support for KMS keys and APIs that generate and verify HMAC codes"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Kendra",
15+
"description": "Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Personalize",
20+
"description": "Adding StartRecommender and StopRecommender APIs for Personalize."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Polly",
25+
"description": "Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Redshift",
30+
"description": "Introduces new fields for LogDestinationType and LogExports on EnableLogging requests and Enable/Disable/DescribeLogging responses. Customers can now select CloudWatch Logs as a destination for their Audit Logs."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SSM",
35+
"description": "Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression when creating SSM association."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Textract",
40+
"description": "This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "WorkLink",
45+
"description": "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
46+
}
47+
]

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1116.0-->
2+
<!--LATEST=2.1117.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1117.0
6+
* feature: AutoScaling: EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.
7+
* feature: KMS: Adds support for KMS keys and APIs that generate and verify HMAC codes
8+
* feature: Kendra: Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html
9+
* feature: Personalize: Adding StartRecommender and StopRecommender APIs for Personalize.
10+
* feature: Polly: Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.
11+
* feature: Redshift: Introduces new fields for LogDestinationType and LogExports on EnableLogging requests and Enable/Disable/DescribeLogging responses. Customers can now select CloudWatch Logs as a destination for their Audit Logs.
12+
* feature: SSM: Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression when creating SSM association.
13+
* feature: Textract: This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API
14+
* feature: WorkLink: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
15+
516
## 2.1116.0
617
* feature: Athena: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
718
* feature: Lightsail: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.

README.md

+1-1
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.1116.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1117.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

0 commit comments

Comments
 (0)