Skip to content

Commit 93b2b2e

Browse files
author
awstools
committed
Updates SDK to v2.1108.0
1 parent 4c39e8a commit 93b2b2e

19 files changed

+1133
-434
lines changed

.changes/2.1108.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataSync",
5+
"description": "AWS DataSync now supports Amazon FSx for OpenZFS locations."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "Provide customers more visibility into file system status by adding new \"Misconfigured Unavailable\" status for Amazon FSx for Windows File Server."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"description": "Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1107.0-->
2+
<!--LATEST=2.1108.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1108.0
6+
* feature: DataSync: AWS DataSync now supports Amazon FSx for OpenZFS locations.
7+
* feature: FSx: Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
8+
* feature: SecurityHub: Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster.
9+
510
## 2.1107.0
611
* feature: Iot: AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
712
* feature: Proton: SDK release to support tagging for AWS Proton Repository resource

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.1107.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1108.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)