[][src]Trait rusoto_codecommit::CodeCommit

pub trait CodeCommit {
#[must_use]    pub fn associate_approval_rule_template_with_repository<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateApprovalRuleTemplateWithRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateApprovalRuleTemplateWithRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_associate_approval_rule_template_with_repositories<'life0, 'async_trait>(
        &'life0 self,
        input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, RusotoError<BatchAssociateApprovalRuleTemplateWithRepositoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_describe_merge_conflicts<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDescribeMergeConflictsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchDescribeMergeConflictsOutput, RusotoError<BatchDescribeMergeConflictsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_disassociate_approval_rule_template_from_repositories<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, RusotoError<BatchDisassociateApprovalRuleTemplateFromRepositoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_commits<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetCommitsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetCommitsOutput, RusotoError<BatchGetCommitsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_repositories<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetRepositoriesInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetRepositoriesOutput, RusotoError<BatchGetRepositoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_approval_rule_template<'life0, 'async_trait>(
        &'life0 self,
        input: CreateApprovalRuleTemplateInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateApprovalRuleTemplateOutput, RusotoError<CreateApprovalRuleTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_branch<'life0, 'async_trait>(
        &'life0 self,
        input: CreateBranchInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateBranchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_commit<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateCommitOutput, RusotoError<CreateCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_pull_request<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePullRequestInput
    ) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestOutput, RusotoError<CreatePullRequestError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_pull_request_approval_rule<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePullRequestApprovalRuleInput
    ) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestApprovalRuleOutput, RusotoError<CreatePullRequestApprovalRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_repository<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateRepositoryOutput, RusotoError<CreateRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_unreferenced_merge_commit<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUnreferencedMergeCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateUnreferencedMergeCommitOutput, RusotoError<CreateUnreferencedMergeCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_approval_rule_template<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteApprovalRuleTemplateInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteApprovalRuleTemplateOutput, RusotoError<DeleteApprovalRuleTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_branch<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteBranchInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteBranchOutput, RusotoError<DeleteBranchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_comment_content<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCommentContentInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCommentContentOutput, RusotoError<DeleteCommentContentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_file<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFileInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteFileOutput, RusotoError<DeleteFileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_pull_request_approval_rule<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePullRequestApprovalRuleInput
    ) -> Pin<Box<dyn Future<Output = Result<DeletePullRequestApprovalRuleOutput, RusotoError<DeletePullRequestApprovalRuleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_repository<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRepositoryOutput, RusotoError<DeleteRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_merge_conflicts<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMergeConflictsInput
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMergeConflictsOutput, RusotoError<DescribeMergeConflictsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_pull_request_events<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePullRequestEventsInput
    ) -> Pin<Box<dyn Future<Output = Result<DescribePullRequestEventsOutput, RusotoError<DescribePullRequestEventsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_approval_rule_template_from_repository<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateApprovalRuleTemplateFromRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateApprovalRuleTemplateFromRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn evaluate_pull_request_approval_rules<'life0, 'async_trait>(
        &'life0 self,
        input: EvaluatePullRequestApprovalRulesInput
    ) -> Pin<Box<dyn Future<Output = Result<EvaluatePullRequestApprovalRulesOutput, RusotoError<EvaluatePullRequestApprovalRulesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_approval_rule_template<'life0, 'async_trait>(
        &'life0 self,
        input: GetApprovalRuleTemplateInput
    ) -> Pin<Box<dyn Future<Output = Result<GetApprovalRuleTemplateOutput, RusotoError<GetApprovalRuleTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_blob<'life0, 'async_trait>(
        &'life0 self,
        input: GetBlobInput
    ) -> Pin<Box<dyn Future<Output = Result<GetBlobOutput, RusotoError<GetBlobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_branch<'life0, 'async_trait>(
        &'life0 self,
        input: GetBranchInput
    ) -> Pin<Box<dyn Future<Output = Result<GetBranchOutput, RusotoError<GetBranchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_comment<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommentInput
    ) -> Pin<Box<dyn Future<Output = Result<GetCommentOutput, RusotoError<GetCommentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_comment_reactions<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommentReactionsInput
    ) -> Pin<Box<dyn Future<Output = Result<GetCommentReactionsOutput, RusotoError<GetCommentReactionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_comments_for_compared_commit<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommentsForComparedCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<GetCommentsForComparedCommitOutput, RusotoError<GetCommentsForComparedCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_comments_for_pull_request<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommentsForPullRequestInput
    ) -> Pin<Box<dyn Future<Output = Result<GetCommentsForPullRequestOutput, RusotoError<GetCommentsForPullRequestError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_commit<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<GetCommitOutput, RusotoError<GetCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_differences<'life0, 'async_trait>(
        &'life0 self,
        input: GetDifferencesInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDifferencesOutput, RusotoError<GetDifferencesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_file<'life0, 'async_trait>(
        &'life0 self,
        input: GetFileInput
    ) -> Pin<Box<dyn Future<Output = Result<GetFileOutput, RusotoError<GetFileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_folder<'life0, 'async_trait>(
        &'life0 self,
        input: GetFolderInput
    ) -> Pin<Box<dyn Future<Output = Result<GetFolderOutput, RusotoError<GetFolderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_merge_commit<'life0, 'async_trait>(
        &'life0 self,
        input: GetMergeCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<GetMergeCommitOutput, RusotoError<GetMergeCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_merge_conflicts<'life0, 'async_trait>(
        &'life0 self,
        input: GetMergeConflictsInput
    ) -> Pin<Box<dyn Future<Output = Result<GetMergeConflictsOutput, RusotoError<GetMergeConflictsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_merge_options<'life0, 'async_trait>(
        &'life0 self,
        input: GetMergeOptionsInput
    ) -> Pin<Box<dyn Future<Output = Result<GetMergeOptionsOutput, RusotoError<GetMergeOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pull_request<'life0, 'async_trait>(
        &'life0 self,
        input: GetPullRequestInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOutput, RusotoError<GetPullRequestError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pull_request_approval_states<'life0, 'async_trait>(
        &'life0 self,
        input: GetPullRequestApprovalStatesInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPullRequestApprovalStatesOutput, RusotoError<GetPullRequestApprovalStatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pull_request_override_state<'life0, 'async_trait>(
        &'life0 self,
        input: GetPullRequestOverrideStateInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOverrideStateOutput, RusotoError<GetPullRequestOverrideStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_repository<'life0, 'async_trait>(
        &'life0 self,
        input: GetRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<GetRepositoryOutput, RusotoError<GetRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_repository_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: GetRepositoryTriggersInput
    ) -> Pin<Box<dyn Future<Output = Result<GetRepositoryTriggersOutput, RusotoError<GetRepositoryTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_approval_rule_templates<'life0, 'async_trait>(
        &'life0 self,
        input: ListApprovalRuleTemplatesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListApprovalRuleTemplatesOutput, RusotoError<ListApprovalRuleTemplatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_associated_approval_rule_templates_for_repository<'life0, 'async_trait>(
        &'life0 self,
        input: ListAssociatedApprovalRuleTemplatesForRepositoryInput
    ) -> Pin<Box<dyn Future<Output = Result<ListAssociatedApprovalRuleTemplatesForRepositoryOutput, RusotoError<ListAssociatedApprovalRuleTemplatesForRepositoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_branches<'life0, 'async_trait>(
        &'life0 self,
        input: ListBranchesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListBranchesOutput, RusotoError<ListBranchesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_pull_requests<'life0, 'async_trait>(
        &'life0 self,
        input: ListPullRequestsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListPullRequestsOutput, RusotoError<ListPullRequestsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_repositories<'life0, 'async_trait>(
        &'life0 self,
        input: ListRepositoriesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesOutput, RusotoError<ListRepositoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_repositories_for_approval_rule_template<'life0, 'async_trait>(
        &'life0 self,
        input: ListRepositoriesForApprovalRuleTemplateInput
    ) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesForApprovalRuleTemplateOutput, RusotoError<ListRepositoriesForApprovalRuleTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_branches_by_fast_forward<'life0, 'async_trait>(
        &'life0 self,
        input: MergeBranchesByFastForwardInput
    ) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByFastForwardOutput, RusotoError<MergeBranchesByFastForwardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_branches_by_squash<'life0, 'async_trait>(
        &'life0 self,
        input: MergeBranchesBySquashInput
    ) -> Pin<Box<dyn Future<Output = Result<MergeBranchesBySquashOutput, RusotoError<MergeBranchesBySquashError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_branches_by_three_way<'life0, 'async_trait>(
        &'life0 self,
        input: MergeBranchesByThreeWayInput
    ) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByThreeWayOutput, RusotoError<MergeBranchesByThreeWayError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_pull_request_by_fast_forward<'life0, 'async_trait>(
        &'life0 self,
        input: MergePullRequestByFastForwardInput
    ) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByFastForwardOutput, RusotoError<MergePullRequestByFastForwardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_pull_request_by_squash<'life0, 'async_trait>(
        &'life0 self,
        input: MergePullRequestBySquashInput
    ) -> Pin<Box<dyn Future<Output = Result<MergePullRequestBySquashOutput, RusotoError<MergePullRequestBySquashError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn merge_pull_request_by_three_way<'life0, 'async_trait>(
        &'life0 self,
        input: MergePullRequestByThreeWayInput
    ) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByThreeWayOutput, RusotoError<MergePullRequestByThreeWayError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn override_pull_request_approval_rules<'life0, 'async_trait>(
        &'life0 self,
        input: OverridePullRequestApprovalRulesInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<OverridePullRequestApprovalRulesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn post_comment_for_compared_commit<'life0, 'async_trait>(
        &'life0 self,
        input: PostCommentForComparedCommitInput
    ) -> Pin<Box<dyn Future<Output = Result<PostCommentForComparedCommitOutput, RusotoError<PostCommentForComparedCommitError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn post_comment_for_pull_request<'life0, 'async_trait>(
        &'life0 self,
        input: PostCommentForPullRequestInput
    ) -> Pin<Box<dyn Future<Output = Result<PostCommentForPullRequestOutput, RusotoError<PostCommentForPullRequestError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn post_comment_reply<'life0, 'async_trait>(
        &'life0 self,
        input: PostCommentReplyInput
    ) -> Pin<Box<dyn Future<Output = Result<PostCommentReplyOutput, RusotoError<PostCommentReplyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_comment_reaction<'life0, 'async_trait>(
        &'life0 self,
        input: PutCommentReactionInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutCommentReactionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_file<'life0, 'async_trait>(
        &'life0 self,
        input: PutFileInput
    ) -> Pin<Box<dyn Future<Output = Result<PutFileOutput, RusotoError<PutFileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_repository_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: PutRepositoryTriggersInput
    ) -> Pin<Box<dyn Future<Output = Result<PutRepositoryTriggersOutput, RusotoError<PutRepositoryTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn test_repository_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: TestRepositoryTriggersInput
    ) -> Pin<Box<dyn Future<Output = Result<TestRepositoryTriggersOutput, RusotoError<TestRepositoryTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_approval_rule_template_content<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApprovalRuleTemplateContentInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateContentOutput, RusotoError<UpdateApprovalRuleTemplateContentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_approval_rule_template_description<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApprovalRuleTemplateDescriptionInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateDescriptionOutput, RusotoError<UpdateApprovalRuleTemplateDescriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_approval_rule_template_name<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApprovalRuleTemplateNameInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateNameOutput, RusotoError<UpdateApprovalRuleTemplateNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_comment<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCommentInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateCommentOutput, RusotoError<UpdateCommentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_default_branch<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDefaultBranchInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDefaultBranchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pull_request_approval_rule_content<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePullRequestApprovalRuleContentInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestApprovalRuleContentOutput, RusotoError<UpdatePullRequestApprovalRuleContentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pull_request_approval_state<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePullRequestApprovalStateInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePullRequestApprovalStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pull_request_description<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePullRequestDescriptionInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestDescriptionOutput, RusotoError<UpdatePullRequestDescriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pull_request_status<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePullRequestStatusInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestStatusOutput, RusotoError<UpdatePullRequestStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pull_request_title<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePullRequestTitleInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestTitleOutput, RusotoError<UpdatePullRequestTitleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_repository_description<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRepositoryDescriptionInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryDescriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_repository_name<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRepositoryNameInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the CodeCommit API. CodeCommit clients implement this trait.

Required methods

#[must_use]pub fn associate_approval_rule_template_with_repository<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateApprovalRuleTemplateWithRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateApprovalRuleTemplateWithRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an association between an approval rule template and a specified repository. Then, the next time a pull request is created in the repository where the destination reference (if specified) matches the destination reference (branch) for the pull request, an approval rule that matches the template conditions is automatically created for that pull request. If no destination references are specified in the template, an approval rule that matches the template contents is created for all pull requests in that repository.

#[must_use]pub fn batch_associate_approval_rule_template_with_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, RusotoError<BatchAssociateApprovalRuleTemplateWithRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an association between an approval rule template and one or more specified repositories.

#[must_use]pub fn batch_describe_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDescribeMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<BatchDescribeMergeConflictsOutput, RusotoError<BatchDescribeMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.

#[must_use]pub fn batch_disassociate_approval_rule_template_from_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, RusotoError<BatchDisassociateApprovalRuleTemplateFromRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the association between an approval rule template and one or more specified repositories.

#[must_use]pub fn batch_get_commits<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetCommitsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetCommitsOutput, RusotoError<BatchGetCommitsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the contents of one or more commits in a repository.

#[must_use]pub fn batch_get_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetRepositoriesOutput, RusotoError<BatchGetRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more repositories.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

#[must_use]pub fn create_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<CreateApprovalRuleTemplateOutput, RusotoError<CreateApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a template for approval rules that can then be associated with one or more repositories in your AWS account. When you associate a template with a repository, AWS CodeCommit creates an approval rule that matches the conditions of the template for all pull requests that meet the conditions of the template. For more information, see AssociateApprovalRuleTemplateWithRepository.

#[must_use]pub fn create_branch<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBranchInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a branch in a repository and points the branch to a commit.

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

#[must_use]pub fn create_commit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCommitInput
) -> Pin<Box<dyn Future<Output = Result<CreateCommitOutput, RusotoError<CreateCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a commit for a repository on the tip of a specified branch.

#[must_use]pub fn create_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePullRequestInput
) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestOutput, RusotoError<CreatePullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a pull request in the specified repository.

#[must_use]pub fn create_pull_request_approval_rule<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePullRequestApprovalRuleInput
) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestApprovalRuleOutput, RusotoError<CreatePullRequestApprovalRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an approval rule for a pull request.

#[must_use]pub fn create_repository<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<CreateRepositoryOutput, RusotoError<CreateRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new, empty repository.

#[must_use]pub fn create_unreferenced_merge_commit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUnreferencedMergeCommitInput
) -> Pin<Box<dyn Future<Output = Result<CreateUnreferencedMergeCommitOutput, RusotoError<CreateUnreferencedMergeCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an unreferenced commit that represents the result of merging two branches using a specified merge strategy. This can help you determine the outcome of a potential merge. This API cannot be used with the fast-forward merge strategy because that strategy does not create a merge commit.

This unreferenced merge commit can only be accessed using the GetCommit API or through git commands such as git fetch. To retrieve this commit, you must specify its commit ID or otherwise reference it.

#[must_use]pub fn delete_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<DeleteApprovalRuleTemplateOutput, RusotoError<DeleteApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.

#[must_use]pub fn delete_branch<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteBranchInput
) -> Pin<Box<dyn Future<Output = Result<DeleteBranchOutput, RusotoError<DeleteBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a branch from a repository, unless that branch is the default branch for the repository.

#[must_use]pub fn delete_comment_content<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCommentContentInput
) -> Pin<Box<dyn Future<Output = Result<DeleteCommentContentOutput, RusotoError<DeleteCommentContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the content of a comment made on a change, file, or commit in a repository.

#[must_use]pub fn delete_file<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFileInput
) -> Pin<Box<dyn Future<Output = Result<DeleteFileOutput, RusotoError<DeleteFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified file from a specified branch. A commit is created on the branch that contains the revision. The file still exists in the commits earlier to the commit that contains the deletion.

#[must_use]pub fn delete_pull_request_approval_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePullRequestApprovalRuleInput
) -> Pin<Box<dyn Future<Output = Result<DeletePullRequestApprovalRuleOutput, RusotoError<DeletePullRequestApprovalRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the pull request was created. You cannot delete an approval rule from a merged or closed pull request.

#[must_use]pub fn delete_repository<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<DeleteRepositoryOutput, RusotoError<DeleteRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a repository. If a specified repository was already deleted, a null repository ID is returned.

Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository fail.

#[must_use]pub fn describe_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<DescribeMergeConflictsOutput, RusotoError<DescribeMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. If the merge option for the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.

#[must_use]pub fn describe_pull_request_events<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePullRequestEventsInput
) -> Pin<Box<dyn Future<Output = Result<DescribePullRequestEventsOutput, RusotoError<DescribePullRequestEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more pull request events.

