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

use 
AwsAwsClient;

/**
 * This client is used to interact with the **AWS CodeCommit** service.
 *
 * @method AwsResult associateApprovalRuleTemplateWithRepository(array $args = [])
 * @method GuzzleHttpPromisePromise associateApprovalRuleTemplateWithRepositoryAsync(array $args = [])
 * @method AwsResult batchAssociateApprovalRuleTemplateWithRepositories(array $args = [])
 * @method GuzzleHttpPromisePromise batchAssociateApprovalRuleTemplateWithRepositoriesAsync(array $args = [])
 * @method AwsResult batchDescribeMergeConflicts(array $args = [])
 * @method GuzzleHttpPromisePromise batchDescribeMergeConflictsAsync(array $args = [])
 * @method AwsResult batchDisassociateApprovalRuleTemplateFromRepositories(array $args = [])
 * @method GuzzleHttpPromisePromise batchDisassociateApprovalRuleTemplateFromRepositoriesAsync(array $args = [])
 * @method AwsResult batchGetCommits(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetCommitsAsync(array $args = [])
 * @method AwsResult batchGetRepositories(array $args = [])
 * @method GuzzleHttpPromisePromise batchGetRepositoriesAsync(array $args = [])
 * @method AwsResult createApprovalRuleTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise createApprovalRuleTemplateAsync(array $args = [])
 * @method AwsResult createBranch(array $args = [])
 * @method GuzzleHttpPromisePromise createBranchAsync(array $args = [])
 * @method AwsResult createCommit(array $args = [])
 * @method GuzzleHttpPromisePromise createCommitAsync(array $args = [])
 * @method AwsResult createPullRequest(array $args = [])
 * @method GuzzleHttpPromisePromise createPullRequestAsync(array $args = [])
 * @method AwsResult createPullRequestApprovalRule(array $args = [])
 * @method GuzzleHttpPromisePromise createPullRequestApprovalRuleAsync(array $args = [])
 * @method AwsResult createRepository(array $args = [])
 * @method GuzzleHttpPromisePromise createRepositoryAsync(array $args = [])
 * @method AwsResult createUnreferencedMergeCommit(array $args = [])
 * @method GuzzleHttpPromisePromise createUnreferencedMergeCommitAsync(array $args = [])
 * @method AwsResult deleteApprovalRuleTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApprovalRuleTemplateAsync(array $args = [])
 * @method AwsResult deleteBranch(array $args = [])
 * @method GuzzleHttpPromisePromise deleteBranchAsync(array $args = [])
 * @method AwsResult deleteCommentContent(array $args = [])
 * @method GuzzleHttpPromisePromise deleteCommentContentAsync(array $args = [])
 * @method AwsResult deleteFile(array $args = [])
 * @method GuzzleHttpPromisePromise deleteFileAsync(array $args = [])
 * @method AwsResult deletePullRequestApprovalRule(array $args = [])
 * @method GuzzleHttpPromisePromise deletePullRequestApprovalRuleAsync(array $args = [])
 * @method AwsResult deleteRepository(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRepositoryAsync(array $args = [])
 * @method AwsResult describeMergeConflicts(array $args = [])
 * @method GuzzleHttpPromisePromise describeMergeConflictsAsync(array $args = [])
 * @method AwsResult describePullRequestEvents(array $args = [])
 * @method GuzzleHttpPromisePromise describePullRequestEventsAsync(array $args = [])
 * @method AwsResult disassociateApprovalRuleTemplateFromRepository(array $args = [])
 * @method GuzzleHttpPromisePromise disassociateApprovalRuleTemplateFromRepositoryAsync(array $args = [])
 * @method AwsResult evaluatePullRequestApprovalRules(array $args = [])
 * @method GuzzleHttpPromisePromise evaluatePullRequestApprovalRulesAsync(array $args = [])
 * @method AwsResult getApprovalRuleTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getApprovalRuleTemplateAsync(array $args = [])
 * @method AwsResult getBlob(array $args = [])
 * @method GuzzleHttpPromisePromise getBlobAsync(array $args = [])
 * @method AwsResult getBranch(array $args = [])
 * @method GuzzleHttpPromisePromise getBranchAsync(array $args = [])
 * @method AwsResult getComment(array $args = [])
 * @method GuzzleHttpPromisePromise getCommentAsync(array $args = [])
 * @method AwsResult getCommentsForComparedCommit(array $args = [])
 * @method GuzzleHttpPromisePromise getCommentsForComparedCommitAsync(array $args = [])
 * @method AwsResult getCommentsForPullRequest(array $args = [])
 * @method GuzzleHttpPromisePromise getCommentsForPullRequestAsync(array $args = [])
 * @method AwsResult getCommit(array $args = [])
 * @method GuzzleHttpPromisePromise getCommitAsync(array $args = [])
 * @method AwsResult getDifferences(array $args = [])
 * @method GuzzleHttpPromisePromise getDifferencesAsync(array $args = [])
 * @method AwsResult getFile(array $args = [])
 * @method GuzzleHttpPromisePromise getFileAsync(array $args = [])
 * @method AwsResult getFolder(array $args = [])
 * @method GuzzleHttpPromisePromise getFolderAsync(array $args = [])
 * @method AwsResult getMergeCommit(array $args = [])
 * @method GuzzleHttpPromisePromise getMergeCommitAsync(array $args = [])
 * @method AwsResult getMergeConflicts(array $args = [])
 * @method GuzzleHttpPromisePromise getMergeConflictsAsync(array $args = [])
 * @method AwsResult getMergeOptions(array $args = [])
 * @method GuzzleHttpPromisePromise getMergeOptionsAsync(array $args = [])
 * @method AwsResult getPullRequest(array $args = [])
 * @method GuzzleHttpPromisePromise getPullRequestAsync(array $args = [])
 * @method AwsResult getPullRequestApprovalStates(array $args = [])
 * @method GuzzleHttpPromisePromise getPullRequestApprovalStatesAsync(array $args = [])
 * @method AwsResult getPullRequestOverrideState(array $args = [])
 * @method GuzzleHttpPromisePromise getPullRequestOverrideStateAsync(array $args = [])
 * @method AwsResult getRepository(array $args = [])
 * @method GuzzleHttpPromisePromise getRepositoryAsync(array $args = [])
 * @method AwsResult getRepositoryTriggers(array $args = [])
 * @method GuzzleHttpPromisePromise getRepositoryTriggersAsync(array $args = [])
 * @method AwsResult listApprovalRuleTemplates(array $args = [])
 * @method GuzzleHttpPromisePromise listApprovalRuleTemplatesAsync(array $args = [])
 * @method AwsResult listAssociatedApprovalRuleTemplatesForRepository(array $args = [])
 * @method GuzzleHttpPromisePromise listAssociatedApprovalRuleTemplatesForRepositoryAsync(array $args = [])
 * @method AwsResult listBranches(array $args = [])
 * @method GuzzleHttpPromisePromise listBranchesAsync(array $args = [])
 * @method AwsResult listPullRequests(array $args = [])
 * @method GuzzleHttpPromisePromise listPullRequestsAsync(array $args = [])
 * @method AwsResult listRepositories(array $args = [])
 * @method GuzzleHttpPromisePromise listRepositoriesAsync(array $args = [])
 * @method AwsResult listRepositoriesForApprovalRuleTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise listRepositoriesForApprovalRuleTemplateAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult mergeBranchesByFastForward(array $args = [])
 * @method GuzzleHttpPromisePromise mergeBranchesByFastForwardAsync(array $args = [])
 * @method AwsResult mergeBranchesBySquash(array $args = [])
 * @method GuzzleHttpPromisePromise mergeBranchesBySquashAsync(array $args = [])
 * @method AwsResult mergeBranchesByThreeWay(array $args = [])
 * @method GuzzleHttpPromisePromise mergeBranchesByThreeWayAsync(array $args = [])
 * @method AwsResult mergePullRequestByFastForward(array $args = [])
 * @method GuzzleHttpPromisePromise mergePullRequestByFastForwardAsync(array $args = [])
 * @method AwsResult mergePullRequestBySquash(array $args = [])
 * @method GuzzleHttpPromisePromise mergePullRequestBySquashAsync(array $args = [])
 * @method AwsResult mergePullRequestByThreeWay(array $args = [])
 * @method GuzzleHttpPromisePromise mergePullRequestByThreeWayAsync(array $args = [])
 * @method AwsResult overridePullRequestApprovalRules(array $args = [])
 * @method GuzzleHttpPromisePromise overridePullRequestApprovalRulesAsync(array $args = [])
 * @method AwsResult postCommentForComparedCommit(array $args = [])
 * @method GuzzleHttpPromisePromise postCommentForComparedCommitAsync(array $args = [])
 * @method AwsResult postCommentForPullRequest(array $args = [])
 * @method GuzzleHttpPromisePromise postCommentForPullRequestAsync(array $args = [])
 * @method AwsResult postCommentReply(array $args = [])
 * @method GuzzleHttpPromisePromise postCommentReplyAsync(array $args = [])
 * @method AwsResult putFile(array $args = [])
 * @method GuzzleHttpPromisePromise putFileAsync(array $args = [])
 * @method AwsResult putRepositoryTriggers(array $args = [])
 * @method GuzzleHttpPromisePromise putRepositoryTriggersAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult testRepositoryTriggers(array $args = [])
 * @method GuzzleHttpPromisePromise testRepositoryTriggersAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateApprovalRuleTemplateContent(array $args = [])
 * @method GuzzleHttpPromisePromise updateApprovalRuleTemplateContentAsync(array $args = [])
 * @method AwsResult updateApprovalRuleTemplateDescription(array $args = [])
 * @method GuzzleHttpPromisePromise updateApprovalRuleTemplateDescriptionAsync(array $args = [])
 * @method AwsResult updateApprovalRuleTemplateName(array $args = [])
 * @method GuzzleHttpPromisePromise updateApprovalRuleTemplateNameAsync(array $args = [])
 * @method AwsResult updateComment(array $args = [])
 * @method GuzzleHttpPromisePromise updateCommentAsync(array $args = [])
 * @method AwsResult updateDefaultBranch(array $args = [])
 * @method GuzzleHttpPromisePromise updateDefaultBranchAsync(array $args = [])
 * @method AwsResult updatePullRequestApprovalRuleContent(array $args = [])
 * @method GuzzleHttpPromisePromise updatePullRequestApprovalRuleContentAsync(array $args = [])
 * @method AwsResult updatePullRequestApprovalState(array $args = [])
 * @method GuzzleHttpPromisePromise updatePullRequestApprovalStateAsync(array $args = [])
 * @method AwsResult updatePullRequestDescription(array $args = [])
 * @method GuzzleHttpPromisePromise updatePullRequestDescriptionAsync(array $args = [])
 * @method AwsResult updatePullRequestStatus(array $args = [])
 * @method GuzzleHttpPromisePromise updatePullRequestStatusAsync(array $args = [])
 * @method AwsResult updatePullRequestTitle(array $args = [])
 * @method GuzzleHttpPromisePromise updatePullRequestTitleAsync(array $args = [])
 * @method AwsResult updateRepositoryDescription(array $args = [])
 * @method GuzzleHttpPromisePromise updateRepositoryDescriptionAsync(array $args = [])
 * @method AwsResult updateRepositoryName(array $args = [])
 * @method GuzzleHttpPromisePromise updateRepositoryNameAsync(array $args = [])
 */
class CodeCommitClient extends AwsClient {}
Онлайн: 1
Реклама