OpsWorksCMClient.php 2.8 KB

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