Skip to content

Commit

Permalink
Updates SDK to v2.1228.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 3, 2022
1 parent 9108173 commit e643b84
Show file tree
Hide file tree
Showing 18 changed files with 1,857 additions and 1,758 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1228.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"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."
},
{
"type": "feature",
"category": "EC2",
"description": "Adding an imdsSupport attribute to EC2 AMIs"
},
{
"type": "feature",
"category": "Snowball",
"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)."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1227.0-->
<!--LATEST=2.1228.0-->
<!--ENTRYINSERT-->

## 2.1228.0
* 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.
* feature: EC2: Adding an imdsSupport attribute to EC2 AMIs
* 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).

## 2.1227.0
* feature: CodeDeploy: This release allows you to override the alarm configurations when creating a deployment.
* feature: DLM: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1227.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1228.0.min.js"></script>

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

0 comments on commit e643b84

Please sign in to comment.