CodeCommitClient.php
7.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?php
namespace Aws\CodeCommit;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS CodeCommit** service.
*
* @method \Aws\Result batchDescribeMergeConflicts(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDescribeMergeConflictsAsync(array $args = [])
* @method \Aws\Result batchGetRepositories(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetRepositoriesAsync(array $args = [])
* @method \Aws\Result createBranch(array $args = [])
* @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = [])
* @method \Aws\Result createCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCommitAsync(array $args = [])
* @method \Aws\Result createPullRequest(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPullRequestAsync(array $args = [])
* @method \Aws\Result createRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
* @method \Aws\Result createUnreferencedMergeCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUnreferencedMergeCommitAsync(array $args = [])
* @method \Aws\Result deleteBranch(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = [])
* @method \Aws\Result deleteCommentContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCommentContentAsync(array $args = [])
* @method \Aws\Result deleteFile(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFileAsync(array $args = [])
* @method \Aws\Result deleteRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
* @method \Aws\Result describeMergeConflicts(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeMergeConflictsAsync(array $args = [])
* @method \Aws\Result describePullRequestEvents(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePullRequestEventsAsync(array $args = [])
* @method \Aws\Result getBlob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBlobAsync(array $args = [])
* @method \Aws\Result getBranch(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = [])
* @method \Aws\Result getComment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCommentAsync(array $args = [])
* @method \Aws\Result getCommentsForComparedCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCommentsForComparedCommitAsync(array $args = [])
* @method \Aws\Result getCommentsForPullRequest(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCommentsForPullRequestAsync(array $args = [])
* @method \Aws\Result getCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCommitAsync(array $args = [])
* @method \Aws\Result getDifferences(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDifferencesAsync(array $args = [])
* @method \Aws\Result getFile(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFileAsync(array $args = [])
* @method \Aws\Result getFolder(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFolderAsync(array $args = [])
* @method \Aws\Result getMergeCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMergeCommitAsync(array $args = [])
* @method \Aws\Result getMergeConflicts(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMergeConflictsAsync(array $args = [])
* @method \Aws\Result getMergeOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMergeOptionsAsync(array $args = [])
* @method \Aws\Result getPullRequest(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPullRequestAsync(array $args = [])
* @method \Aws\Result getRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositoryAsync(array $args = [])
* @method \Aws\Result getRepositoryTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositoryTriggersAsync(array $args = [])
* @method \Aws\Result listBranches(array $args = [])
* @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = [])
* @method \Aws\Result listPullRequests(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPullRequestsAsync(array $args = [])
* @method \Aws\Result listRepositories(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result mergeBranchesByFastForward(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergeBranchesByFastForwardAsync(array $args = [])
* @method \Aws\Result mergeBranchesBySquash(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergeBranchesBySquashAsync(array $args = [])
* @method \Aws\Result mergeBranchesByThreeWay(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergeBranchesByThreeWayAsync(array $args = [])
* @method \Aws\Result mergePullRequestByFastForward(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergePullRequestByFastForwardAsync(array $args = [])
* @method \Aws\Result mergePullRequestBySquash(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergePullRequestBySquashAsync(array $args = [])
* @method \Aws\Result mergePullRequestByThreeWay(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergePullRequestByThreeWayAsync(array $args = [])
* @method \Aws\Result postCommentForComparedCommit(array $args = [])
* @method \GuzzleHttp\Promise\Promise postCommentForComparedCommitAsync(array $args = [])
* @method \Aws\Result postCommentForPullRequest(array $args = [])
* @method \GuzzleHttp\Promise\Promise postCommentForPullRequestAsync(array $args = [])
* @method \Aws\Result postCommentReply(array $args = [])
* @method \GuzzleHttp\Promise\Promise postCommentReplyAsync(array $args = [])
* @method \Aws\Result putFile(array $args = [])
* @method \GuzzleHttp\Promise\Promise putFileAsync(array $args = [])
* @method \Aws\Result putRepositoryTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRepositoryTriggersAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result testRepositoryTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise testRepositoryTriggersAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateComment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCommentAsync(array $args = [])
* @method \Aws\Result updateDefaultBranch(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDefaultBranchAsync(array $args = [])
* @method \Aws\Result updatePullRequestDescription(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePullRequestDescriptionAsync(array $args = [])
* @method \Aws\Result updatePullRequestStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePullRequestStatusAsync(array $args = [])
* @method \Aws\Result updatePullRequestTitle(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePullRequestTitleAsync(array $args = [])
* @method \Aws\Result updateRepositoryDescription(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRepositoryDescriptionAsync(array $args = [])
* @method \Aws\Result updateRepositoryName(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRepositoryNameAsync(array $args = [])
*/
class CodeCommitClient extends AwsClient {}