Skip to content

Commit

Permalink
Updates SDK to v2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 25, 2017
1 parent 5f19aba commit 5d31704
Show file tree
Hide file tree
Showing 14 changed files with 686 additions and 315 deletions.
12 changes: 12 additions & 0 deletions .changes/2.58.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Support added for persistent user storage, backed by S3."
},
{
"type": "feature",
"category": "Rekognition",
"description": "Updated the CompareFaces API response to include orientation information, unmatched faces, landmarks, pose, and quality of the compared faces."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.57.0-->
<!--LATEST=2.58.0-->
<!--ENTRYINSERT-->

## 2.58.0
* feature: AppStream: Support added for persistent user storage, backed by S3.
* feature: Rekognition: Updated the CompareFaces API response to include orientation information, unmatched faces, landmarks, pose, and quality of the compared faces.

## 2.57.0
* feature: IAM: The unique ID and access key lengths were extended from 32 to 128
* feature: STS: The unique ID and access key lengths were extended from 32 to 128.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.57.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.58.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
65 changes: 50 additions & 15 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,17 @@
"members": {
"Name": {},
"Description": {},
"DisplayName": {}
"DisplayName": {},
"StorageConnectors": {
"shape": "Sn"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "So"
"shape": "Ss"
}
}
}
Expand Down Expand Up @@ -155,7 +158,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "Sy"
"shape": "S15"
},
"NextToken": {}
}
Expand All @@ -178,7 +181,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "Sy"
"shape": "S15"
}
}
},
Expand Down Expand Up @@ -234,6 +237,9 @@
},
"CreatedTime": {
"type": "timestamp"
},
"PublicBaseImageReleasedDate": {
"type": "timestamp"
}
}
}
Expand Down Expand Up @@ -292,7 +298,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "Sy"
"shape": "S15"
},
"NextToken": {}
}
Expand All @@ -303,7 +309,7 @@
"Stacks": {
"type": "list",
"member": {
"shape": "So"
"shape": "Ss"
}
},
"NextToken": {}
Expand Down Expand Up @@ -357,7 +363,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "Sy"
"shape": "S15"
},
"NextToken": {}
}
Expand All @@ -378,7 +384,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "Sy"
"shape": "S15"
},
"NextToken": {}
}
Expand Down Expand Up @@ -464,14 +470,20 @@
"members": {
"DisplayName": {},
"Description": {},
"Name": {}
"Name": {},
"StorageConnectors": {
"shape": "Sn"
},
"DeleteStorageConnectors": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "So"
"shape": "Ss"
}
}
}
Expand All @@ -491,9 +503,6 @@
},
"S8": {
"type": "structure",
"required": [
"SubnetIds"
],
"members": {
"SubnetIds": {
"type": "list",
Expand Down Expand Up @@ -566,7 +575,20 @@
}
}
},
"So": {
"Sn": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ConnectorType"
],
"members": {
"ConnectorType": {},
"ResourceIdentifier": {}
}
}
},
"Ss": {
"type": "structure",
"required": [
"Name"
Expand All @@ -578,10 +600,23 @@
"DisplayName": {},
"CreatedTime": {
"type": "timestamp"
},
"StorageConnectors": {
"shape": "Sn"
},
"StackErrors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorCode": {},
"ErrorMessage": {}
}
}
}
}
},
"Sy": {
"S15": {
"type": "list",
"member": {}
}
Expand Down

0 comments on commit 5d31704

Please sign in to comment.