Skip to content

Commit

Permalink
Updates SDK to v2.463.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 24, 2019
1 parent 2511428 commit f015c96
Show file tree
Hide file tree
Showing 19 changed files with 794 additions and 222 deletions.
17 changes: 17 additions & 0 deletions .changes/2.463.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeDeploy",
"description": "AWS CodeDeploy now supports tagging for the application and deployment group resources."
},
{
"type": "feature",
"category": "Core",
"description": "set environmental variable AWS_NODEJS_CONNECTION_REUSE_ENABLED to 1 to make SDK reuse connections by default if users don't supply custom agents."
},
{
"type": "feature",
"category": "MediaStoreData",
"description": "MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Core-f5c6ebe9.json

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.462.0-->
<!--LATEST=2.463.0-->
<!--ENTRYINSERT-->

## 2.463.0
* feature: CodeDeploy: AWS CodeDeploy now supports tagging for the application and deployment group resources.
* feature: Core: set environmental variable AWS_NODEJS_CONNECTION_REUSE_ENABLED to 1 to make SDK reuse connections by default if users don't supply custom agents.
* feature: MediaStoreData: MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded.

## 2.462.0
* bugfix: Documentation: Update badges in README.md
* feature: EC2: New APIs to enable EBS encryption by default feature. Once EBS encryption by default is enabled in a region within the account, all new EBS volumes and snapshot copies are always encrypted
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.462.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.463.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
124 changes: 101 additions & 23 deletions apis/codedeploy-2014-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
],
"members": {
"deploymentIds": {
"shape": "S42"
"shape": "S46"
}
}
},
Expand All @@ -186,7 +186,7 @@
"deploymentsInfo": {
"type": "list",
"member": {
"shape": "S45"
"shape": "S49"
}
}
}
Expand All @@ -210,7 +210,7 @@
"instanceInfos": {
"type": "list",
"member": {
"shape": "S4k"
"shape": "S4o"
}
}
}
Expand All @@ -233,7 +233,10 @@
],
"members": {
"applicationName": {},
"computePlatform": {}
"computePlatform": {},
"tags": {
"shape": "S2"
}
}
},
"output": {
Expand Down Expand Up @@ -261,7 +264,7 @@
"type": "boolean"
},
"targetInstances": {
"shape": "S4c"
"shape": "S4g"
},
"autoRollbackConfiguration": {
"shape": "S1z"
Expand All @@ -288,10 +291,10 @@
"members": {
"deploymentConfigName": {},
"minimumHealthyHosts": {
"shape": "S4v"
"shape": "S4z"
},
"trafficRoutingConfig": {
"shape": "S4y"
"shape": "S52"
},
"computePlatform": {}
}
Expand Down Expand Up @@ -322,7 +325,7 @@
"shape": "S1h"
},
"autoScalingGroups": {
"shape": "S4d"
"shape": "S4h"
},
"serviceRoleArn": {},
"triggerConfigurations": {
Expand Down Expand Up @@ -351,6 +354,9 @@
},
"onPremisesTagSet": {
"shape": "S2u"
},
"tags": {
"shape": "S2"
}
}
},
Expand Down Expand Up @@ -489,7 +495,7 @@
"type": "structure",
"members": {
"deploymentInfo": {
"shape": "S45"
"shape": "S49"
}
}
}
Expand All @@ -513,14 +519,14 @@
"deploymentConfigId": {},
"deploymentConfigName": {},
"minimumHealthyHosts": {
"shape": "S4v"
"shape": "S4z"
},
"createTime": {
"type": "timestamp"
},
"computePlatform": {},
"trafficRoutingConfig": {
"shape": "S4y"
"shape": "S52"
}
}
}
Expand Down Expand Up @@ -602,7 +608,7 @@
"type": "structure",
"members": {
"instanceInfo": {
"shape": "S4k"
"shape": "S4o"
}
}
}
Expand Down Expand Up @@ -777,7 +783,7 @@
"type": "structure",
"members": {
"deployments": {
"shape": "S42"
"shape": "S46"
},
"nextToken": {}
}
Expand Down Expand Up @@ -822,6 +828,27 @@
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S2"
},
"NextToken": {}
}
}
},
"PutLifecycleEventHookExecutionStatus": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -915,6 +942,45 @@
}
}
},
"TagResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"Tags"
],
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S2"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"TagKeys"
],
"members": {
"ResourceArn": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateApplication": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -943,7 +1009,7 @@
"shape": "S1h"
},
"autoScalingGroups": {
"shape": "S4d"
"shape": "S4h"
},
"serviceRoleArn": {},
"triggerConfigurations": {
Expand Down Expand Up @@ -1445,6 +1511,18 @@
},
"lifecycleEvents": {
"shape": "S37"
},
"lambdaFunctionInfo": {
"type": "structure",
"members": {
"functionName": {},
"functionAlias": {},
"currentVersion": {},
"targetVersion": {},
"targetVersionWeight": {
"type": "double"
}
}
}
}
},
Expand Down Expand Up @@ -1491,11 +1569,11 @@
}
}
},
"S42": {
"S46": {
"type": "list",
"member": {}
},
"S45": {
"S49": {
"type": "structure",
"members": {
"applicationName": {},
Expand Down Expand Up @@ -1571,7 +1649,7 @@
"shape": "S22"
},
"targetInstances": {
"shape": "S4c"
"shape": "S4g"
},
"instanceTerminationWaitTimeStarted": {
"type": "boolean"
Expand All @@ -1595,25 +1673,25 @@
"computePlatform": {}
}
},
"S4c": {
"S4g": {
"type": "structure",
"members": {
"tagFilters": {
"shape": "S1e"
},
"autoScalingGroups": {
"shape": "S4d"
"shape": "S4h"
},
"ec2TagSet": {
"shape": "S2s"
}
}
},
"S4d": {
"S4h": {
"type": "list",
"member": {}
},
"S4k": {
"S4o": {
"type": "structure",
"members": {
"instanceName": {},
Expand All @@ -1631,7 +1709,7 @@
}
}
},
"S4v": {
"S4z": {
"type": "structure",
"members": {
"value": {
Expand All @@ -1640,7 +1718,7 @@
"type": {}
}
},
"S4y": {
"S52": {
"type": "structure",
"members": {
"type": {},
Expand Down
Loading

0 comments on commit f015c96

Please sign in to comment.