OpsWorksCMClient.php
48 lines
| 1 | <?php |
| 2 | namespace Aws\OpsWorksCM; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS OpsWorks for Chef Automate** service. |
| 8 | * @method \Aws\Result associateNode(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateNodeAsync(array $args = []) |
| 10 | * @method \Aws\Result createBackup(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = []) |
| 12 | * @method \Aws\Result createServer(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createServerAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteBackup(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteServer(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteServerAsync(array $args = []) |
| 18 | * @method \Aws\Result describeAccountAttributes(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = []) |
| 20 | * @method \Aws\Result describeBackups(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = []) |
| 22 | * @method \Aws\Result describeEvents(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = []) |
| 24 | * @method \Aws\Result describeNodeAssociationStatus(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeNodeAssociationStatusAsync(array $args = []) |
| 26 | * @method \Aws\Result describeServers(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeServersAsync(array $args = []) |
| 28 | * @method \Aws\Result disassociateNode(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise disassociateNodeAsync(array $args = []) |
| 30 | * @method \Aws\Result exportServerEngineAttribute(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise exportServerEngineAttributeAsync(array $args = []) |
| 32 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 34 | * @method \Aws\Result restoreServer(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise restoreServerAsync(array $args = []) |
| 36 | * @method \Aws\Result startMaintenance(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise startMaintenanceAsync(array $args = []) |
| 38 | * @method \Aws\Result tagResource(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 40 | * @method \Aws\Result untagResource(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 42 | * @method \Aws\Result updateServer(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise updateServerAsync(array $args = []) |
| 44 | * @method \Aws\Result updateServerEngineAttributes(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise updateServerEngineAttributesAsync(array $args = []) |
| 46 | */ |
| 47 | class OpsWorksCMClient extends AwsClient {} |
| 48 |