Skip to content

Commit

Permalink
Updates SDK to v2.1325.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 28, 2023
1 parent 94e4ab3 commit c44ef6f
Show file tree
Hide file tree
Showing 28 changed files with 8,003 additions and 3,692 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1325.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models."
},
{
"type": "feature",
"category": "EC2",
"description": "This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount."
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "This release adds support for tagging to the accessor resource in Amazon Managed Blockchain"
},
{
"type": "feature",
"category": "Omics",
"description": "Minor model changes to accomodate batch imports feature"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1324.0-->
<!--LATEST=2.1325.0-->
<!--ENTRYINSERT-->

## 2.1325.0
* feature: Comprehend: Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
* feature: EC2: This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
* feature: Lightsail: This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
* feature: ManagedBlockchain: This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
* feature: Omics: Minor model changes to accomodate batch imports feature

## 2.1324.0
* feature: DevOpsGuru: This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies.
* feature: Drs: New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1324.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1325.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 c44ef6f

Please sign in to comment.