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