Skip to content

Commit

Permalink
Updates SDK to v2.861.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 10, 2021
1 parent bfc7c14 commit 309d053
Show file tree
Hide file tree
Showing 23 changed files with 2,200 additions and 316 deletions.
22 changes: 22 additions & 0 deletions .changes/2.861.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release adds support to preview IAM Access Analyzer findings for a resource before deploying resource permission changes."
},
{
"type": "feature",
"category": "Backup",
"description": "Added support for enabling continuous backups."
},
{
"type": "feature",
"category": "S3",
"description": "Adding ID element to the CORSRule schema"
},
{
"type": "feature",
"category": "SSM",
"description": "Systems Manager support for tagging OpsMetadata."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.860.0-->
<!--LATEST=2.861.0-->
<!--ENTRYINSERT-->

## 2.861.0
* feature: AccessAnalyzer: This release adds support to preview IAM Access Analyzer findings for a resource before deploying resource permission changes.
* feature: Backup: Added support for enabling continuous backups.
* feature: S3: Adding ID element to the CORSRule schema
* feature: SSM: Systems Manager support for tagging OpsMetadata.

## 2.860.0
* feature: AutoScaling: EC2 Auto Scaling now supports setting a local time zone for cron expressions in scheduled actions, removing the need to adjust for Daylight Saving Time (DST)
* feature: CodeGuruProfiler: Update documentation to include Python. Add ConflictException for DeleteProfilingGroup. Add FrameMetricValue.
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.860.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.861.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 309d053

Please sign in to comment.