Skip to content

Commit

Permalink
Release v1.13.19
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Mar 22, 2018
1 parent 95f77c8 commit c0ea8ae
Show file tree
Hide file tree
Showing 17 changed files with 547 additions and 53 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.13.19 (2018-03-22)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
* Feedback URL allows admins to provide a feedback link or a survey link for collecting user feedback while streaming sessions. When a feedback link is provided, streaming users will see a "Send Feedback" choice in their streaming session toolbar. On selecting this choice, user will be redirected to the link provided in a new browser tab. If a feedback link is not provided, users will not see the "Send Feedback" option.
* `service/codebuild`: Updates service API and documentation
* Adding support for branch filtering when using webhooks with AWS CodeBuild.
* `service/ecs`: Updates service API and documentation
* Amazon Elastic Container Service (ECS) now includes integrated Service Discovery using Route 53 Auto Naming. Customers can now specify a Route 53 Auto Naming service as part of an ECS service. ECS will register task IPs with Route 53, making them available via DNS in your VPC.
* `aws/endpoints`: Updated Regions and Endpoints metadata.

### SDK Bugs
* `aws/endpoints`: Use service metadata for fallback signing name ([#1854](https://github.com/aws/aws-sdk-go/pull/1854))
* Updates the SDK's endpoint resolution to fallback deriving the service's signing name from the service's modeled metadata in addition the the endpoints modeled data.
* Fixes [#1850](https://github.com/aws/aws-sdk-go/issues/1850)
Release v1.13.18 (2018-03-21)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/endpoints`: Use service metadata for fallback signing name ([#1854](https://github.com/aws/aws-sdk-go/pull/1854))
* Updates the SDK's endpoint resolution to fallback deriving the service's signing name from the service's modeled metadata in addition the the endpoints modeled data.
* Fixes [#1850](https://github.com/aws/aws-sdk-go/issues/1850)
7 changes: 7 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.18"
const SDKVersion = "1.13.19"
33 changes: 30 additions & 3 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"output":{"shape":"AssociateFleetResult"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"},
{"shape":"IncompatibleImageException"},
Expand All @@ -42,6 +43,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceNotAvailableException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"IncompatibleImageException"}
]
},
Expand All @@ -55,7 +57,8 @@
"output":{"shape":"CreateDirectoryConfigResult"},
"errors":[
{"shape":"ResourceAlreadyExistsException"},
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"}
]
},
"CreateFleet":{
Expand All @@ -71,6 +74,7 @@
{"shape":"ResourceNotAvailableException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"InvalidRoleException"},
{"shape":"ConcurrentModificationException"},
{"shape":"InvalidParameterCombinationException"},
Expand All @@ -87,6 +91,7 @@
"output":{"shape":"CreateImageBuilderResult"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"ResourceNotAvailableException"},
{"shape":"ResourceNotFoundException"},
Expand Down Expand Up @@ -119,6 +124,7 @@
"output":{"shape":"CreateStackResult"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"ConcurrentModificationException"},
{"shape":"InvalidRoleException"},
Expand Down Expand Up @@ -348,6 +354,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"OperationNotPermittedException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ConcurrentModificationException"}
]
},
Expand All @@ -363,6 +370,7 @@
{"shape":"ResourceNotAvailableException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"IncompatibleImageException"}
]
},
Expand Down Expand Up @@ -403,6 +411,7 @@
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -443,6 +452,7 @@
"errors":[
{"shape":"ResourceInUseException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"InvalidRoleException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceNotAvailableException"},
Expand All @@ -466,6 +476,7 @@
{"shape":"InvalidRoleException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"IncompatibleImageException"}
]
}
Expand Down Expand Up @@ -673,7 +684,8 @@
"Description":{"shape":"Description"},
"DisplayName":{"shape":"DisplayName"},
"StorageConnectors":{"shape":"StorageConnectorList"},
"RedirectURL":{"shape":"RedirectURL"}
"RedirectURL":{"shape":"RedirectURL"},
"FeedbackURL":{"shape":"FeedbackURL"}
}
},
"CreateStackResult":{
Expand Down Expand Up @@ -922,6 +934,10 @@
"members":{
}
},
"FeedbackURL":{
"type":"string",
"max":1000
},
"Fleet":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1135,6 +1151,13 @@
"exception":true
},
"Integer":{"type":"integer"},
"InvalidAccountStatusException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"exception":true
},
"InvalidParameterCombinationException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1338,14 +1361,17 @@
"CreatedTime":{"shape":"Timestamp"},
"StorageConnectors":{"shape":"StorageConnectorList"},
"RedirectURL":{"shape":"RedirectURL"},
"FeedbackURL":{"shape":"FeedbackURL"},
"StackErrors":{"shape":"StackErrors"}
}
},
"StackAttribute":{
"type":"string",
"enum":[
"STORAGE_CONNECTORS",
"REDIRECT_URL"
"REDIRECT_URL",
"FEEDBACK_URL",
"THEME_NAME"
]
},
"StackAttributes":{
Expand Down Expand Up @@ -1573,6 +1599,7 @@
"deprecated":true
},
"RedirectURL":{"shape":"RedirectURL"},
"FeedbackURL":{"shape":"FeedbackURL"},
"AttributesToDelete":{"shape":"StackAttributes"}
}
},
Expand Down
22 changes: 18 additions & 4 deletions models/apis/appstream/2016-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
"refs": {
"ConcurrentModificationException$Message": null,
"IncompatibleImageException$Message": null,
"InvalidAccountStatusException$Message": null,
"InvalidParameterCombinationException$Message": null,
"InvalidRoleException$Message": null,
"LimitExceededException$Message": null,
Expand All @@ -415,6 +416,14 @@
"refs": {
}
},
"FeedbackURL": {
"base": null,
"refs": {
"CreateStackRequest$FeedbackURL": "<p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>",
"Stack$FeedbackURL": "<p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>",
"UpdateStackRequest$FeedbackURL": "<p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>"
}
},
"Fleet": {
"base": "<p>Contains the parameters for a fleet.</p>",
"refs": {
Expand Down Expand Up @@ -562,6 +571,11 @@
"UpdateFleetRequest$DisconnectTimeoutInSeconds": "<p>The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.</p>"
}
},
"InvalidAccountStatusException": {
"base": "<p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>",
"refs": {
}
},
"InvalidParameterCombinationException": {
"base": "<p>Indicates an incorrect combination of parameters, or a missing parameter.</p>",
"refs": {
Expand Down Expand Up @@ -662,9 +676,9 @@
"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>"
"CreateStackRequest$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>",
"Stack$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>",
"UpdateStackRequest$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>"
}
},
"RegionName": {
Expand Down Expand Up @@ -861,7 +875,7 @@
"Application$IconURL": "<p>The URL for the application icon. This URL might be time-limited.</p>",
"Application$LaunchPath": "<p>The path to the application executable in the instance.</p>",
"Application$LaunchParameters": "<p>The arguments that are passed to the application at launch.</p>",
"AssociateFleetRequest$FleetName": "<p>The name of the fleet.</p>",
"AssociateFleetRequest$FleetName": "<p>The name of the fleet. </p>",
"AssociateFleetRequest$StackName": "<p>The name of the stack.</p>",
"CreateFleetRequest$ImageName": "<p>The name of the image used to create the fleet.</p>",
"CreateFleetRequest$InstanceType": "<p>The instance type to use when launching fleet instances. The following instance types are available:</p> <ul> <li> <p>stream.standard.medium</p> </li> <li> <p>stream.standard.large</p> </li> <li> <p>stream.compute.large</p> </li> <li> <p>stream.compute.xlarge</p> </li> <li> <p>stream.compute.2xlarge</p> </li> <li> <p>stream.compute.4xlarge</p> </li> <li> <p>stream.compute.8xlarge</p> </li> <li> <p>stream.memory.large</p> </li> <li> <p>stream.memory.xlarge</p> </li> <li> <p>stream.memory.2xlarge</p> </li> <li> <p>stream.memory.4xlarge</p> </li> <li> <p>stream.memory.8xlarge</p> </li> <li> <p>stream.graphics-design.large</p> </li> <li> <p>stream.graphics-design.xlarge</p> </li> <li> <p>stream.graphics-design.2xlarge</p> </li> <li> <p>stream.graphics-design.4xlarge</p> </li> <li> <p>stream.graphics-desktop.2xlarge</p> </li> <li> <p>stream.graphics-pro.4xlarge</p> </li> <li> <p>stream.graphics-pro.8xlarge</p> </li> <li> <p>stream.graphics-pro.16xlarge</p> </li> </ul>",
Expand Down
36 changes: 34 additions & 2 deletions models/apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,20 @@
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"}
]
},
"UpdateWebhook":{
"name":"UpdateWebhook",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateWebhookInput"},
"output":{"shape":"UpdateWebhookOutput"},
"errors":[
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"},
{"shape":"OAuthProviderException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -405,7 +419,8 @@
"type":"structure",
"required":["projectName"],
"members":{
"projectName":{"shape":"ProjectName"}
"projectName":{"shape":"ProjectName"},
"branchFilter":{"shape":"String"}
}
},
"CreateWebhookOutput":{
Expand Down Expand Up @@ -889,6 +904,21 @@
"project":{"shape":"Project"}
}
},
"UpdateWebhookInput":{
"type":"structure",
"required":["projectName"],
"members":{
"projectName":{"shape":"ProjectName"},
"branchFilter":{"shape":"String"},
"rotateSecret":{"shape":"Boolean"}
}
},
"UpdateWebhookOutput":{
"type":"structure",
"members":{
"webhook":{"shape":"Webhook"}
}
},
"ValueInput":{
"type":"string",
"max":255,
Expand All @@ -908,7 +938,9 @@
"members":{
"url":{"shape":"NonEmptyString"},
"payloadUrl":{"shape":"NonEmptyString"},
"secret":{"shape":"NonEmptyString"}
"secret":{"shape":"NonEmptyString"},
"branchFilter":{"shape":"String"},
"lastModifiedSecret":{"shape":"Timestamp"}
}
},
"WrapperBoolean":{"type":"boolean"},
Expand Down
Loading

0 comments on commit c0ea8ae

Please sign in to comment.