Skip to content

Commit

Permalink
Updates SDK to v2.310.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 6, 2018
1 parent e0ffda5 commit 0b5e95c
Show file tree
Hide file tree
Showing 18 changed files with 11,369 additions and 9,151 deletions.
17 changes: 17 additions & 0 deletions .changes/2.310.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "Add support for Active X-Ray with API Gateway"
},
{
"type": "feature",
"category": "CodeCommit",
"description": "This release adds additional optional fields to the pull request APIs."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release adds support for Cost Allocation through tagging and also enables adding, editing, and removal of tags from the MediaConvert console."
}
]
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.309.0-->
<!--LATEST=2.310.0-->
<!--ENTRYINSERT-->

## 2.310.0
* feature: APIGateway: Add support for Active X-Ray with API Gateway
* feature: CodeCommit: This release adds additional optional fields to the pull request APIs.
* feature: MediaConvert: This release adds support for Cost Allocation through tagging and also enables adding, editing, and removal of tags from the MediaConvert console.

## 2.309.0
* feature: AppStream: Added support for enabling persistent application settings for a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
* feature: DynamoDB: New feature for Amazon DynamoDB.
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.309.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.310.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
9 changes: 9 additions & 0 deletions apis/apigateway-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
"type": "boolean"
}
}
},
"tracingEnabled": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -376,6 +379,9 @@
"canarySettings": {
"shape": "S1q"
},
"tracingEnabled": {
"type": "boolean"
},
"tags": {
"shape": "Sk"
}
Expand Down Expand Up @@ -4104,6 +4110,9 @@
"canarySettings": {
"shape": "S1q"
},
"tracingEnabled": {
"type": "boolean"
},
"tags": {
"shape": "Sk"
},
Expand Down
Loading

0 comments on commit 0b5e95c

Please sign in to comment.