Skip to content

Commit

Permalink
Updates SDK to v2.870.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 23, 2021
1 parent 976b1ce commit 307e826
Show file tree
Hide file tree
Showing 21 changed files with 911 additions and 926 deletions.
22 changes: 22 additions & 0 deletions .changes/2.870.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CostExplorer",
"description": "You can now create cost categories with inherited value rules and specify default values for any uncategorized costs."
},
{
"type": "feature",
"category": "Fis",
"description": "Updated maximum allowed size of action parameter from 64 to 1024"
},
{
"type": "feature",
"category": "GameLift",
"description": "GameLift adds support for using event notifications to monitor game session placements. Specify an SNS topic or use CloudWatch Events to track activity for a game session queue."
},
{
"type": "feature",
"category": "Redshift",
"description": "Removed APIs to control AQUA on clusters."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.869.0-->
<!--LATEST=2.870.0-->
<!--ENTRYINSERT-->

## 2.870.0
* feature: CostExplorer: You can now create cost categories with inherited value rules and specify default values for any uncategorized costs.
* feature: Fis: Updated maximum allowed size of action parameter from 64 to 1024
* feature: GameLift: GameLift adds support for using event notifications to monitor game session placements. Specify an SNS topic or use CloudWatch Events to track activity for a game session queue.
* feature: Redshift: Removed APIs to control AQUA on clusters.

## 2.869.0
* feature: EC2: This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances.
* feature: Macie2: This release of the Amazon Macie API adds support for publishing sensitive data findings to AWS Security Hub and specifying which categories of findings to publish to Security Hub.
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.869.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.870.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

0 comments on commit 307e826

Please sign in to comment.