Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CodePipeline/CodePipelineClient.php
Строк: 109
<?php
namespace AwsCodePipeline;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon CodePipeline** service.
*
* @method AwsResult acknowledgeJob(array $args = [])
* @method GuzzleHttpPromisePromise acknowledgeJobAsync(array $args = [])
* @method AwsResult acknowledgeThirdPartyJob(array $args = [])
* @method GuzzleHttpPromisePromise acknowledgeThirdPartyJobAsync(array $args = [])
* @method AwsResult createCustomActionType(array $args = [])
* @method GuzzleHttpPromisePromise createCustomActionTypeAsync(array $args = [])
* @method AwsResult createPipeline(array $args = [])
* @method GuzzleHttpPromisePromise createPipelineAsync(array $args = [])
* @method AwsResult deleteCustomActionType(array $args = [])
* @method GuzzleHttpPromisePromise deleteCustomActionTypeAsync(array $args = [])
* @method AwsResult deletePipeline(array $args = [])
* @method GuzzleHttpPromisePromise deletePipelineAsync(array $args = [])
* @method AwsResult deleteWebhook(array $args = [])
* @method GuzzleHttpPromisePromise deleteWebhookAsync(array $args = [])
* @method AwsResult deregisterWebhookWithThirdParty(array $args = [])
* @method GuzzleHttpPromisePromise deregisterWebhookWithThirdPartyAsync(array $args = [])
* @method AwsResult disableStageTransition(array $args = [])
* @method GuzzleHttpPromisePromise disableStageTransitionAsync(array $args = [])
* @method AwsResult enableStageTransition(array $args = [])
* @method GuzzleHttpPromisePromise enableStageTransitionAsync(array $args = [])
* @method AwsResult getJobDetails(array $args = [])
* @method GuzzleHttpPromisePromise getJobDetailsAsync(array $args = [])
* @method AwsResult getPipeline(array $args = [])
* @method GuzzleHttpPromisePromise getPipelineAsync(array $args = [])
* @method AwsResult getPipelineExecution(array $args = [])
* @method GuzzleHttpPromisePromise getPipelineExecutionAsync(array $args = [])
* @method AwsResult getPipelineState(array $args = [])
* @method GuzzleHttpPromisePromise getPipelineStateAsync(array $args = [])
* @method AwsResult getThirdPartyJobDetails(array $args = [])
* @method GuzzleHttpPromisePromise getThirdPartyJobDetailsAsync(array $args = [])
* @method AwsResult listActionExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listActionExecutionsAsync(array $args = [])
* @method AwsResult listActionTypes(array $args = [])
* @method GuzzleHttpPromisePromise listActionTypesAsync(array $args = [])
* @method AwsResult listPipelineExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listPipelineExecutionsAsync(array $args = [])
* @method AwsResult listPipelines(array $args = [])
* @method GuzzleHttpPromisePromise listPipelinesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listWebhooks(array $args = [])
* @method GuzzleHttpPromisePromise listWebhooksAsync(array $args = [])
* @method AwsResult pollForJobs(array $args = [])
* @method GuzzleHttpPromisePromise pollForJobsAsync(array $args = [])
* @method AwsResult pollForThirdPartyJobs(array $args = [])
* @method GuzzleHttpPromisePromise pollForThirdPartyJobsAsync(array $args = [])
* @method AwsResult putActionRevision(array $args = [])
* @method GuzzleHttpPromisePromise putActionRevisionAsync(array $args = [])
* @method AwsResult putApprovalResult(array $args = [])
* @method GuzzleHttpPromisePromise putApprovalResultAsync(array $args = [])
* @method AwsResult putJobFailureResult(array $args = [])
* @method GuzzleHttpPromisePromise putJobFailureResultAsync(array $args = [])
* @method AwsResult putJobSuccessResult(array $args = [])
* @method GuzzleHttpPromisePromise putJobSuccessResultAsync(array $args = [])
* @method AwsResult putThirdPartyJobFailureResult(array $args = [])
* @method GuzzleHttpPromisePromise putThirdPartyJobFailureResultAsync(array $args = [])
* @method AwsResult putThirdPartyJobSuccessResult(array $args = [])
* @method GuzzleHttpPromisePromise putThirdPartyJobSuccessResultAsync(array $args = [])
* @method AwsResult putWebhook(array $args = [])
* @method GuzzleHttpPromisePromise putWebhookAsync(array $args = [])
* @method AwsResult registerWebhookWithThirdParty(array $args = [])
* @method GuzzleHttpPromisePromise registerWebhookWithThirdPartyAsync(array $args = [])
* @method AwsResult retryStageExecution(array $args = [])
* @method GuzzleHttpPromisePromise retryStageExecutionAsync(array $args = [])
* @method AwsResult startPipelineExecution(array $args = [])
* @method GuzzleHttpPromisePromise startPipelineExecutionAsync(array $args = [])
* @method AwsResult stopPipelineExecution(array $args = [])
* @method GuzzleHttpPromisePromise stopPipelineExecutionAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updatePipeline(array $args = [])
* @method GuzzleHttpPromisePromise updatePipelineAsync(array $args = [])
*/
class CodePipelineClient extends AwsClient {}