Skip to content

Commit

Permalink
Updates SDK to v2.309.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 5, 2018
1 parent 33a0cd1 commit e0ffda5
Show file tree
Hide file tree
Showing 24 changed files with 5,158 additions and 4,307 deletions.
22 changes: 22 additions & 0 deletions .changes/2.309.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Added support for enabling persistent application settings for a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session."
},
{
"type": "feature",
"category": "DynamoDB",
"description": "New feature for Amazon DynamoDB."
},
{
"type": "feature",
"category": "ELB",
"description": "Documentation update for DescribeAccountLimits API to include classic-registered-instances."
},
{
"type": "feature",
"category": "S3",
"description": "Parquet input format support added for the SelectObjectContent API"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.308.0-->
<!--LATEST=2.309.0-->
<!--ENTRYINSERT-->

## 2.309.0
* feature: AppStream: Added support for enabling persistent application settings for a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
* feature: DynamoDB: New feature for Amazon DynamoDB.
* feature: ELB: Documentation update for DescribeAccountLimits API to include classic-registered-instances.
* feature: S3: Parquet input format support added for the SelectObjectContent API

## 2.308.0
* feature: Rekognition: This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date/time of the collection.

Expand Down
2 changes: 1 addition & 1 deletion README.md
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.308.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.309.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
70 changes: 49 additions & 21 deletions apis/appstream-2016-12-01.min.json
Expand Up @@ -199,14 +199,17 @@
"FeedbackURL": {},
"UserSettings": {
"shape": "S1n"
},
"ApplicationSettings": {
"shape": "S1r"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "S1s"
"shape": "S1v"
}
}
}
Expand Down Expand Up @@ -284,7 +287,7 @@
"type": "structure",
"members": {
"Image": {
"shape": "S25"
"shape": "S29"
}
}
}
Expand Down Expand Up @@ -372,7 +375,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"NextToken": {}
}
Expand All @@ -395,7 +398,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -449,7 +452,7 @@
"members": {
"sharedAccountId": {},
"imagePermissions": {
"shape": "S2e"
"shape": "S2h"
}
}
}
Expand All @@ -463,7 +466,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"Arns": {
"type": "list",
Expand All @@ -482,7 +485,7 @@
"Images": {
"type": "list",
"member": {
"shape": "S25"
"shape": "S29"
}
},
"NextToken": {}
Expand Down Expand Up @@ -547,7 +550,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"NextToken": {}
}
Expand All @@ -558,7 +561,7 @@
"Stacks": {
"type": "list",
"member": {
"shape": "S1s"
"shape": "S1v"
}
},
"NextToken": {}
Expand Down Expand Up @@ -612,7 +615,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"NextToken": {}
}
Expand All @@ -633,7 +636,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S2r"
"shape": "S2u"
},
"NextToken": {}
}
Expand All @@ -653,7 +656,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S3t"
"shape": "S3w"
}
}
}
Expand Down Expand Up @@ -737,7 +740,7 @@
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S3t"
"shape": "S3w"
}
}
},
Expand Down Expand Up @@ -850,7 +853,7 @@
"Name": {},
"SharedAccountId": {},
"ImagePermissions": {
"shape": "S2e"
"shape": "S2h"
}
}
},
Expand Down Expand Up @@ -884,14 +887,17 @@
},
"UserSettings": {
"shape": "S1n"
},
"ApplicationSettings": {
"shape": "S1r"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "S1s"
"shape": "S1v"
}
}
}
Expand Down Expand Up @@ -1117,7 +1123,19 @@
}
}
},
"S1s": {
"S1r": {
"type": "structure",
"required": [
"Enabled"
],
"members": {
"Enabled": {
"type": "boolean"
},
"SettingsGroup": {}
}
},
"S1v": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1147,10 +1165,20 @@
},
"UserSettings": {
"shape": "S1n"
},
"ApplicationSettings": {
"type": "structure",
"members": {
"Enabled": {
"type": "boolean"
},
"SettingsGroup": {},
"S3BucketName": {}
}
}
}
},
"S25": {
"S29": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1203,11 +1231,11 @@
},
"AppstreamAgentVersion": {},
"ImagePermissions": {
"shape": "S2e"
"shape": "S2h"
}
}
},
"S2e": {
"S2h": {
"type": "structure",
"members": {
"allowFleet": {
Expand All @@ -1218,11 +1246,11 @@
}
}
},
"S2r": {
"S2u": {
"type": "list",
"member": {}
},
"S3t": {
"S3w": {
"type": "map",
"key": {},
"value": {}
Expand Down

0 comments on commit e0ffda5

Please sign in to comment.