Skip to content

Commit

Permalink
Updates SDK to v2.773.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 16, 2020
1 parent 5fc2927 commit c9d32cf
Show file tree
Hide file tree
Showing 15 changed files with 1,033 additions and 318 deletions.
7 changes: 7 additions & 0 deletions .changes/2.773.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "MediaLive",
"description": "The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.772.0-->
<!--LATEST=2.773.0-->
<!--ENTRYINSERT-->

## 2.773.0
* feature: MediaLive: The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts.

## 2.772.0
* feature: AccessAnalyzer: This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
* feature: Budgets: This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.772.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.773.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 c9d32cf

Please sign in to comment.