#[must_use]pub fn disassociate_approval_rule_template_from_repository<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateApprovalRuleTemplateFromRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateApprovalRuleTemplateFromRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.

#[must_use]pub fn evaluate_pull_request_approval_rules<'life0, 'async_trait>(
    &'life0 self,
    input: EvaluatePullRequestApprovalRulesInput
) -> Pin<Box<dyn Future<Output = Result<EvaluatePullRequestApprovalRulesOutput, RusotoError<EvaluatePullRequestApprovalRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

#[must_use]pub fn get_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: GetApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<GetApprovalRuleTemplateOutput, RusotoError<GetApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified approval rule template.

#[must_use]pub fn get_blob<'life0, 'async_trait>(
    &'life0 self,
    input: GetBlobInput
) -> Pin<Box<dyn Future<Output = Result<GetBlobOutput, RusotoError<GetBlobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the base-64 encoded content of an individual blob in a repository.

#[must_use]pub fn get_branch<'life0, 'async_trait>(
    &'life0 self,
    input: GetBranchInput
) -> Pin<Box<dyn Future<Output = Result<GetBranchOutput, RusotoError<GetBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a repository branch, including its name and the last commit ID.

#[must_use]pub fn get_comment<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentOutput, RusotoError<GetCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the content of a comment made on a change, file, or commit in a repository.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

