Skip to content

Commit 03ceee4

Browse files
author
awstools
committed
Updates SDK to v2.1542.0
1 parent 5d37c63 commit 03ceee4

14 files changed

+4781
-351
lines changed

.changes/2.1542.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Inspector2",
5+
"description": "This release adds support for CIS scans on EC2 instances."
6+
}
7+
]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1541.0-->
2+
<!--LATEST=2.1542.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1542.0
6+
* feature: Inspector2: This release adds support for CIS scans on EC2 instances.
7+
58
## 2.1541.0
69
* feature: AppConfigData: Fix FIPS Endpoints in aws-us-gov.
710
* feature: ConnectCases: This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1541.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1542.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)