CodeCommitClient.php
167 lines
| 1 | <?php |
| 2 | namespace Aws\CodeCommit; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS CodeCommit** service. |
| 8 | * |
| 9 | * @method \Aws\Result associateApprovalRuleTemplateWithRepository(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise associateApprovalRuleTemplateWithRepositoryAsync(array $args = []) |
| 11 | * @method \Aws\Result batchAssociateApprovalRuleTemplateWithRepositories(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise batchAssociateApprovalRuleTemplateWithRepositoriesAsync(array $args = []) |
| 13 | * @method \Aws\Result batchDescribeMergeConflicts(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise batchDescribeMergeConflictsAsync(array $args = []) |
| 15 | * @method \Aws\Result batchDisassociateApprovalRuleTemplateFromRepositories(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise batchDisassociateApprovalRuleTemplateFromRepositoriesAsync(array $args = []) |
| 17 | * @method \Aws\Result batchGetCommits(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise batchGetCommitsAsync(array $args = []) |
| 19 | * @method \Aws\Result batchGetRepositories(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise batchGetRepositoriesAsync(array $args = []) |
| 21 | * @method \Aws\Result createApprovalRuleTemplate(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createApprovalRuleTemplateAsync(array $args = []) |
| 23 | * @method \Aws\Result createBranch(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = []) |
| 25 | * @method \Aws\Result createCommit(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise createCommitAsync(array $args = []) |
| 27 | * @method \Aws\Result createPullRequest(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise createPullRequestAsync(array $args = []) |
| 29 | * @method \Aws\Result createPullRequestApprovalRule(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise createPullRequestApprovalRuleAsync(array $args = []) |
| 31 | * @method \Aws\Result createRepository(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = []) |
| 33 | * @method \Aws\Result createUnreferencedMergeCommit(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise createUnreferencedMergeCommitAsync(array $args = []) |
| 35 | * @method \Aws\Result deleteApprovalRuleTemplate(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise deleteApprovalRuleTemplateAsync(array $args = []) |
| 37 | * @method \Aws\Result deleteBranch(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = []) |
| 39 | * @method \Aws\Result deleteCommentContent(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise deleteCommentContentAsync(array $args = []) |
| 41 | * @method \Aws\Result deleteFile(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise deleteFileAsync(array $args = []) |
| 43 | * @method \Aws\Result deletePullRequestApprovalRule(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise deletePullRequestApprovalRuleAsync(array $args = []) |
| 45 | * @method \Aws\Result deleteRepository(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = []) |
| 47 | * @method \Aws\Result describeMergeConflicts(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise describeMergeConflictsAsync(array $args = []) |
| 49 | * @method \Aws\Result describePullRequestEvents(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise describePullRequestEventsAsync(array $args = []) |
| 51 | * @method \Aws\Result disassociateApprovalRuleTemplateFromRepository(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise disassociateApprovalRuleTemplateFromRepositoryAsync(array $args = []) |
| 53 | * @method \Aws\Result evaluatePullRequestApprovalRules(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise evaluatePullRequestApprovalRulesAsync(array $args = []) |
| 55 | * @method \Aws\Result getApprovalRuleTemplate(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise getApprovalRuleTemplateAsync(array $args = []) |
| 57 | * @method \Aws\Result getBlob(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise getBlobAsync(array $args = []) |
| 59 | * @method \Aws\Result getBranch(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = []) |
| 61 | * @method \Aws\Result getComment(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise getCommentAsync(array $args = []) |
| 63 | * @method \Aws\Result getCommentReactions(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise getCommentReactionsAsync(array $args = []) |
| 65 | * @method \Aws\Result getCommentsForComparedCommit(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise getCommentsForComparedCommitAsync(array $args = []) |
| 67 | * @method \Aws\Result getCommentsForPullRequest(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise getCommentsForPullRequestAsync(array $args = []) |
| 69 | * @method \Aws\Result getCommit(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise getCommitAsync(array $args = []) |
| 71 | * @method \Aws\Result getDifferences(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise getDifferencesAsync(array $args = []) |
| 73 | * @method \Aws\Result getFile(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise getFileAsync(array $args = []) |
| 75 | * @method \Aws\Result getFolder(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise getFolderAsync(array $args = []) |
| 77 | * @method \Aws\Result getMergeCommit(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise getMergeCommitAsync(array $args = []) |
| 79 | * @method \Aws\Result getMergeConflicts(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise getMergeConflictsAsync(array $args = []) |
| 81 | * @method \Aws\Result getMergeOptions(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise getMergeOptionsAsync(array $args = []) |
| 83 | * @method \Aws\Result getPullRequest(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise getPullRequestAsync(array $args = []) |
| 85 | * @method \Aws\Result getPullRequestApprovalStates(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise getPullRequestApprovalStatesAsync(array $args = []) |
| 87 | * @method \Aws\Result getPullRequestOverrideState(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise getPullRequestOverrideStateAsync(array $args = []) |
| 89 | * @method \Aws\Result getRepository(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise getRepositoryAsync(array $args = []) |
| 91 | * @method \Aws\Result getRepositoryTriggers(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise getRepositoryTriggersAsync(array $args = []) |
| 93 | * @method \Aws\Result listApprovalRuleTemplates(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise listApprovalRuleTemplatesAsync(array $args = []) |
| 95 | * @method \Aws\Result listAssociatedApprovalRuleTemplatesForRepository(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise listAssociatedApprovalRuleTemplatesForRepositoryAsync(array $args = []) |
| 97 | * @method \Aws\Result listBranches(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = []) |
| 99 | * @method \Aws\Result listFileCommitHistory(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise listFileCommitHistoryAsync(array $args = []) |
| 101 | * @method \Aws\Result listPullRequests(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise listPullRequestsAsync(array $args = []) |
| 103 | * @method \Aws\Result listRepositories(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = []) |
| 105 | * @method \Aws\Result listRepositoriesForApprovalRuleTemplate(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise listRepositoriesForApprovalRuleTemplateAsync(array $args = []) |
| 107 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 109 | * @method \Aws\Result mergeBranchesByFastForward(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise mergeBranchesByFastForwardAsync(array $args = []) |
| 111 | * @method \Aws\Result mergeBranchesBySquash(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise mergeBranchesBySquashAsync(array $args = []) |
| 113 | * @method \Aws\Result mergeBranchesByThreeWay(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise mergeBranchesByThreeWayAsync(array $args = []) |
| 115 | * @method \Aws\Result mergePullRequestByFastForward(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise mergePullRequestByFastForwardAsync(array $args = []) |
| 117 | * @method \Aws\Result mergePullRequestBySquash(array $args = []) |
| 118 | * @method \GuzzleHttp\Promise\Promise mergePullRequestBySquashAsync(array $args = []) |
| 119 | * @method \Aws\Result mergePullRequestByThreeWay(array $args = []) |
| 120 | * @method \GuzzleHttp\Promise\Promise mergePullRequestByThreeWayAsync(array $args = []) |
| 121 | * @method \Aws\Result overridePullRequestApprovalRules(array $args = []) |
| 122 | * @method \GuzzleHttp\Promise\Promise overridePullRequestApprovalRulesAsync(array $args = []) |
| 123 | * @method \Aws\Result postCommentForComparedCommit(array $args = []) |
| 124 | * @method \GuzzleHttp\Promise\Promise postCommentForComparedCommitAsync(array $args = []) |
| 125 | * @method \Aws\Result postCommentForPullRequest(array $args = []) |
| 126 | * @method \GuzzleHttp\Promise\Promise postCommentForPullRequestAsync(array $args = []) |
| 127 | * @method \Aws\Result postCommentReply(array $args = []) |
| 128 | * @method \GuzzleHttp\Promise\Promise postCommentReplyAsync(array $args = []) |
| 129 | * @method \Aws\Result putCommentReaction(array $args = []) |
| 130 | * @method \GuzzleHttp\Promise\Promise putCommentReactionAsync(array $args = []) |
| 131 | * @method \Aws\Result putFile(array $args = []) |
| 132 | * @method \GuzzleHttp\Promise\Promise putFileAsync(array $args = []) |
| 133 | * @method \Aws\Result putRepositoryTriggers(array $args = []) |
| 134 | * @method \GuzzleHttp\Promise\Promise putRepositoryTriggersAsync(array $args = []) |
| 135 | * @method \Aws\Result tagResource(array $args = []) |
| 136 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 137 | * @method \Aws\Result testRepositoryTriggers(array $args = []) |
| 138 | * @method \GuzzleHttp\Promise\Promise testRepositoryTriggersAsync(array $args = []) |
| 139 | * @method \Aws\Result untagResource(array $args = []) |
| 140 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 141 | * @method \Aws\Result updateApprovalRuleTemplateContent(array $args = []) |
| 142 | * @method \GuzzleHttp\Promise\Promise updateApprovalRuleTemplateContentAsync(array $args = []) |
| 143 | * @method \Aws\Result updateApprovalRuleTemplateDescription(array $args = []) |
| 144 | * @method \GuzzleHttp\Promise\Promise updateApprovalRuleTemplateDescriptionAsync(array $args = []) |
| 145 | * @method \Aws\Result updateApprovalRuleTemplateName(array $args = []) |
| 146 | * @method \GuzzleHttp\Promise\Promise updateApprovalRuleTemplateNameAsync(array $args = []) |
| 147 | * @method \Aws\Result updateComment(array $args = []) |
| 148 | * @method \GuzzleHttp\Promise\Promise updateCommentAsync(array $args = []) |
| 149 | * @method \Aws\Result updateDefaultBranch(array $args = []) |
| 150 | * @method \GuzzleHttp\Promise\Promise updateDefaultBranchAsync(array $args = []) |
| 151 | * @method \Aws\Result updatePullRequestApprovalRuleContent(array $args = []) |
| 152 | * @method \GuzzleHttp\Promise\Promise updatePullRequestApprovalRuleContentAsync(array $args = []) |
| 153 | * @method \Aws\Result updatePullRequestApprovalState(array $args = []) |
| 154 | * @method \GuzzleHttp\Promise\Promise updatePullRequestApprovalStateAsync(array $args = []) |
| 155 | * @method \Aws\Result updatePullRequestDescription(array $args = []) |
| 156 | * @method \GuzzleHttp\Promise\Promise updatePullRequestDescriptionAsync(array $args = []) |
| 157 | * @method \Aws\Result updatePullRequestStatus(array $args = []) |
| 158 | * @method \GuzzleHttp\Promise\Promise updatePullRequestStatusAsync(array $args = []) |
| 159 | * @method \Aws\Result updatePullRequestTitle(array $args = []) |
| 160 | * @method \GuzzleHttp\Promise\Promise updatePullRequestTitleAsync(array $args = []) |
| 161 | * @method \Aws\Result updateRepositoryDescription(array $args = []) |
| 162 | * @method \GuzzleHttp\Promise\Promise updateRepositoryDescriptionAsync(array $args = []) |
| 163 | * @method \Aws\Result updateRepositoryName(array $args = []) |
| 164 | * @method \GuzzleHttp\Promise\Promise updateRepositoryNameAsync(array $args = []) |
| 165 | */ |
| 166 | class CodeCommitClient extends AwsClient {} |
| 167 |