CodeDeployClient.php 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?php
  2. namespace Aws\CodeDeploy;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with AWS CodeDeploy
  6. *
  7. * @method \Aws\Result addTagsToOnPremisesInstances(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addTagsToOnPremisesInstancesAsync(array $args = [])
  9. * @method \Aws\Result batchGetApplicationRevisions(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise batchGetApplicationRevisionsAsync(array $args = [])
  11. * @method \Aws\Result batchGetApplications(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise batchGetApplicationsAsync(array $args = [])
  13. * @method \Aws\Result batchGetDeploymentGroups(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise batchGetDeploymentGroupsAsync(array $args = [])
  15. * @method \Aws\Result batchGetDeploymentInstances(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise batchGetDeploymentInstancesAsync(array $args = [])
  17. * @method \Aws\Result batchGetDeployments(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise batchGetDeploymentsAsync(array $args = [])
  19. * @method \Aws\Result batchGetOnPremisesInstances(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise batchGetOnPremisesInstancesAsync(array $args = [])
  21. * @method \Aws\Result continueDeployment(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise continueDeploymentAsync(array $args = [])
  23. * @method \Aws\Result createApplication(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
  25. * @method \Aws\Result createDeployment(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
  27. * @method \Aws\Result createDeploymentConfig(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createDeploymentConfigAsync(array $args = [])
  29. * @method \Aws\Result createDeploymentGroup(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createDeploymentGroupAsync(array $args = [])
  31. * @method \Aws\Result deleteApplication(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
  33. * @method \Aws\Result deleteDeploymentConfig(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise deleteDeploymentConfigAsync(array $args = [])
  35. * @method \Aws\Result deleteDeploymentGroup(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteDeploymentGroupAsync(array $args = [])
  37. * @method \Aws\Result deregisterOnPremisesInstance(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise deregisterOnPremisesInstanceAsync(array $args = [])
  39. * @method \Aws\Result getApplication(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
  41. * @method \Aws\Result getApplicationRevision(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise getApplicationRevisionAsync(array $args = [])
  43. * @method \Aws\Result getDeployment(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
  45. * @method \Aws\Result getDeploymentConfig(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise getDeploymentConfigAsync(array $args = [])
  47. * @method \Aws\Result getDeploymentGroup(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise getDeploymentGroupAsync(array $args = [])
  49. * @method \Aws\Result getDeploymentInstance(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise getDeploymentInstanceAsync(array $args = [])
  51. * @method \Aws\Result getOnPremisesInstance(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise getOnPremisesInstanceAsync(array $args = [])
  53. * @method \Aws\Result listApplicationRevisions(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise listApplicationRevisionsAsync(array $args = [])
  55. * @method \Aws\Result listApplications(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
  57. * @method \Aws\Result listDeploymentConfigs(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise listDeploymentConfigsAsync(array $args = [])
  59. * @method \Aws\Result listDeploymentGroups(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise listDeploymentGroupsAsync(array $args = [])
  61. * @method \Aws\Result listDeploymentInstances(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise listDeploymentInstancesAsync(array $args = [])
  63. * @method \Aws\Result listDeployments(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
  65. * @method \Aws\Result listGitHubAccountTokenNames(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise listGitHubAccountTokenNamesAsync(array $args = [])
  67. * @method \Aws\Result listOnPremisesInstances(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listOnPremisesInstancesAsync(array $args = [])
  69. * @method \Aws\Result registerApplicationRevision(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise registerApplicationRevisionAsync(array $args = [])
  71. * @method \Aws\Result registerOnPremisesInstance(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise registerOnPremisesInstanceAsync(array $args = [])
  73. * @method \Aws\Result removeTagsFromOnPremisesInstances(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise removeTagsFromOnPremisesInstancesAsync(array $args = [])
  75. * @method \Aws\Result skipWaitTimeForInstanceTermination(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise skipWaitTimeForInstanceTerminationAsync(array $args = [])
  77. * @method \Aws\Result stopDeployment(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise stopDeploymentAsync(array $args = [])
  79. * @method \Aws\Result updateApplication(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
  81. * @method \Aws\Result updateDeploymentGroup(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise updateDeploymentGroupAsync(array $args = [])
  83. */
  84. class CodeDeployClient extends AwsClient {}