Skip to content

Commit

Permalink
Updates SDK to v2.352.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 8, 2018
1 parent cbef864 commit 72c0480
Show file tree
Hide file tree
Showing 18 changed files with 2,370 additions and 414 deletions.
17 changes: 17 additions & 0 deletions .changes/2.352.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DLM",
"description": "Amazon Data Lifecycle Manager adds support for copying EBS volume tags to EBS snapshots. AWS resource tags allow customers to add metadata and apply access policies to your Amazon Elastic Block Store (Amazon EBS) resources. Starting today, customers can use Amazon Data Lifecycle Manager (DLM) to copy tags on EBS volumes to EBS snapshots. This allows customers to easily set snapshot metadata, such as access policies, to match the parent volume. Customers can enable this functionality on new or existing lifecycle policies. They can also choose to disable it at a future date. "
},
{
"type": "feature",
"category": "Endpoint Discovery",
"description": "Some services provide endpoint discovery operations (e.g. 'DescribeEndpoints()'). This SDK feature, if turned on, will automatically request endpoints from services if needed and cache the endpoints returned."
},
{
"type": "feature",
"category": "MediaLive",
"description": "You can now switch a live channel between preconfigured inputs. This means assigned inputs for a running channel can be changed according to a defined schedule. You can also use MP4 files as inputs."
}
]

This file was deleted.

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.351.0-->
<!--LATEST=2.352.0-->
<!--ENTRYINSERT-->

## 2.352.0
* feature: DLM: Amazon Data Lifecycle Manager adds support for copying EBS volume tags to EBS snapshots. AWS resource tags allow customers to add metadata and apply access policies to your Amazon Elastic Block Store (Amazon EBS) resources. Starting today, customers can use Amazon Data Lifecycle Manager (DLM) to copy tags on EBS volumes to EBS snapshots. This allows customers to easily set snapshot metadata, such as access policies, to match the parent volume. Customers can enable this functionality on new or existing lifecycle policies. They can also choose to disable it at a future date.
* feature: Endpoint Discovery: Some services provide endpoint discovery operations (e.g. 'DescribeEndpoints()'). This SDK feature, if turned on, will automatically request endpoints from services if needed and cache the endpoints returned.
* feature: MediaLive: You can now switch a live channel between preconfigured inputs. This means assigned inputs for a running channel can be changed according to a defined schedule. You can also use MP4 files as inputs.

## 2.351.0
* feature: CostExplorer: Enable Payer Accounts to View Linked Account Recommendations. Payer Accounts can specify "LINKED" as scope in the request now. In the response, there is a new filed called AccountId in ReservationPurchaseRecommendationDetail for indicating which account is this recommendation detail belongs to.
* feature: DMS: Update the DMS TestConnectionSucceeds waiter.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.351.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.352.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
3 changes: 3 additions & 0 deletions apis/dlm-2018-01-12.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@
"type": "structure",
"members": {
"Name": {},
"CopyTags": {
"type": "boolean"
},
"TagsToAdd": {
"type": "list",
"member": {
Expand Down
6 changes: 6 additions & 0 deletions apis/dlm-2018-01-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
}
},
"shapes": {
"CopyTags": {
"type": "boolean"
},
"Count": {
"type": "integer",
"max": 1000,
Expand Down Expand Up @@ -439,6 +442,9 @@
"shape": "ScheduleName",
"documentation": "<p>The name of the schedule.</p>"
},
"CopyTags": {
"shape": "CopyTags"
},
"TagsToAdd": {
"shape": "TagsToAddList",
"documentation": "<p>The tags to apply to policy-created resources. These user-defined tags are in addition to the AWS-added lifecycle tags.</p>"
Expand Down
8 changes: 4 additions & 4 deletions apis/events-2015-10-07.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 72c0480

Please sign in to comment.