Skip to content

Commit

Permalink
Release v1.12.73
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Feb 8, 2018
1 parent 04519f0 commit de28909
Show file tree
Hide file tree
Showing 37 changed files with 3,452 additions and 811 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.12.73 (2018-02-08)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
* Adds support for allowing customers to provide a redirect URL for a stack. Users will be redirected to the link provided by the admin at the end of their streaming session.
* `service/budgets`: Updates service API and documentation
* Making budgetLimit and timePeriod optional, and updating budgets docs.
* `service/dms`: Updates service API, documentation, and paginators
* This release includes the addition of two new APIs: describe replication instance task logs and reboot instance. The first allows user to see how much storage each log for a task on a given instance is occupying. The second gives users the option to reboot the application software on the instance and force a fail over for MAZ instances to test robustness of their integration with our service.
* `service/ds`: Updates service API
* Updated the regex of some input parameters to support longer EC2 identifiers.
* `service/dynamodb`: Updates service API and documentation
* Amazon DynamoDB now supports server-side encryption using a default service key (alias/aws/dynamodb) from the AWS Key Management Service (KMS). AWS KMS is a service that combines secure, highly available hardware and software to provide a key management system scaled for the cloud. AWS KMS is used via the AWS Management Console or APIs to centrally create encryption keys, define the policies that control how keys can be used, and audit key usage to prove they are being used correctly. For more information, see the Amazon DynamoDB Developer Guide.
* `service/gamelift`: Updates service API and documentation
* Amazon GameLift FlexMatch added the StartMatchBackfill API. This API allows developers to add new players to an existing game session using the same matchmaking rules and player data that were used to initially create the session.
* `service/medialive`: Updates service API and documentation
* AWS Elemental MediaLive has added support for updating channel settings for idle channels. You can now update channel name, channel outputs and output destinations, encoder settings, user role ARN, and input specifications. Channel settings can be updated in the console or with API calls. Please note that running channels need to be stopped before they can be updated. We've also deprecated the 'Reserved' field.
* `service/mediastore`: Updates service API and documentation
* AWS Elemental MediaStore now supports per-container CORS configuration.

