Skip to content

Commit 047cfb0

Browse files
author
awstools
committed
Updates SDK to v2.604.0
1 parent d1cd4f0 commit 047cfb0

19 files changed

+1914
-1508
lines changed

.changes/2.604.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "General Update to EC2 Docs and SDKs"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SecurityHub",
10+
"description": "Add support for DescribeStandardsControls and UpdateStandardsControl. These new Security Hub API operations are used to track and manage whether a compliance standards control is enabled."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.603.0-->
2+
<!--LATEST=2.604.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.604.0
6+
* feature: EC2: General Update to EC2 Docs and SDKs
7+
* feature: SecurityHub: Add support for DescribeStandardsControls and UpdateStandardsControl. These new Security Hub API operations are used to track and manage whether a compliance standards control is enabled.
8+
59
## 2.603.0
610
* feature: EC2: This release adds support for partition placement groups and instance metadata option in Launch Templates
711

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.603.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.604.0.min.js"></script>
2929

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

0 commit comments

Comments
 (0)