Skip to content

Commit

Permalink
Updates SDK to v2.385.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 9, 2019
1 parent b4b9b2a commit 1ccdf83
Show file tree
Hide file tree
Showing 26 changed files with 8,039 additions and 277 deletions.
17 changes: 17 additions & 0 deletions .changes/2.385.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DocDB",
"description": "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."
},
{
"type": "feature",
"category": "Redshift",
"description": "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."
},
{
"type": "feature",
"category": "s3",
"description": "Improved sigv4 documentation on getSignedUrl operation"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-8b0c0656.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.384.0-->
<!--LATEST=2.385.0-->
<!--ENTRYINSERT-->

## 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.
* feature: s3: Improved sigv4 documentation on getSignedUrl operation

## 2.384.0
* feature: DeviceFarm: "This release provides support for running Appium Node.js and Appium Ruby tests on AWS Device Farm.

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.384.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.385.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
35 changes: 21 additions & 14 deletions apis/appmesh-2018-10-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"type": "structure",
"members": {
"virtualNode": {
"shape": "S13"
"shape": "S14"
}
},
"payload": "virtualNode"
Expand Down Expand Up @@ -144,7 +144,7 @@
"locationName": "meshName"
},
"spec": {
"shape": "S17"
"shape": "S18"
},
"virtualRouterName": {}
}
Expand All @@ -153,7 +153,7 @@
"type": "structure",
"members": {
"virtualRouter": {
"shape": "S1a"
"shape": "S1b"
}
},
"payload": "virtualRouter"
Expand Down Expand Up @@ -255,7 +255,7 @@
"type": "structure",
"members": {
"virtualNode": {
"shape": "S13"
"shape": "S14"
}
},
"payload": "virtualNode"
Expand Down Expand Up @@ -289,7 +289,7 @@
"type": "structure",
"members": {
"virtualRouter": {
"shape": "S1a"
"shape": "S1b"
}
},
"payload": "virtualRouter"
Expand Down Expand Up @@ -389,7 +389,7 @@
"type": "structure",
"members": {
"virtualNode": {
"shape": "S13"
"shape": "S14"
}
},
"payload": "virtualNode"
Expand Down Expand Up @@ -422,7 +422,7 @@
"type": "structure",
"members": {
"virtualRouter": {
"shape": "S1a"
"shape": "S1b"
}
},
"payload": "virtualRouter"
Expand Down Expand Up @@ -698,7 +698,7 @@
"type": "structure",
"members": {
"virtualNode": {
"shape": "S13"
"shape": "S14"
}
},
"payload": "virtualNode"
Expand Down Expand Up @@ -727,7 +727,7 @@
"locationName": "meshName"
},
"spec": {
"shape": "S17"
"shape": "S18"
},
"virtualRouterName": {
"location": "uri",
Expand All @@ -739,7 +739,7 @@
"type": "structure",
"members": {
"virtualRouter": {
"shape": "S1a"
"shape": "S1b"
}
},
"payload": "virtualRouter"
Expand Down Expand Up @@ -855,6 +855,13 @@
"members": {
"healthCheck": {
"type": "structure",
"required": [
"healthyThreshold",
"intervalMillis",
"protocol",
"timeoutMillis",
"unhealthyThreshold"
],
"members": {
"healthyThreshold": {
"type": "integer"
Expand Down Expand Up @@ -900,7 +907,7 @@
}
}
},
"S13": {
"S14": {
"type": "structure",
"required": [
"meshName",
Expand All @@ -923,7 +930,7 @@
"virtualNodeName": {}
}
},
"S17": {
"S18": {
"type": "structure",
"members": {
"serviceNames": {
Expand All @@ -932,7 +939,7 @@
}
}
},
"S1a": {
"S1b": {
"type": "structure",
"required": [
"meshName",
Expand All @@ -944,7 +951,7 @@
"shape": "S6"
},
"spec": {
"shape": "S17"
"shape": "S18"
},
"status": {
"type": "structure",
Expand Down
5 changes: 5 additions & 0 deletions apis/docdb-2014-10-31.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 1ccdf83

Please sign in to comment.