Skip to content

Commit

Permalink
Updates SDK to v2.519.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 28, 2019
1 parent 5a10db1 commit 71e7477
Show file tree
Hide file tree
Showing 19 changed files with 465 additions and 148 deletions.
17 changes: 17 additions & 0 deletions .changes/2.519.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "API Update for AWS Global Accelerator Client IP Preservation"
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release adds the ability to send a job to an on-demand queue while simulating the performance of a job sent to a reserved queue. Use this setting to estimate the number of reserved transcoding slots (RTS) you need for a reserved queue."
},
{
"type": "feature",
"category": "SQS",
"description": "Added support for message system attributes, which currently lets you send AWS X-Ray trace IDs through Amazon SQS."
}
]
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.518.0-->
<!--LATEST=2.519.0-->
<!--ENTRYINSERT-->

## 2.519.0
* feature: GlobalAccelerator: API Update for AWS Global Accelerator Client IP Preservation
* feature: MediaConvert: This release adds the ability to send a job to an on-demand queue while simulating the performance of a job sent to a reserved queue. Use this setting to estimate the number of reserved transcoding slots (RTS) you need for a reserved queue.
* feature: SQS: Added support for message system attributes, which currently lets you send AWS X-Ray trace IDs through Amazon SQS.

## 2.518.0
* bugfix: Credentials: Update environment variable names in TokenFileWebIdentityCredentials
* feature: SSM: This feature adds "default tier" to the AWS Systems Manager Parameter Store for parameter creation and update. AWS customers can now set the "default tier" to one of the following values: Standard (default), Advanced or Intelligent-Tiering. This allows customers to create advanced parameters or parameters in corresponding tiers with one setting rather than code change to specify parameter tiers.
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.518.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.519.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
14 changes: 13 additions & 1 deletion apis/globalaccelerator-2018-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
"DescribeAcceleratorAttributes": {
"input": {
"type": "structure",
"required": [
"AcceleratorArn"
],
"members": {
"AcceleratorArn": {}
}
Expand Down Expand Up @@ -316,6 +319,9 @@
"UpdateAcceleratorAttributes": {
"input": {
"type": "structure",
"required": [
"AcceleratorArn"
],
"members": {
"AcceleratorArn": {},
"FlowLogsEnabled": {
Expand Down Expand Up @@ -435,6 +441,9 @@
"EndpointId": {},
"Weight": {
"type": "integer"
},
"ClientIPPreservationEnabled": {
"type": "boolean"
}
}
}
Expand All @@ -454,7 +463,10 @@
"type": "integer"
},
"HealthState": {},
"HealthReason": {}
"HealthReason": {},
"ClientIPPreservationEnabled": {
"type": "boolean"
}
}
}
},
Expand Down
56 changes: 47 additions & 9 deletions apis/globalaccelerator-2018-08-08.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 71e7477

Please sign in to comment.