Skip to content

Commit

Permalink
Updates SDK to v2.596.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 23, 2019
1 parent 78305cb commit a7af3ec
Show file tree
Hide file tree
Showing 19 changed files with 2,072 additions and 159 deletions.
12 changes: 12 additions & 0 deletions .changes/2.596.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "FSx",
"description": "This release adds a new family of APIs (create-data-repository-task, describe-data-repository-task, and cancel-data-repository-task) that allow users to perform operations between their file system and its linked data repository."
},
{
"type": "feature",
"category": "Health",
"description": "With this release, you can now centrally aggregate AWS Health events from all accounts in your AWS organization. Visit AWS Health documentation to learn more about enabling and using this feature: https://docs.aws.amazon.com/health/latest/ug/organizational-view-health.html. "
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.595.0-->
<!--LATEST=2.596.0-->
<!--ENTRYINSERT-->

## 2.596.0
* feature: FSx: This release adds a new family of APIs (create-data-repository-task, describe-data-repository-task, and cancel-data-repository-task) that allow users to perform operations between their file system and its linked data repository.
* feature: Health: With this release, you can now centrally aggregate AWS Health events from all accounts in your AWS organization. Visit AWS Health documentation to learn more about enabling and using this feature: https://docs.aws.amazon.com/health/latest/ug/organizational-view-health.html.

## 2.595.0
* feature: DeviceFarm: Introduced browser testing support through AWS Device Farm
* feature: EC2: This release introduces the ability to tag key pairs, placement groups, export tasks, import image tasks, import snapshot tasks and export image tasks. You can use tags to organize and identify your resources for cost allocation.
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.595.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.596.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
2 changes: 1 addition & 1 deletion apis/detective-2018-10-26.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"shape": "ValidationException"
}
],
"documentation": "<p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the Morocco graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>"
"documentation": "<p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>"
},
"DisassociateMembership": {
"name": "DisassociateMembership",
Expand Down
Loading

0 comments on commit a7af3ec

Please sign in to comment.