Skip to content

Commit

Permalink
Updates SDK to v2.891.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 22, 2021
1 parent d59ea27 commit 0960b8c
Show file tree
Hide file tree
Showing 20 changed files with 1,568 additions and 725 deletions.
17 changes: 17 additions & 0 deletions .changes/2.891.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ElastiCache",
"description": "This release introduces log delivery of Redis slow log from Amazon ElastiCache."
},
{
"type": "feature",
"category": "ForecastService",
"description": "This release adds EstimatedTimeRemaining minutes field to the DescribeDatasetImportJob, DescribePredictor, DescribeForecast API response which denotes the time remaining to complete the job IN_PROGRESS."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Replaced the term \"master\" with \"administrator\". Added new actions to replace AcceptInvitation, GetMasterAccount, and DisassociateFromMasterAccount. In Member, replaced MasterId with AdministratorId."
}
]
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.890.0-->
<!--LATEST=2.891.0-->
<!--ENTRYINSERT-->

## 2.891.0
* feature: ElastiCache: This release introduces log delivery of Redis slow log from Amazon ElastiCache.
* feature: ForecastService: This release adds EstimatedTimeRemaining minutes field to the DescribeDatasetImportJob, DescribePredictor, DescribeForecast API response which denotes the time remaining to complete the job IN_PROGRESS.
* feature: SecurityHub: Replaced the term "master" with "administrator". Added new actions to replace AcceptInvitation, GetMasterAccount, and DisassociateFromMasterAccount. In Member, replaced MasterId with AdministratorId.

## 2.890.0
* feature: Detective: Added parameters to track the data volume in bytes for a member account. Deprecated the existing parameters that tracked the volume as a percentage of the allowed volume for a behavior graph. Changes reflected in MemberDetails object.
* feature: GroundStation: Support new S3 Recording Config allowing customers to write downlink data directly to S3.
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.890.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.891.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
20 changes: 10 additions & 10 deletions apis/cognito-idp-2016-04-18.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0960b8c

Please sign in to comment.