Skip to content

Commit e643b84

Browse files
author
awstools
committed
Updates SDK to v2.1228.0
1 parent 9108173 commit e643b84

18 files changed

+1857
-1758
lines changed

.changes/2.1228.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AccessAnalyzer",
5+
"description": "AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Adding an imdsSupport attribute to EC2 AMIs"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Snowball",
15+
"description": "Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable)."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1228.0
6+
* feature: AccessAnalyzer: AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.
7+
* feature: EC2: Adding an imdsSupport attribute to EC2 AMIs
8+
* feature: Snowball: Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).
9+
510
## 2.1227.0
611
* feature: CodeDeploy: This release allows you to override the alarm configurations when creating a deployment.
712
* feature: DLM: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies

README.md

Lines changed: 1 addition & 1 deletion
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.1227.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1228.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)