Release v1.12.72 (2018-02-07)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.12.72"
const SDKVersion = "1.12.73"
26 changes: 24 additions & 2 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,8 @@
"Name":{"shape":"String"},
"Description":{"shape":"Description"},
"DisplayName":{"shape":"DisplayName"},
"StorageConnectors":{"shape":"StorageConnectorList"}
"StorageConnectors":{"shape":"StorageConnectorList"},
"RedirectURL":{"shape":"RedirectURL"}
}
},
"CreateStackResult":{
Expand Down Expand Up @@ -1189,6 +1190,10 @@
"type":"string",
"enum":["WINDOWS"]
},
"RedirectURL":{
"type":"string",
"max":1000
},
"ResourceAlreadyExistsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1289,9 +1294,21 @@
"DisplayName":{"shape":"String"},
"CreatedTime":{"shape":"Timestamp"},
"StorageConnectors":{"shape":"StorageConnectorList"},
"RedirectURL":{"shape":"RedirectURL"},
"StackErrors":{"shape":"StackErrors"}
}
},
"StackAttribute":{
"type":"string",
"enum":[
"STORAGE_CONNECTORS",
"REDIRECT_URL"
]
},
"StackAttributes":{
"type":"list",
"member":{"shape":"StackAttribute"}
},
"StackError":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1508,7 +1525,12 @@
"Description":{"shape":"Description"},
"Name":{"shape":"String"},
"StorageConnectors":{"shape":"StorageConnectorList"},
"DeleteStorageConnectors":{"shape":"Boolean"}
"DeleteStorageConnectors":{
"shape":"Boolean",
"deprecated":true
},
"RedirectURL":{"shape":"RedirectURL"},
"AttributesToDelete":{"shape":"StackAttributes"}
}
},
"UpdateStackResult":{
Expand Down
30 changes: 25 additions & 5 deletions models/apis/appstream/2016-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"DeleteImage": "<p>Deletes the specified image. You cannot delete an image that is currently in use. After you delete an image, you cannot provision new capacity using the image.</p>",
"DeleteImageBuilder": "<p>Deletes the specified image builder and releases the capacity.</p>",
"DeleteStack": "<p>Deletes the specified stack. After this operation completes, the environment can no longer be activated and any reservations made for the stack are released.</p>",
"DescribeDirectoryConfigs": "<p>Describes the specified directory configurations.</p>",
"DescribeDirectoryConfigs": "<p>Describes the specified directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>",
"DescribeFleets": "<p>Describes the specified fleets or all fleets in the account.</p>",
"DescribeImageBuilders": "<p>Describes the specified image builders or all image builders in the account.</p>",
"DescribeImages": "<p>Describes the specified images or all images in the account.</p>",
Expand All @@ -24,13 +24,13 @@
"ExpireSession": "<p>Stops the specified streaming session.</p>",
"ListAssociatedFleets": "<p>Lists the fleets associated with the specified stack.</p>",
"ListAssociatedStacks": "<p>Lists the stacks associated with the specified fleet.</p>",
"ListTagsForResource": "<p>Lists the tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"ListTagsForResource": "<p>Lists the tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"StartFleet": "<p>Starts the specified fleet.</p>",
"StartImageBuilder": "<p>Starts the specified image builder.</p>",
"StopFleet": "<p>Stops the specified fleet.</p>",
"StopImageBuilder": "<p>Stops the specified image builder.</p>",
"TagResource": "<p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p> <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>. To disassociate tags from your resources, use <a>UntagResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"UntagResource": "<p>Disassociates the specified tags from the specified AppStream 2.0 resource.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"TagResource": "<p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p> <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>. To disassociate tags from your resources, use <a>UntagResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"UntagResource": "<p>Disassociates the specified tags from the specified AppStream 2.0 resource.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
"UpdateDirectoryConfig": "<p>Updates the specified directory configuration.</p>",
"UpdateFleet": "<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name. If the fleet is in the <code>RUNNING</code> state, you can update the <code>DisplayName</code> and <code>ComputeCapacity</code> attributes. If the fleet is in the <code>STARTING</code> or <code>STOPPING</code> state, you can't update it.</p>",
"UpdateStack": "<p>Updates the specified stack.</p>"
Expand Down Expand Up @@ -328,7 +328,7 @@
"DirectoryConfigList": {
"base": null,
"refs": {
"DescribeDirectoryConfigsResult$DirectoryConfigs": "<p>Information about the directory configurations.</p>"
"DescribeDirectoryConfigsResult$DirectoryConfigs": "<p>Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>"
}
},
"DirectoryName": {
Expand Down Expand Up @@ -644,6 +644,14 @@
"ImageBuilder$Platform": "<p>The operating system platform of the image builder.</p>"
}
},
"RedirectURL": {
"base": null,
"refs": {
"CreateStackRequest$RedirectURL": "<p>The URL the user is redirected to after the streaming session ends.</p>",
"Stack$RedirectURL": "<p>The URL the user is redirected to after the streaming session ends.</p>",
"UpdateStackRequest$RedirectURL": "<p>The URL the user is redirected to after the streaming session ends.</p>"
}
},
"ResourceAlreadyExistsException": {
"base": "<p>The specified resource already exists.</p>",
"refs": {
Expand Down Expand Up @@ -722,6 +730,18 @@
"UpdateStackResult$Stack": "<p>Information about the stack.</p>"
}
},
"StackAttribute": {
"base": null,
"refs": {
"StackAttributes$member": null
}
},
"StackAttributes": {
"base": null,
"refs": {
"UpdateStackRequest$AttributesToDelete": "<p>The stack attributes to delete.</p>"
}
},
"StackError": {
"base": "<p>Describes a stack error.</p>",
"refs": {
Expand Down
6 changes: 0 additions & 6 deletions models/apis/budgets/2016-10-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@
"type":"structure",
"required":[
"BudgetName",
"BudgetLimit",
"TimeUnit",
"TimePeriod",
"BudgetType"
],
"members":{
Expand Down Expand Up @@ -637,10 +635,6 @@
},
"TimePeriod":{
"type":"structure",
"required":[
"Start",
"End"
],
"members":{
"Start":{"shape":"GenericTimestamp"},
"End":{"shape":"GenericTimestamp"}
Expand Down
Loading

0 comments on commit de28909

Please sign in to comment.