Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.25.15 #2897

Merged
merged 1 commit into from Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.