| Server IP : 54.233.248.239 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/aws/aws-sdk-php/src/CodeCommit/ |
Upload File : |
<?php
namespace Aws\CodeCommit;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS CodeCommit** service.
*
* @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 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 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 deleteRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(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 getMergeConflicts(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMergeConflictsAsync(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 mergePullRequestByFastForward(array $args = [])
* @method \GuzzleHttp\Promise\Promise mergePullRequestByFastForwardAsync(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 testRepositoryTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise testRepositoryTriggersAsync(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 {}