Skip to content

Commit

Permalink
Updates SDK to v2.1104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 30, 2022
1 parent 8370270 commit 97cad97
Show file tree
Hide file tree
Showing 24 changed files with 2,951 additions and 1,862 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1104.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default"
},
{
"type": "feature",
"category": "FMS",
"description": "AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support for modifying throughput capacity for FSx for ONTAP file systems."
},
{
"type": "feature",
"category": "IotData",
"description": "Update the default AWS IoT Core Data Plane endpoint from VeriSign signed to ATS signed. If you have firewalls with strict egress rules, configure the rules to grant you access to data-ats.iot.[region].amazonaws.com or data-ats.iot.[region].amazonaws.com.cn."
}
]
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.1103.0-->
<!--LATEST=2.1104.0-->
<!--ENTRYINSERT-->

## 2.1104.0
* feature: EC2: This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default
* feature: FMS: AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models.
* feature: FSx: This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
* feature: IotData: Update the default AWS IoT Core Data Plane endpoint from VeriSign signed to ATS signed. If you have firewalls with strict egress rules, configure the rules to grant you access to data-ats.iot.[region].amazonaws.com or data-ats.iot.[region].amazonaws.com.cn.

## 2.1103.0
* feature: Organizations: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.

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.1103.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1104.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 97cad97

Please sign in to comment.