#[must_use]pub fn get_comment_reactions<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentReactionsInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentReactionsOutput, RusotoError<GetCommentReactionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

#[must_use]pub fn get_comments_for_compared_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentsForComparedCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentsForComparedCommitOutput, RusotoError<GetCommentsForComparedCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

#[must_use]pub fn get_comments_for_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentsForPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentsForPullRequestOutput, RusotoError<GetCommentsForPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

#[must_use]pub fn get_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetCommitOutput, RusotoError<GetCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a commit, including commit message and committer information.

#[must_use]pub fn get_differences<'life0, 'async_trait>(
    &'life0 self,
    input: GetDifferencesInput
) -> Pin<Box<dyn Future<Output = Result<GetDifferencesOutput, RusotoError<GetDifferencesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be limited to a specified path.

#[must_use]pub fn get_file<'life0, 'async_trait>(
    &'life0 self,
    input: GetFileInput
) -> Pin<Box<dyn Future<Output = Result<GetFileOutput, RusotoError<GetFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the base-64 encoded contents of a specified file and its metadata.

#[must_use]pub fn get_folder<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderInput
) -> Pin<Box<dyn Future<Output = Result<GetFolderOutput, RusotoError<GetFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the contents of a specified folder in a repository.

#[must_use]pub fn get_merge_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeCommitOutput, RusotoError<GetMergeCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified merge commit.

