Skip to content

Commit

Permalink
Merge pull request #950 from aws/release
Browse files Browse the repository at this point in the history
Release v1.5.8
  • Loading branch information
awstools authored Nov 18, 2016
2 parents 744a71d + 898c81b commit a0a0426
Show file tree
Hide file tree
Showing 27 changed files with 4,728 additions and 1,069 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.5.8 (2016-11-18)
===

Service Client Updates
---
`service/application-autoscaling`: Updates service API and documentation
`service/elasticmapreduce`: Updates service API and documentation
`service/elastictranscoder`: Updates service API, documentation, and examples
`service/gamelift`: Updates service API and documentation
`service/lambda`: Updates service API and documentation

Release v1.5.7 (2016-11-18)
===

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.5.7"
const SDKVersion = "1.5.8"
4 changes: 3 additions & 1 deletion models/apis/application-autoscaling/2016-02-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@
"type":"string",
"enum":[
"ecs:service:DesiredCount",
"ec2:spot-fleet-request:TargetCapacity"
"ec2:spot-fleet-request:TargetCapacity",
"elasticmapreduce:instancegroup:InstanceCount"
]
},
"ScalableTarget":{
Expand Down Expand Up @@ -466,6 +467,7 @@
"type":"string",
"enum":[
"ecs",
"elasticmapreduce",
"ec2"
]
},
Expand Down
128 changes: 64 additions & 64 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit a0a0426

Please sign in to comment.