Skip to content

Commit

Permalink
Release v1.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Mar 14, 2018
1 parent 5ca730d commit 28d0127
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 265 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.13.14 (2018-03-14)
===

### Service Client Updates
* `service/lightsail`: Updates service API and documentation
* Updates to existing Lightsail documentation

Release v1.13.13 (2018-03-13)
===

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.13.13"
const SDKVersion = "1.13.14"
6 changes: 4 additions & 2 deletions models/apis/lightsail/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,8 @@
"NotStarted",
"Started",
"Failed",
"Completed"
"Completed",
"Succeeded"
]
},
"OperationType":{
Expand Down Expand Up @@ -3169,8 +3170,9 @@
"us-east-2",
"us-west-1",
"us-west-2",
"eu-west-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
Expand Down
118 changes: 59 additions & 59 deletions models/apis/lightsail/2016-11-28/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 28d0127

Please sign in to comment.