Skip to content

Commit 504a511

Browse files
authored
Release v0.15.0 (2019-10-18) (#418)
Services --- * Synced the V2 SDK with latest AWS service API definitions.
1 parent ca0c9ee commit 504a511

File tree

143 files changed

+5522
-2268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+5522
-2268
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v0.15.0 (2019-10-18)
2+
===
3+
4+
Services
5+
---
6+
* Synced the V2 SDK with latest AWS service API definitions.
7+
18
Release v0.14.0 (2019-10-08)
29
===
310

aws/endpoints/defaults.go

Lines changed: 157 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "0.14.0"
8+
const SDKVersion = "0.15.0"

models/apis/batch/2016-08-10/api-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@
305305
"UNMANAGED"
306306
]
307307
},
308+
"CRAllocationStrategy":{
309+
"type":"string",
310+
"enum":[
311+
"BEST_FIT",
312+
"BEST_FIT_PROGRESSIVE",
313+
"SPOT_CAPACITY_OPTIMIZED"
314+
]
315+
},
308316
"CRType":{
309317
"type":"string",
310318
"enum":[
@@ -386,6 +394,7 @@
386394
],
387395
"members":{
388396
"type":{"shape":"CRType"},
397+
"allocationStrategy":{"shape":"CRAllocationStrategy"},
389398
"minvCpus":{"shape":"Integer"},
390399
"maxvCpus":{"shape":"Integer"},
391400
"desiredvCpus":{"shape":"Integer"},

0 commit comments

Comments
 (0)