#[must_use]pub fn get_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeConflictsOutput, RusotoError<GetMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

#[must_use]pub fn get_merge_options<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeOptionsInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeOptionsOutput, RusotoError<GetMergeOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the merge options available for merging two specified branches. For details about why a merge option is not available, use GetMergeConflicts or DescribeMergeConflicts.

#[must_use]pub fn get_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOutput, RusotoError<GetPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a pull request in a specified repository.

#[must_use]pub fn get_pull_request_approval_states<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestApprovalStatesInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestApprovalStatesOutput, RusotoError<GetPullRequestApprovalStatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.

#[must_use]pub fn get_pull_request_override_state<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestOverrideStateInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOverrideStateOutput, RusotoError<GetPullRequestOverrideStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

#[must_use]pub fn get_repository<'life0, 'async_trait>(
    &'life0 self,
    input: GetRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<GetRepositoryOutput, RusotoError<GetRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

#[must_use]pub fn get_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: GetRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<GetRepositoryTriggersOutput, RusotoError<GetRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about triggers configured for a repository.

#[must_use]pub fn list_approval_rule_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListApprovalRuleTemplatesInput
) -> Pin<Box<dyn Future<Output = Result<ListApprovalRuleTemplatesOutput, RusotoError<ListApprovalRuleTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all approval rule templates in the specified AWS Region in your AWS account. If an AWS Region is not specified, the AWS Region where you are signed in is used.

