Skip to content

Commit 97cad97

Browse files
author
awstools
committed
Updates SDK to v2.1104.0
1 parent 8370270 commit 97cad97

24 files changed

+2951
-1862
lines changed

.changes/2.1104.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FMS",
10+
"description": "AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "FSx",
15+
"description": "This release adds support for modifying throughput capacity for FSx for ONTAP file systems."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IotData",
20+
"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."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1103.0-->
2+
<!--LATEST=2.1104.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1104.0
6+
* feature: EC2: This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default
7+
* feature: FMS: AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models.
8+
* feature: FSx: This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
9+
* 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.
10+
511
## 2.1103.0
612
* feature: Organizations: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.
713

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1103.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1104.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)