Skip to content

Commit

Permalink
Updates SDK to v2.1117.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 19, 2022
1 parent 2ce9b42 commit d241b6d
Show file tree
Hide file tree
Showing 37 changed files with 2,939 additions and 1,353 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1117.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "AutoScaling",
"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."
},
{
"type": "feature",
"category": "KMS",
"description": "Adds support for KMS keys and APIs that generate and verify HMAC codes"
},
{
"type": "feature",
"category": "Kendra",
"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"
},
{
"type": "feature",
"category": "Personalize",
"description": "Adding StartRecommender and StopRecommender APIs for Personalize."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only."
},
{
"type": "feature",
"category": "Redshift",
"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."
},
{
"type": "feature",
"category": "SSM",
"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."
},
{
"type": "feature",
"category": "Textract",
"description": "This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API"
},
{
"type": "feature",
"category": "WorkLink",
"description": "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1116.0-->
<!--LATEST=2.1117.0-->
<!--ENTRYINSERT-->

## 2.1117.0
* 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.
* feature: KMS: Adds support for KMS keys and APIs that generate and verify HMAC codes
* 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
* feature: Personalize: Adding StartRecommender and StopRecommender APIs for Personalize.
* feature: Polly: Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.
* 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.
* 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.
* feature: Textract: This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API
* feature: WorkLink: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.

## 2.1116.0
* feature: Athena: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
* feature: Lightsail: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
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.1116.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1117.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 d241b6d

Please sign in to comment.