#[must_use]pub fn list_associated_approval_rule_templates_for_repository<'life0, 'async_trait>(
    &'life0 self,
    input: ListAssociatedApprovalRuleTemplatesForRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<ListAssociatedApprovalRuleTemplatesForRepositoryOutput, RusotoError<ListAssociatedApprovalRuleTemplatesForRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all approval rule templates that are associated with a specified repository.

#[must_use]pub fn list_branches<'life0, 'async_trait>(
    &'life0 self,
    input: ListBranchesInput
) -> Pin<Box<dyn Future<Output = Result<ListBranchesOutput, RusotoError<ListBranchesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more branches in a repository.

#[must_use]pub fn list_pull_requests<'life0, 'async_trait>(
    &'life0 self,
    input: ListPullRequestsInput
) -> Pin<Box<dyn Future<Output = Result<ListPullRequestsOutput, RusotoError<ListPullRequestsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of pull requests for a specified repository. The return list can be refined by pull request status or pull request author ARN.

#[must_use]pub fn list_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: ListRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesOutput, RusotoError<ListRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more repositories.

#[must_use]pub fn list_repositories_for_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: ListRepositoriesForApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesForApprovalRuleTemplateOutput, RusotoError<ListRepositoriesForApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all repositories associated with the specified approval rule template.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

#[must_use]pub fn merge_branches_by_fast_forward<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesByFastForwardInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByFastForwardOutput, RusotoError<MergeBranchesByFastForwardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two branches using the fast-forward merge strategy.

#[must_use]pub fn merge_branches_by_squash<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesBySquashInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesBySquashOutput, RusotoError<MergeBranchesBySquashError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two branches using the squash merge strategy.

#[must_use]pub fn merge_branches_by_three_way<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesByThreeWayInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByThreeWayOutput, RusotoError<MergeBranchesByThreeWayError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two specified branches using the three-way merge strategy.

#[must_use]pub fn merge_pull_request_by_fast_forward<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestByFastForwardInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByFastForwardOutput, RusotoError<MergePullRequestByFastForwardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.

#[must_use]pub fn merge_pull_request_by_squash<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestBySquashInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestBySquashOutput, RusotoError<MergePullRequestBySquashError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.

#[must_use]pub fn merge_pull_request_by_three_way<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestByThreeWayInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByThreeWayOutput, RusotoError<MergePullRequestByThreeWayError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.

#[must_use]pub fn override_pull_request_approval_rules<'life0, 'async_trait>(
    &'life0 self,
    input: OverridePullRequestApprovalRulesInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<OverridePullRequestApprovalRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets aside (overrides) all approval rule requirements for a specified pull request.

#[must_use]pub fn post_comment_for_compared_commit<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentForComparedCommitInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentForComparedCommitOutput, RusotoError<PostCommentForComparedCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment on the comparison between two commits.

#[must_use]pub fn post_comment_for_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentForPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentForPullRequestOutput, RusotoError<PostCommentForPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment on a pull request.

#[must_use]pub fn post_comment_reply<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentReplyInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentReplyOutput, RusotoError<PostCommentReplyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

#[must_use]pub fn put_comment_reaction<'life0, 'async_trait>(
    &'life0 self,
    input: PutCommentReactionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutCommentReactionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.

#[must_use]pub fn put_file<'life0, 'async_trait>(
    &'life0 self,
    input: PutFileInput
) -> Pin<Box<dyn Future<Output = Result<PutFileOutput, RusotoError<PutFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.

#[must_use]pub fn put_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: PutRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<PutRepositoryTriggersOutput, RusotoError<PutRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces all triggers for a repository. Used to create or delete triggers.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

#[must_use]pub fn test_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: TestRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<TestRepositoryTriggersOutput, RusotoError<TestRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test sends data from the last commit. If no data is available, sample data is generated.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

#[must_use]pub fn update_approval_rule_template_content<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateContentInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateContentOutput, RusotoError<UpdateApprovalRuleTemplateContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.

#[must_use]pub fn update_approval_rule_template_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateDescriptionOutput, RusotoError<UpdateApprovalRuleTemplateDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the description for a specified approval rule template.

#[must_use]pub fn update_approval_rule_template_name<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateNameInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateNameOutput, RusotoError<UpdateApprovalRuleTemplateNameError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the name of a specified approval rule template.

#[must_use]pub fn update_comment<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCommentInput
) -> Pin<Box<dyn Future<Output = Result<UpdateCommentOutput, RusotoError<UpdateCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the contents of a comment.

#[must_use]pub fn update_default_branch<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDefaultBranchInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDefaultBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets or changes the default branch name for the specified repository.

If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.

#[must_use]pub fn update_pull_request_approval_rule_content<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestApprovalRuleContentInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestApprovalRuleContentOutput, RusotoError<UpdatePullRequestApprovalRuleContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and the approval pool for approvers.

#[must_use]pub fn update_pull_request_approval_state<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestApprovalStateInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePullRequestApprovalStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.

#[must_use]pub fn update_pull_request_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestDescriptionOutput, RusotoError<UpdatePullRequestDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the contents of the description of a pull request.

