Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CodeDeploy/CodeDeployClient.php
Строк: 217
<?php
namespace AwsCodeDeploy;

use 
AwsAwsClient;

/**
 * This client is used to interact with AWS CodeDeploy
 *
 * @method AwsResult addTagsToOnPremisesInstances(array $args = [])
 * @method GuzzleHttpPromisePromise addTagsToOnPremisesInstancesAsync(array $args = [])
 * @method AwsResult batchGetApplicationRevisions(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetApplicationRevisionsAsync(array $args = [])
 * @method AwsResult batchGetApplications(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetApplicationsAsync(array $args = [])
 * @method AwsResult batchGetDeploymentGroups(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetDeploymentGroupsAsync(array $args = [])
 * @method AwsResult batchGetDeploymentInstances(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetDeploymentInstancesAsync(array $args = [])
 * @method AwsResult batchGetDeploymentTargets(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetDeploymentTargetsAsync(array $args = [])
 * @method AwsResult batchGetDeployments(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetDeploymentsAsync(array $args = [])
 * @method AwsResult batchGetOnPremisesInstances(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetOnPremisesInstancesAsync(array $args = [])
 * @method AwsResult continueDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise continueDeploymentAsync(array $args = [])
 * @method AwsResult createApplication(array $args = [])
 * @method GuzzleHttpPromisePromise createApplicationAsync(array $args = [])
 * @method AwsResult createDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise createDeploymentAsync(array $args = [])
 * @method AwsResult createDeploymentConfig(array $args = [])
 * @method GuzzleHttpPromisePromise createDeploymentConfigAsync(array $args = [])
 * @method AwsResult createDeploymentGroup(array $args = [])
 * @method GuzzleHttpPromisePromise createDeploymentGroupAsync(array $args = [])
 * @method AwsResult deleteApplication(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApplicationAsync(array $args = [])
 * @method AwsResult deleteDeploymentConfig(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDeploymentConfigAsync(array $args = [])
 * @method AwsResult deleteDeploymentGroup(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDeploymentGroupAsync(array $args = [])
 * @method AwsResult deleteGitHubAccountToken(array $args = [])
 * @method GuzzleHttpPromisePromise deleteGitHubAccountTokenAsync(array $args = [])
 * @method AwsResult deleteResourcesByExternalId(array $args = [])
 * @method GuzzleHttpPromisePromise deleteResourcesByExternalIdAsync(array $args = [])
 * @method AwsResult deregisterOnPremisesInstance(array $args = [])
 * @method GuzzleHttpPromisePromise deregisterOnPremisesInstanceAsync(array $args = [])
 * @method AwsResult getApplication(array $args = [])
 * @method GuzzleHttpPromisePromise getApplicationAsync(array $args = [])
 * @method AwsResult getApplicationRevision(array $args = [])
 * @method GuzzleHttpPromisePromise getApplicationRevisionAsync(array $args = [])
 * @method AwsResult getDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentAsync(array $args = [])
 * @method AwsResult getDeploymentConfig(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentConfigAsync(array $args = [])
 * @method AwsResult getDeploymentGroup(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentGroupAsync(array $args = [])
 * @method AwsResult getDeploymentInstance(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentInstanceAsync(array $args = [])
 * @method AwsResult getDeploymentTarget(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentTargetAsync(array $args = [])
 * @method AwsResult getOnPremisesInstance(array $args = [])
 * @method GuzzleHttpPromisePromise getOnPremisesInstanceAsync(array $args = [])
 * @method AwsResult listApplicationRevisions(array $args = [])
 * @method GuzzleHttpPromisePromise listApplicationRevisionsAsync(array $args = [])
 * @method AwsResult listApplications(array $args = [])
 * @method GuzzleHttpPromisePromise listApplicationsAsync(array $args = [])
 * @method AwsResult listDeploymentConfigs(array $args = [])
 * @method GuzzleHttpPromisePromise listDeploymentConfigsAsync(array $args = [])
 * @method AwsResult listDeploymentGroups(array $args = [])
 * @method GuzzleHttpPromisePromise listDeploymentGroupsAsync(array $args = [])
 * @method AwsResult listDeploymentInstances(array $args = [])
 * @method GuzzleHttpPromisePromise listDeploymentInstancesAsync(array $args = [])
 * @method AwsResult listDeploymentTargets(array $args = [])
 * @method GuzzleHttpPromisePromise listDeploymentTargetsAsync(array $args = [])
 * @method AwsResult listDeployments(array $args = [])
 * @method GuzzleHttpPromisePromise listDeploymentsAsync(array $args = [])
 * @method AwsResult listGitHubAccountTokenNames(array $args = [])
 * @method GuzzleHttpPromisePromise listGitHubAccountTokenNamesAsync(array $args = [])
 * @method AwsResult listOnPremisesInstances(array $args = [])
 * @method GuzzleHttpPromisePromise listOnPremisesInstancesAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult putLifecycleEventHookExecutionStatus(array $args = [])
 * @method GuzzleHttpPromisePromise putLifecycleEventHookExecutionStatusAsync(array $args = [])
 * @method AwsResult registerApplicationRevision(array $args = [])
 * @method GuzzleHttpPromisePromise registerApplicationRevisionAsync(array $args = [])
 * @method AwsResult registerOnPremisesInstance(array $args = [])
 * @method GuzzleHttpPromisePromise registerOnPremisesInstanceAsync(array $args = [])
 * @method AwsResult removeTagsFromOnPremisesInstances(array $args = [])
 * @method GuzzleHttpPromisePromise removeTagsFromOnPremisesInstancesAsync(array $args = [])
 * @method AwsResult skipWaitTimeForInstanceTermination(array $args = [])
 * @method GuzzleHttpPromisePromise skipWaitTimeForInstanceTerminationAsync(array $args = [])
 * @method AwsResult stopDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise stopDeploymentAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateApplication(array $args = [])
 * @method GuzzleHttpPromisePromise updateApplicationAsync(array $args = [])
 * @method AwsResult updateDeploymentGroup(array $args = [])
 * @method GuzzleHttpPromisePromise updateDeploymentGroupAsync(array $args = [])
 */
class CodeDeployClient extends AwsClient {}
Онлайн: 1
Реклама