Skip to content

Commit

Permalink
Updates SDK to v2.656.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 8, 2020
1 parent 3f55bc9 commit a7620a2
Show file tree
Hide file tree
Showing 30 changed files with 4,144 additions and 1,534 deletions.
37 changes: 37 additions & 0 deletions .changes/2.656.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "Monitoring",
"description": "Set MaxRetriesExceeded on monitoring event only when the final retry fails"
},
{
"type": "feature",
"category": "Chime",
"description": "feature: Chime: This release introduces the ability to tag Amazon Chime SDK meeting resources. You can use tags to organize and identify your resources for cost allocation. "
},
{
"type": "feature",
"category": "CodeGuruProfiler",
"description": "CodeGuruProfiler adds support for resource based authorization to submit profile data."
},
{
"type": "feature",
"category": "EC2",
"description": "This release provides the ability to include tags in EC2 event notifications. "
},
{
"type": "feature",
"category": "ECS",
"description": "This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK adds support for queue hopping. Jobs can now hop from their original queue to a specified alternate queue, based on the maximum wait time that you specify in the job settings."
},
{
"type": "feature",
"category": "MigrationHubConfig",
"description": "Adding ThrottlingException"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Monitoring-dee8cfcd.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.655.0-->
<!--LATEST=2.656.0-->
<!--ENTRYINSERT-->

## 2.656.0
* bugfix: Monitoring: Set MaxRetriesExceeded on monitoring event only when the final retry fails
* feature: Chime: feature: Chime: This release introduces the ability to tag Amazon Chime SDK meeting resources. You can use tags to organize and identify your resources for cost allocation.
* feature: CodeGuruProfiler: CodeGuruProfiler adds support for resource based authorization to submit profile data.
* feature: EC2: This release provides the ability to include tags in EC2 event notifications.
* feature: ECS: This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
* feature: MediaConvert: AWS Elemental MediaConvert SDK adds support for queue hopping. Jobs can now hop from their original queue to a specified alternate queue, based on the maximum wait time that you specify in the job settings.
* feature: MigrationHubConfig: Adding ThrottlingException

## 2.655.0
* feature: CodeGuruReviewer: API updates for CodeGuruReviewer
* feature: MediaConnect: You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.
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.655.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.656.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 a7620a2

Please sign in to comment.