#[must_use]pub fn update_pull_request_status<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestStatusInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestStatusOutput, RusotoError<UpdatePullRequestStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the status of a pull request.

#[must_use]pub fn update_pull_request_title<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestTitleInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestTitleOutput, RusotoError<UpdatePullRequestTitleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the title of a pull request.

#[must_use]pub fn update_repository_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRepositoryDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets or changes the comment or description for a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

#[must_use]pub fn update_repository_name<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRepositoryNameInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryNameError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Renames a repository. The repository name must be unique across the calling AWS account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix .git is prohibited. For more information about the limits on repository names, see Limits in the AWS CodeCommit User Guide.

Loading content...

Implementors

impl CodeCommit for CodeCommitClient[src]

pub fn associate_approval_rule_template_with_repository<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateApprovalRuleTemplateWithRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateApprovalRuleTemplateWithRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an association between an approval rule template and a specified repository. Then, the next time a pull request is created in the repository where the destination reference (if specified) matches the destination reference (branch) for the pull request, an approval rule that matches the template conditions is automatically created for that pull request. If no destination references are specified in the template, an approval rule that matches the template contents is created for all pull requests in that repository.

pub fn batch_associate_approval_rule_template_with_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, RusotoError<BatchAssociateApprovalRuleTemplateWithRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an association between an approval rule template and one or more specified repositories.

pub fn batch_describe_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDescribeMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<BatchDescribeMergeConflictsOutput, RusotoError<BatchDescribeMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.

pub fn batch_disassociate_approval_rule_template_from_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, RusotoError<BatchDisassociateApprovalRuleTemplateFromRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the association between an approval rule template and one or more specified repositories.

pub fn batch_get_commits<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetCommitsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetCommitsOutput, RusotoError<BatchGetCommitsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the contents of one or more commits in a repository.

pub fn batch_get_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetRepositoriesOutput, RusotoError<BatchGetRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more repositories.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

pub fn create_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<CreateApprovalRuleTemplateOutput, RusotoError<CreateApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a template for approval rules that can then be associated with one or more repositories in your AWS account. When you associate a template with a repository, AWS CodeCommit creates an approval rule that matches the conditions of the template for all pull requests that meet the conditions of the template. For more information, see AssociateApprovalRuleTemplateWithRepository.

pub fn create_branch<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBranchInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<CreateBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a branch in a repository and points the branch to a commit.

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

pub fn create_commit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCommitInput
) -> Pin<Box<dyn Future<Output = Result<CreateCommitOutput, RusotoError<CreateCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a commit for a repository on the tip of a specified branch.

pub fn create_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePullRequestInput
) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestOutput, RusotoError<CreatePullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a pull request in the specified repository.

pub fn create_pull_request_approval_rule<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePullRequestApprovalRuleInput
) -> Pin<Box<dyn Future<Output = Result<CreatePullRequestApprovalRuleOutput, RusotoError<CreatePullRequestApprovalRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an approval rule for a pull request.

pub fn create_repository<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<CreateRepositoryOutput, RusotoError<CreateRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new, empty repository.

pub fn create_unreferenced_merge_commit<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUnreferencedMergeCommitInput
) -> Pin<Box<dyn Future<Output = Result<CreateUnreferencedMergeCommitOutput, RusotoError<CreateUnreferencedMergeCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an unreferenced commit that represents the result of merging two branches using a specified merge strategy. This can help you determine the outcome of a potential merge. This API cannot be used with the fast-forward merge strategy because that strategy does not create a merge commit.

This unreferenced merge commit can only be accessed using the GetCommit API or through git commands such as git fetch. To retrieve this commit, you must specify its commit ID or otherwise reference it.

pub fn delete_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<DeleteApprovalRuleTemplateOutput, RusotoError<DeleteApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.

pub fn delete_branch<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteBranchInput
) -> Pin<Box<dyn Future<Output = Result<DeleteBranchOutput, RusotoError<DeleteBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a branch from a repository, unless that branch is the default branch for the repository.

pub fn delete_comment_content<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCommentContentInput
) -> Pin<Box<dyn Future<Output = Result<DeleteCommentContentOutput, RusotoError<DeleteCommentContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the content of a comment made on a change, file, or commit in a repository.

pub fn delete_file<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFileInput
) -> Pin<Box<dyn Future<Output = Result<DeleteFileOutput, RusotoError<DeleteFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified file from a specified branch. A commit is created on the branch that contains the revision. The file still exists in the commits earlier to the commit that contains the deletion.

pub fn delete_pull_request_approval_rule<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePullRequestApprovalRuleInput
) -> Pin<Box<dyn Future<Output = Result<DeletePullRequestApprovalRuleOutput, RusotoError<DeletePullRequestApprovalRuleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the pull request was created. You cannot delete an approval rule from a merged or closed pull request.

pub fn delete_repository<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<DeleteRepositoryOutput, RusotoError<DeleteRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a repository. If a specified repository was already deleted, a null repository ID is returned.

Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository fail.

pub fn describe_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<DescribeMergeConflictsOutput, RusotoError<DescribeMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. If the merge option for the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.

pub fn describe_pull_request_events<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePullRequestEventsInput
) -> Pin<Box<dyn Future<Output = Result<DescribePullRequestEventsOutput, RusotoError<DescribePullRequestEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about one or more pull request events.

