Skip to content

Commit

Permalink
Updates SDK to v2.869.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 22, 2021
1 parent 909cfe3 commit 976b1ce
Show file tree
Hide file tree
Showing 20 changed files with 1,578 additions and 998 deletions.
17 changes: 17 additions & 0 deletions .changes/2.869.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances."
},
{
"type": "feature",
"category": "Macie2",
"description": "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."
},
{
"type": "feature",
"category": "Redshift",
"description": "Added support to enable AQUA in Amazon Redshift clusters."
}
]
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.868.0-->
<!--LATEST=2.869.0-->
<!--ENTRYINSERT-->

## 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.
* feature: Redshift: Added support to enable AQUA in Amazon Redshift clusters.

## 2.868.0
* feature: EC2: X2gd instances are the next generation of memory-optimized instances powered by AWS-designed, Arm-based AWS Graviton2 processors.
* feature: SageMaker: Adding authentication support for pulling images stored in private Docker registries to build containers for real-time inference.
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.868.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.869.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
96 changes: 48 additions & 48 deletions apis/codeartifact-2018-09-22.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 976b1ce

Please sign in to comment.