Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\CodePipeline;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon CodePipeline** service.
8
 *
9
 * @method \Aws\Result acknowledgeJob(array $args = [])
10
 * @method \GuzzleHttp\Promise\Promise acknowledgeJobAsync(array $args = [])
11
 * @method \Aws\Result acknowledgeThirdPartyJob(array $args = [])
12
 * @method \GuzzleHttp\Promise\Promise acknowledgeThirdPartyJobAsync(array $args = [])
13
 * @method \Aws\Result createCustomActionType(array $args = [])
14
 * @method \GuzzleHttp\Promise\Promise createCustomActionTypeAsync(array $args = [])
15
 * @method \Aws\Result createPipeline(array $args = [])
16
 * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
17
 * @method \Aws\Result deleteCustomActionType(array $args = [])
18
 * @method \GuzzleHttp\Promise\Promise deleteCustomActionTypeAsync(array $args = [])
19
 * @method \Aws\Result deletePipeline(array $args = [])
20
 * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
21
 * @method \Aws\Result deleteWebhook(array $args = [])
22
 * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
23
 * @method \Aws\Result deregisterWebhookWithThirdParty(array $args = [])
24
 * @method \GuzzleHttp\Promise\Promise deregisterWebhookWithThirdPartyAsync(array $args = [])
25
 * @method \Aws\Result disableStageTransition(array $args = [])
26
 * @method \GuzzleHttp\Promise\Promise disableStageTransitionAsync(array $args = [])
27
 * @method \Aws\Result enableStageTransition(array $args = [])
28
 * @method \GuzzleHttp\Promise\Promise enableStageTransitionAsync(array $args = [])
29
 * @method \Aws\Result getActionType(array $args = [])
30
 * @method \GuzzleHttp\Promise\Promise getActionTypeAsync(array $args = [])
31
 * @method \Aws\Result getJobDetails(array $args = [])
32
 * @method \GuzzleHttp\Promise\Promise getJobDetailsAsync(array $args = [])
33
 * @method \Aws\Result getPipeline(array $args = [])
34
 * @method \GuzzleHttp\Promise\Promise getPipelineAsync(array $args = [])
35
 * @method \Aws\Result getPipelineExecution(array $args = [])
36
 * @method \GuzzleHttp\Promise\Promise getPipelineExecutionAsync(array $args = [])
37
 * @method \Aws\Result getPipelineState(array $args = [])
38
 * @method \GuzzleHttp\Promise\Promise getPipelineStateAsync(array $args = [])
39
 * @method \Aws\Result getThirdPartyJobDetails(array $args = [])
40
 * @method \GuzzleHttp\Promise\Promise getThirdPartyJobDetailsAsync(array $args = [])
41
 * @method \Aws\Result listActionExecutions(array $args = [])
42
 * @method \GuzzleHttp\Promise\Promise listActionExecutionsAsync(array $args = [])
43
 * @method \Aws\Result listActionTypes(array $args = [])
44
 * @method \GuzzleHttp\Promise\Promise listActionTypesAsync(array $args = [])
45
 * @method \Aws\Result listPipelineExecutions(array $args = [])
46
 * @method \GuzzleHttp\Promise\Promise listPipelineExecutionsAsync(array $args = [])
47
 * @method \Aws\Result listPipelines(array $args = [])
48
 * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
49
 * @method \Aws\Result listTagsForResource(array $args = [])
50
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
51
 * @method \Aws\Result listWebhooks(array $args = [])
52
 * @method \GuzzleHttp\Promise\Promise listWebhooksAsync(array $args = [])
53
 * @method \Aws\Result pollForJobs(array $args = [])
54
 * @method \GuzzleHttp\Promise\Promise pollForJobsAsync(array $args = [])
55
 * @method \Aws\Result pollForThirdPartyJobs(array $args = [])
56
 * @method \GuzzleHttp\Promise\Promise pollForThirdPartyJobsAsync(array $args = [])
57
 * @method \Aws\Result putActionRevision(array $args = [])
58
 * @method \GuzzleHttp\Promise\Promise putActionRevisionAsync(array $args = [])
59
 * @method \Aws\Result putApprovalResult(array $args = [])
60
 * @method \GuzzleHttp\Promise\Promise putApprovalResultAsync(array $args = [])
61
 * @method \Aws\Result putJobFailureResult(array $args = [])
62
 * @method \GuzzleHttp\Promise\Promise putJobFailureResultAsync(array $args = [])
63
 * @method \Aws\Result putJobSuccessResult(array $args = [])
64
 * @method \GuzzleHttp\Promise\Promise putJobSuccessResultAsync(array $args = [])
65
 * @method \Aws\Result putThirdPartyJobFailureResult(array $args = [])
66
 * @method \GuzzleHttp\Promise\Promise putThirdPartyJobFailureResultAsync(array $args = [])
67
 * @method \Aws\Result putThirdPartyJobSuccessResult(array $args = [])
68
 * @method \GuzzleHttp\Promise\Promise putThirdPartyJobSuccessResultAsync(array $args = [])
69
 * @method \Aws\Result putWebhook(array $args = [])
70
 * @method \GuzzleHttp\Promise\Promise putWebhookAsync(array $args = [])
71
 * @method \Aws\Result registerWebhookWithThirdParty(array $args = [])
72
 * @method \GuzzleHttp\Promise\Promise registerWebhookWithThirdPartyAsync(array $args = [])
73
 * @method \Aws\Result retryStageExecution(array $args = [])
74
 * @method \GuzzleHttp\Promise\Promise retryStageExecutionAsync(array $args = [])
75
 * @method \Aws\Result startPipelineExecution(array $args = [])
76
 * @method \GuzzleHttp\Promise\Promise startPipelineExecutionAsync(array $args = [])
77
 * @method \Aws\Result stopPipelineExecution(array $args = [])
78
 * @method \GuzzleHttp\Promise\Promise stopPipelineExecutionAsync(array $args = [])
79
 * @method \Aws\Result tagResource(array $args = [])
80
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
81
 * @method \Aws\Result untagResource(array $args = [])
82
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
83
 * @method \Aws\Result updateActionType(array $args = [])
84
 * @method \GuzzleHttp\Promise\Promise updateActionTypeAsync(array $args = [])
85
 * @method \Aws\Result updatePipeline(array $args = [])
86
 * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
87
 */
88
class CodePipelineClient extends AwsClient {}