pub fn disassociate_approval_rule_template_from_repository<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateApprovalRuleTemplateFromRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateApprovalRuleTemplateFromRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.

pub fn evaluate_pull_request_approval_rules<'life0, 'async_trait>(
    &'life0 self,
    input: EvaluatePullRequestApprovalRulesInput
) -> Pin<Box<dyn Future<Output = Result<EvaluatePullRequestApprovalRulesOutput, RusotoError<EvaluatePullRequestApprovalRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

pub fn get_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: GetApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<GetApprovalRuleTemplateOutput, RusotoError<GetApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified approval rule template.

pub fn get_blob<'life0, 'async_trait>(
    &'life0 self,
    input: GetBlobInput
) -> Pin<Box<dyn Future<Output = Result<GetBlobOutput, RusotoError<GetBlobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the base-64 encoded content of an individual blob in a repository.

pub fn get_branch<'life0, 'async_trait>(
    &'life0 self,
    input: GetBranchInput
) -> Pin<Box<dyn Future<Output = Result<GetBranchOutput, RusotoError<GetBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a repository branch, including its name and the last commit ID.

pub fn get_comment<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentOutput, RusotoError<GetCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the content of a comment made on a change, file, or commit in a repository.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

pub fn get_comment_reactions<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentReactionsInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentReactionsOutput, RusotoError<GetCommentReactionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

pub fn get_comments_for_compared_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentsForComparedCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentsForComparedCommitOutput, RusotoError<GetCommentsForComparedCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

pub fn get_comments_for_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommentsForPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<GetCommentsForPullRequestOutput, RusotoError<GetCommentsForPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

pub fn get_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetCommitOutput, RusotoError<GetCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a commit, including commit message and committer information.

pub fn get_differences<'life0, 'async_trait>(
    &'life0 self,
    input: GetDifferencesInput
) -> Pin<Box<dyn Future<Output = Result<GetDifferencesOutput, RusotoError<GetDifferencesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be limited to a specified path.

pub fn get_file<'life0, 'async_trait>(
    &'life0 self,
    input: GetFileInput
) -> Pin<Box<dyn Future<Output = Result<GetFileOutput, RusotoError<GetFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the base-64 encoded contents of a specified file and its metadata.

pub fn get_folder<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderInput
) -> Pin<Box<dyn Future<Output = Result<GetFolderOutput, RusotoError<GetFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the contents of a specified folder in a repository.

pub fn get_merge_commit<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeCommitInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeCommitOutput, RusotoError<GetMergeCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified merge commit.

pub fn get_merge_conflicts<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeConflictsInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeConflictsOutput, RusotoError<GetMergeConflictsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

pub fn get_merge_options<'life0, 'async_trait>(
    &'life0 self,
    input: GetMergeOptionsInput
) -> Pin<Box<dyn Future<Output = Result<GetMergeOptionsOutput, RusotoError<GetMergeOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the merge options available for merging two specified branches. For details about why a merge option is not available, use GetMergeConflicts or DescribeMergeConflicts.

pub fn get_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOutput, RusotoError<GetPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a pull request in a specified repository.

pub fn get_pull_request_approval_states<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestApprovalStatesInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestApprovalStatesOutput, RusotoError<GetPullRequestApprovalStatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.

pub fn get_pull_request_override_state<'life0, 'async_trait>(
    &'life0 self,
    input: GetPullRequestOverrideStateInput
) -> Pin<Box<dyn Future<Output = Result<GetPullRequestOverrideStateOutput, RusotoError<GetPullRequestOverrideStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

pub fn get_repository<'life0, 'async_trait>(
    &'life0 self,
    input: GetRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<GetRepositoryOutput, RusotoError<GetRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

pub fn get_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: GetRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<GetRepositoryTriggersOutput, RusotoError<GetRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about triggers configured for a repository.

pub fn list_approval_rule_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListApprovalRuleTemplatesInput
) -> Pin<Box<dyn Future<Output = Result<ListApprovalRuleTemplatesOutput, RusotoError<ListApprovalRuleTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all approval rule templates in the specified AWS Region in your AWS account. If an AWS Region is not specified, the AWS Region where you are signed in is used.

pub fn list_associated_approval_rule_templates_for_repository<'life0, 'async_trait>(
    &'life0 self,
    input: ListAssociatedApprovalRuleTemplatesForRepositoryInput
) -> Pin<Box<dyn Future<Output = Result<ListAssociatedApprovalRuleTemplatesForRepositoryOutput, RusotoError<ListAssociatedApprovalRuleTemplatesForRepositoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all approval rule templates that are associated with a specified repository.

pub fn list_branches<'life0, 'async_trait>(
    &'life0 self,
    input: ListBranchesInput
) -> Pin<Box<dyn Future<Output = Result<ListBranchesOutput, RusotoError<ListBranchesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more branches in a repository.

pub fn list_pull_requests<'life0, 'async_trait>(
    &'life0 self,
    input: ListPullRequestsInput
) -> Pin<Box<dyn Future<Output = Result<ListPullRequestsOutput, RusotoError<ListPullRequestsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of pull requests for a specified repository. The return list can be refined by pull request status or pull request author ARN.

pub fn list_repositories<'life0, 'async_trait>(
    &'life0 self,
    input: ListRepositoriesInput
) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesOutput, RusotoError<ListRepositoriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more repositories.

