Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Oct 17, 2019
1 parent f9fd573 commit c83c457
Show file tree
Hide file tree
Showing 18 changed files with 651 additions and 130 deletions.
17 changes: 17 additions & 0 deletions .changes/3.112.24
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "WorkSpaces",
"description": "Updates Smoke Test"
},
{
"type": "api-change",
"category": "Batch",
"description": "Adding support for Compute Environment Allocation Strategies "
},
{
"type": "api-change",
"category": "RDS",
"description": "Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/update-workspaces-smoke-test.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\Batch` - Adding support for Compute Environment Allocation Strategies
* `Aws\RDS` - Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.
* `Aws\WorkSpaces` - Updates Smoke Test

## 3.112.23 - 2019-10-16

* `Aws\Kafka` - AWS MSK has added support for adding brokers to a cluster.
Expand Down
12 changes: 12 additions & 0 deletions src/Rds/RdsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
* @method \GuzzleHttp\Promise\Promise copyDBClusterParameterGroupAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result copyDBClusterSnapshot(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise copyDBClusterSnapshotAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result createCustomAvailabilityZone(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise createCustomAvailabilityZoneAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result createDBCluster(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise createDBClusterAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result createDBClusterEndpoint(array $args = []) (supported in versions 2014-10-31)
Expand All @@ -140,6 +142,8 @@
* @method \GuzzleHttp\Promise\Promise createDBClusterSnapshotAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result createGlobalCluster(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise createGlobalClusterAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result deleteCustomAvailabilityZone(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise deleteCustomAvailabilityZoneAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result deleteDBCluster(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise deleteDBClusterAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result deleteDBClusterEndpoint(array $args = []) (supported in versions 2014-10-31)
Expand All @@ -152,10 +156,14 @@
* @method \GuzzleHttp\Promise\Promise deleteDBInstanceAutomatedBackupAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result deleteGlobalCluster(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise deleteGlobalClusterAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result deleteInstallationMedia(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise deleteInstallationMediaAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeAccountAttributes(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeCertificates(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeCertificatesAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeCustomAvailabilityZones(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeCustomAvailabilityZonesAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBClusterBacktracks(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeDBClusterBacktracksAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBClusterEndpoints(array $args = []) (supported in versions 2014-10-31)
Expand All @@ -178,6 +186,8 @@
* @method \GuzzleHttp\Promise\Promise describeEngineDefaultClusterParametersAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeGlobalClusters(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeGlobalClustersAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeInstallationMedia(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeInstallationMediaAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describePendingMaintenanceActions(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describePendingMaintenanceActionsAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeSourceRegions(array $args = []) (supported in versions 2014-10-31)
Expand All @@ -186,6 +196,8 @@
* @method \GuzzleHttp\Promise\Promise describeValidDBInstanceModificationsAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result failoverDBCluster(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise failoverDBClusterAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result importInstallationMedia(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise importInstallationMediaAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyCurrentDBClusterCapacity(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise modifyCurrentDBClusterCapacityAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyDBCluster(array $args = []) (supported in versions 2014-10-31)
Expand Down
9 changes: 9 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/batch/2016-08-10/api-2.json.php

Large diffs are not rendered by default.

0 comments on commit c83c457

Please sign in to comment.