Skip to content

Commit

Permalink
Updates SDK to v2.386.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 10, 2019
1 parent 1ccdf83 commit 17edb6e
Show file tree
Hide file tree
Showing 20 changed files with 622 additions and 435 deletions.
17 changes: 17 additions & 0 deletions .changes/2.386.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "EC2 Spot: a) CreateFleet support for Single AvailabilityZone requests and b) support for paginated DescribeSpotInstanceRequests."
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds tagging support for rules of AWS IoT Rules Engine. Tags enable you to categorize your rules in different ways, for example, by purpose, owner, or environment. For more information about tagging, see AWS Tagging Strategies (https://aws.amazon.com/answers/account-management/aws-tagging-strategies/). For technical documentation, look for the tagging operations in the AWS IoT Core API reference or User Guide (https://docs.aws.amazon.com/iot/latest/developerguide/tagging-iot.html)."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Training Jobs now support Inter-Container traffic encryption."
}
]
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.385.0-->
<!--LATEST=2.386.0-->
<!--ENTRYINSERT-->

## 2.386.0
* feature: EC2: EC2 Spot: a) CreateFleet support for Single AvailabilityZone requests and b) support for paginated DescribeSpotInstanceRequests.
* feature: Iot: This release adds tagging support for rules of AWS IoT Rules Engine. Tags enable you to categorize your rules in different ways, for example, by purpose, owner, or environment. For more information about tagging, see AWS Tagging Strategies (https://aws.amazon.com/answers/account-management/aws-tagging-strategies/). For technical documentation, look for the tagging operations in the AWS IoT Core API reference or User Guide (https://docs.aws.amazon.com/iot/latest/developerguide/tagging-iot.html).
* feature: SageMaker: SageMaker Training Jobs now support Inter-Container traffic encryption.

## 2.385.0
* feature: DocDB: Amazon DocumentDB (with MongoDB compatibility) is a fast, reliable, and fully-managed database service. Amazon DocumentDB makes it easy for developers to set up, run, and scale MongoDB-compatible databases in the cloud.
* feature: Redshift: DescribeSnapshotSchedules returns a list of snapshot schedules. With this release, this API will have a list of clusters and number of clusters associated with the schedule.
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.385.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.386.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
198 changes: 99 additions & 99 deletions apis/codedeploy-2014-10-06.normal.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,9 @@
"SingleInstanceType": {
"type": "boolean"
},
"SingleAvailabilityZone": {
"type": "boolean"
},
"MinTargetCapacity": {
"type": "integer"
}
Expand All @@ -1466,6 +1469,9 @@
"SingleInstanceType": {
"type": "boolean"
},
"SingleAvailabilityZone": {
"type": "boolean"
},
"MinTargetCapacity": {
"type": "integer"
}
Expand Down Expand Up @@ -4908,6 +4914,10 @@
"locationName": "singleInstanceType",
"type": "boolean"
},
"SingleAvailabilityZone": {
"locationName": "singleAvailabilityZone",
"type": "boolean"
},
"MinTargetCapacity": {
"locationName": "minTargetCapacity",
"type": "integer"
Expand All @@ -4925,6 +4935,10 @@
"locationName": "singleInstanceType",
"type": "boolean"
},
"SingleAvailabilityZone": {
"locationName": "singleAvailabilityZone",
"type": "boolean"
},
"MinTargetCapacity": {
"locationName": "minTargetCapacity",
"type": "integer"
Expand Down Expand Up @@ -7758,6 +7772,10 @@
"SpotInstanceRequestIds": {
"shape": "S4d",
"locationName": "SpotInstanceRequestId"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
Expand All @@ -7767,6 +7785,9 @@
"SpotInstanceRequests": {
"shape": "Ssc",
"locationName": "spotInstanceRequestSet"
},
"NextToken": {
"locationName": "nextToken"
}
}
}
Expand Down
51 changes: 41 additions & 10 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions apis/iot-2015-05-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,10 @@
},
"topicRulePayload": {
"shape": "S6b"
},
"tags": {
"location": "header",
"locationName": "x-amz-tagging"
}
},
"payload": "topicRulePayload"
Expand Down Expand Up @@ -5961,6 +5965,10 @@
},
"dynamoDBv2": {
"type": "structure",
"required": [
"roleArn",
"putItem"
],
"members": {
"roleArn": {},
"putItem": {
Expand Down
10 changes: 10 additions & 0 deletions apis/iot-2015-05-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7485,6 +7485,12 @@
"topicRulePayload": {
"shape": "TopicRulePayload",
"documentation": "<p>The rule payload.</p>"
},
"tags": {
"shape": "String",
"documentation": "<p>Metadata which can be used to manage the topic rule.</p> <note> <p>For URI Request parameters use format: ...key1=value1&amp;key2=value2...</p> <p>For the CLI command-line parameter use format: --tags \"key1=value1&amp;key2=value2...\"</p> <p>For the cli-input-json file use format: \"tags\": \"key1=value1&amp;key2=value2...\"</p> </note>",
"location": "header",
"locationName": "x-amz-tagging"
}
},
"documentation": "<p>The input for the CreateTopicRule operation.</p>",
Expand Down Expand Up @@ -8937,6 +8943,10 @@
},
"DynamoDBv2Action": {
"type": "structure",
"required": [
"roleArn",
"putItem"
],
"members": {
"roleArn": {
"shape": "AwsArn",
Expand Down
9 changes: 9 additions & 0 deletions apis/sagemaker-2017-07-24.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@
},
"EnableNetworkIsolation": {
"type": "boolean"
},
"EnableInterContainerTrafficEncryption": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1319,6 +1322,9 @@
},
"EnableNetworkIsolation": {
"type": "boolean"
},
"EnableInterContainerTrafficEncryption": {
"type": "boolean"
}
}
}
Expand Down Expand Up @@ -3430,6 +3436,9 @@
},
"EnableNetworkIsolation": {
"type": "boolean"
},
"EnableInterContainerTrafficEncryption": {
"type": "boolean"
}
}
},
Expand Down
Loading

0 comments on commit 17edb6e

Please sign in to comment.