pub fn list_repositories_for_approval_rule_template<'life0, 'async_trait>(
    &'life0 self,
    input: ListRepositoriesForApprovalRuleTemplateInput
) -> Pin<Box<dyn Future<Output = Result<ListRepositoriesForApprovalRuleTemplateOutput, RusotoError<ListRepositoriesForApprovalRuleTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all repositories associated with the specified approval rule template.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

pub fn merge_branches_by_fast_forward<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesByFastForwardInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByFastForwardOutput, RusotoError<MergeBranchesByFastForwardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two branches using the fast-forward merge strategy.

pub fn merge_branches_by_squash<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesBySquashInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesBySquashOutput, RusotoError<MergeBranchesBySquashError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two branches using the squash merge strategy.

pub fn merge_branches_by_three_way<'life0, 'async_trait>(
    &'life0 self,
    input: MergeBranchesByThreeWayInput
) -> Pin<Box<dyn Future<Output = Result<MergeBranchesByThreeWayOutput, RusotoError<MergeBranchesByThreeWayError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Merges two specified branches using the three-way merge strategy.

pub fn merge_pull_request_by_fast_forward<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestByFastForwardInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByFastForwardOutput, RusotoError<MergePullRequestByFastForwardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.

pub fn merge_pull_request_by_squash<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestBySquashInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestBySquashOutput, RusotoError<MergePullRequestBySquashError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.

pub fn merge_pull_request_by_three_way<'life0, 'async_trait>(
    &'life0 self,
    input: MergePullRequestByThreeWayInput
) -> Pin<Box<dyn Future<Output = Result<MergePullRequestByThreeWayOutput, RusotoError<MergePullRequestByThreeWayError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.

pub fn override_pull_request_approval_rules<'life0, 'async_trait>(
    &'life0 self,
    input: OverridePullRequestApprovalRulesInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<OverridePullRequestApprovalRulesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets aside (overrides) all approval rule requirements for a specified pull request.

pub fn post_comment_for_compared_commit<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentForComparedCommitInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentForComparedCommitOutput, RusotoError<PostCommentForComparedCommitError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment on the comparison between two commits.

pub fn post_comment_for_pull_request<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentForPullRequestInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentForPullRequestOutput, RusotoError<PostCommentForPullRequestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment on a pull request.

pub fn post_comment_reply<'life0, 'async_trait>(
    &'life0 self,
    input: PostCommentReplyInput
) -> Pin<Box<dyn Future<Output = Result<PostCommentReplyOutput, RusotoError<PostCommentReplyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

pub fn put_comment_reaction<'life0, 'async_trait>(
    &'life0 self,
    input: PutCommentReactionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutCommentReactionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.

pub fn put_file<'life0, 'async_trait>(
    &'life0 self,
    input: PutFileInput
) -> Pin<Box<dyn Future<Output = Result<PutFileOutput, RusotoError<PutFileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.

pub fn put_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: PutRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<PutRepositoryTriggersOutput, RusotoError<PutRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces all triggers for a repository. Used to create or delete triggers.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

pub fn test_repository_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: TestRepositoryTriggersInput
) -> Pin<Box<dyn Future<Output = Result<TestRepositoryTriggersOutput, RusotoError<TestRepositoryTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test sends data from the last commit. If no data is available, sample data is generated.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

pub fn update_approval_rule_template_content<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateContentInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateContentOutput, RusotoError<UpdateApprovalRuleTemplateContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.

pub fn update_approval_rule_template_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateDescriptionOutput, RusotoError<UpdateApprovalRuleTemplateDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the description for a specified approval rule template.

pub fn update_approval_rule_template_name<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApprovalRuleTemplateNameInput
) -> Pin<Box<dyn Future<Output = Result<UpdateApprovalRuleTemplateNameOutput, RusotoError<UpdateApprovalRuleTemplateNameError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the name of a specified approval rule template.

pub fn update_comment<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCommentInput
) -> Pin<Box<dyn Future<Output = Result<UpdateCommentOutput, RusotoError<UpdateCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the contents of a comment.

pub fn update_default_branch<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDefaultBranchInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDefaultBranchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets or changes the default branch name for the specified repository.

If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.

pub fn update_pull_request_approval_rule_content<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestApprovalRuleContentInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestApprovalRuleContentOutput, RusotoError<UpdatePullRequestApprovalRuleContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and the approval pool for approvers.

pub fn update_pull_request_approval_state<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestApprovalStateInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePullRequestApprovalStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.

pub fn update_pull_request_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestDescriptionOutput, RusotoError<UpdatePullRequestDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the contents of the description of a pull request.

pub fn update_pull_request_status<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestStatusInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestStatusOutput, RusotoError<UpdatePullRequestStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the status of a pull request.

pub fn update_pull_request_title<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePullRequestTitleInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePullRequestTitleOutput, RusotoError<UpdatePullRequestTitleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Replaces the title of a pull request.

pub fn update_repository_description<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRepositoryDescriptionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryDescriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets or changes the comment or description for a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

pub fn update_repository_name<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRepositoryNameInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRepositoryNameError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Renames a repository. The repository name must be unique across the calling AWS account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix .git is prohibited. For more information about the limits on repository names, see Limits in the AWS CodeCommit User Guide.

Loading content...