aws-sdk-codecommit 1.99.0

AWS SDK for AWS CodeCommit
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateApprovalRuleTemplateWithRepository` operation.
pub mod associate_approval_rule_template_with_repository;

/// Types for the `BatchAssociateApprovalRuleTemplateWithRepositories` operation.
pub mod batch_associate_approval_rule_template_with_repositories;

/// Types for the `BatchDescribeMergeConflicts` operation.
pub mod batch_describe_merge_conflicts;

/// Types for the `BatchDisassociateApprovalRuleTemplateFromRepositories` operation.
pub mod batch_disassociate_approval_rule_template_from_repositories;

/// Types for the `BatchGetCommits` operation.
pub mod batch_get_commits;

/// Types for the `BatchGetRepositories` operation.
pub mod batch_get_repositories;

/// Types for the `CreateApprovalRuleTemplate` operation.
pub mod create_approval_rule_template;

/// Types for the `CreateBranch` operation.
pub mod create_branch;

/// Types for the `CreateCommit` operation.
pub mod create_commit;

/// Types for the `CreatePullRequest` operation.
pub mod create_pull_request;

/// Types for the `CreatePullRequestApprovalRule` operation.
pub mod create_pull_request_approval_rule;

/// Types for the `CreateRepository` operation.
pub mod create_repository;

/// Types for the `CreateUnreferencedMergeCommit` operation.
pub mod create_unreferenced_merge_commit;

/// Types for the `DeleteApprovalRuleTemplate` operation.
pub mod delete_approval_rule_template;

/// Types for the `DeleteBranch` operation.
pub mod delete_branch;

/// Types for the `DeleteCommentContent` operation.
pub mod delete_comment_content;

/// Types for the `DeleteFile` operation.
pub mod delete_file;

/// Types for the `DeletePullRequestApprovalRule` operation.
pub mod delete_pull_request_approval_rule;

/// Types for the `DeleteRepository` operation.
pub mod delete_repository;

/// Types for the `DescribeMergeConflicts` operation.
pub mod describe_merge_conflicts;

/// Types for the `DescribePullRequestEvents` operation.
pub mod describe_pull_request_events;

/// Types for the `DisassociateApprovalRuleTemplateFromRepository` operation.
pub mod disassociate_approval_rule_template_from_repository;

/// Types for the `EvaluatePullRequestApprovalRules` operation.
pub mod evaluate_pull_request_approval_rules;

/// Types for the `GetApprovalRuleTemplate` operation.
pub mod get_approval_rule_template;

/// Types for the `GetBlob` operation.
pub mod get_blob;

/// Types for the `GetBranch` operation.
pub mod get_branch;

/// Types for the `GetComment` operation.
pub mod get_comment;

/// Types for the `GetCommentReactions` operation.
pub mod get_comment_reactions;

/// Types for the `GetCommentsForComparedCommit` operation.
pub mod get_comments_for_compared_commit;

/// Types for the `GetCommentsForPullRequest` operation.
pub mod get_comments_for_pull_request;

/// Types for the `GetCommit` operation.
pub mod get_commit;

/// Types for the `GetDifferences` operation.
pub mod get_differences;

/// Types for the `GetFile` operation.
pub mod get_file;

/// Types for the `GetFolder` operation.
pub mod get_folder;

/// Types for the `GetMergeCommit` operation.
pub mod get_merge_commit;

/// Types for the `GetMergeConflicts` operation.
pub mod get_merge_conflicts;

/// Types for the `GetMergeOptions` operation.
pub mod get_merge_options;

/// Types for the `GetPullRequest` operation.
pub mod get_pull_request;

/// Types for the `GetPullRequestApprovalStates` operation.
pub mod get_pull_request_approval_states;

/// Types for the `GetPullRequestOverrideState` operation.
pub mod get_pull_request_override_state;

/// Types for the `GetRepository` operation.
pub mod get_repository;

/// Types for the `GetRepositoryTriggers` operation.
pub mod get_repository_triggers;

/// Types for the `ListApprovalRuleTemplates` operation.
pub mod list_approval_rule_templates;

/// Types for the `ListAssociatedApprovalRuleTemplatesForRepository` operation.
pub mod list_associated_approval_rule_templates_for_repository;

/// Types for the `ListBranches` operation.
pub mod list_branches;

/// Types for the `ListFileCommitHistory` operation.
pub mod list_file_commit_history;

/// Types for the `ListPullRequests` operation.
pub mod list_pull_requests;

/// Types for the `ListRepositories` operation.
pub mod list_repositories;

/// Types for the `ListRepositoriesForApprovalRuleTemplate` operation.
pub mod list_repositories_for_approval_rule_template;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `MergeBranchesByFastForward` operation.
pub mod merge_branches_by_fast_forward;

/// Types for the `MergeBranchesBySquash` operation.
pub mod merge_branches_by_squash;

/// Types for the `MergeBranchesByThreeWay` operation.
pub mod merge_branches_by_three_way;

/// Types for the `MergePullRequestByFastForward` operation.
pub mod merge_pull_request_by_fast_forward;

/// Types for the `MergePullRequestBySquash` operation.
pub mod merge_pull_request_by_squash;

/// Types for the `MergePullRequestByThreeWay` operation.
pub mod merge_pull_request_by_three_way;

/// Types for the `OverridePullRequestApprovalRules` operation.
pub mod override_pull_request_approval_rules;

/// Types for the `PostCommentForComparedCommit` operation.
pub mod post_comment_for_compared_commit;

/// Types for the `PostCommentForPullRequest` operation.
pub mod post_comment_for_pull_request;

/// Types for the `PostCommentReply` operation.
pub mod post_comment_reply;

/// Types for the `PutCommentReaction` operation.
pub mod put_comment_reaction;

/// Types for the `PutFile` operation.
pub mod put_file;

/// Types for the `PutRepositoryTriggers` operation.
pub mod put_repository_triggers;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `TestRepositoryTriggers` operation.
pub mod test_repository_triggers;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApprovalRuleTemplateContent` operation.
pub mod update_approval_rule_template_content;

/// Types for the `UpdateApprovalRuleTemplateDescription` operation.
pub mod update_approval_rule_template_description;

/// Types for the `UpdateApprovalRuleTemplateName` operation.
pub mod update_approval_rule_template_name;

/// Types for the `UpdateComment` operation.
pub mod update_comment;

/// Types for the `UpdateDefaultBranch` operation.
pub mod update_default_branch;

/// Types for the `UpdatePullRequestApprovalRuleContent` operation.
pub mod update_pull_request_approval_rule_content;

/// Types for the `UpdatePullRequestApprovalState` operation.
pub mod update_pull_request_approval_state;

/// Types for the `UpdatePullRequestDescription` operation.
pub mod update_pull_request_description;

/// Types for the `UpdatePullRequestStatus` operation.
pub mod update_pull_request_status;

/// Types for the `UpdatePullRequestTitle` operation.
pub mod update_pull_request_title;

/// Types for the `UpdateRepositoryDescription` operation.
pub mod update_repository_description;

/// Types for the `UpdateRepositoryEncryptionKey` operation.
pub mod update_repository_encryption_key;

/// Types for the `UpdateRepositoryName` operation.
pub mod update_repository_name;