Skip to content

Commit

Permalink
Release v0.15.0 (2019-10-18) (#418)
Browse files Browse the repository at this point in the history
Services
---
* Synced the V2 SDK with latest AWS service API definitions.
  • Loading branch information
skmcgrail committed Oct 18, 2019
1 parent ca0c9ee commit 504a511
Show file tree
Hide file tree
Showing 143 changed files with 5,522 additions and 2,268 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v0.15.0 (2019-10-18)
===

Services
---
* Synced the V2 SDK with latest AWS service API definitions.

Release v0.14.0 (2019-10-08)
===

Expand Down
164 changes: 157 additions & 7 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 = "0.14.0"
const SDKVersion = "0.15.0"
9 changes: 9 additions & 0 deletions models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@
"UNMANAGED"
]
},
"CRAllocationStrategy":{
"type":"string",
"enum":[
"BEST_FIT",
"BEST_FIT_PROGRESSIVE",
"SPOT_CAPACITY_OPTIMIZED"
]
},
"CRType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -386,6 +394,7 @@
],
"members":{
"type":{"shape":"CRType"},
"allocationStrategy":{"shape":"CRAllocationStrategy"},
"minvCpus":{"shape":"Integer"},
"maxvCpus":{"shape":"Integer"},
"desiredvCpus":{"shape":"Integer"},
Expand Down

0 comments on commit 504a511

Please sign in to comment.