Skip to content

Commit

Permalink
Release v1.25.15 (2019-10-17) (#2897)
Browse files Browse the repository at this point in the history
Release v1.25.15 (2019-10-17)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
  * Adding support for Compute Environment Allocation Strategies
* `service/rds`: Updates service API, documentation, and paginators
  * Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.
  • Loading branch information
aws-sdk-go-automation committed Oct 17, 2019
1 parent 3576772 commit 347f2e3
Show file tree
Hide file tree
Showing 14 changed files with 2,414 additions and 189 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.25.15 (2019-10-17)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
* Adding support for Compute Environment Allocation Strategies
* `service/rds`: Updates service API, documentation, and paginators
* Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.

Release v1.25.14 (2019-10-16)
===

Expand Down
14 changes: 14 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.25.14"
const SDKVersion = "1.25.15"
9 changes: 9 additions & 0 deletions models/apis/batch/2016-08-10/api-2.json
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
106 changes: 56 additions & 50 deletions models/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

0 comments on commit 347f2e3

Please sign in to comment.