pub use ::aws_types::request_id::RequestId;
pub mod associate_approval_rule_template_with_repository;
pub mod batch_associate_approval_rule_template_with_repositories;
pub mod batch_describe_merge_conflicts;
pub mod batch_disassociate_approval_rule_template_from_repositories;
pub mod batch_get_commits;
pub mod batch_get_repositories;
pub mod create_approval_rule_template;
pub mod create_branch;
pub mod create_commit;
pub mod create_pull_request;
pub mod create_pull_request_approval_rule;
pub mod create_repository;
pub mod create_unreferenced_merge_commit;
pub mod delete_approval_rule_template;
pub mod delete_branch;
pub mod delete_comment_content;
pub mod delete_file;
pub mod delete_pull_request_approval_rule;
pub mod delete_repository;
pub mod describe_merge_conflicts;
pub mod describe_pull_request_events;
pub mod disassociate_approval_rule_template_from_repository;
pub mod evaluate_pull_request_approval_rules;
pub mod get_approval_rule_template;
pub mod get_blob;
pub mod get_branch;
pub mod get_comment;
pub mod get_comment_reactions;
pub mod get_comments_for_compared_commit;
pub mod get_comments_for_pull_request;
pub mod get_commit;
pub mod get_differences;
pub mod get_file;
pub mod get_folder;
pub mod get_merge_commit;
pub mod get_merge_conflicts;
pub mod get_merge_options;
pub mod get_pull_request;
pub mod get_pull_request_approval_states;
pub mod get_pull_request_override_state;
pub mod get_repository;
pub mod get_repository_triggers;
pub mod list_approval_rule_templates;
pub mod list_associated_approval_rule_templates_for_repository;
pub mod list_branches;
pub mod list_file_commit_history;
pub mod list_pull_requests;
pub mod list_repositories;
pub mod list_repositories_for_approval_rule_template;
pub mod list_tags_for_resource;
pub mod merge_branches_by_fast_forward;
pub mod merge_branches_by_squash;
pub mod merge_branches_by_three_way;
pub mod merge_pull_request_by_fast_forward;
pub mod merge_pull_request_by_squash;
pub mod merge_pull_request_by_three_way;
pub mod override_pull_request_approval_rules;
pub mod post_comment_for_compared_commit;
pub mod post_comment_for_pull_request;
pub mod post_comment_reply;
pub mod put_comment_reaction;
pub mod put_file;
pub mod put_repository_triggers;
pub mod tag_resource;
pub mod test_repository_triggers;
pub mod untag_resource;
pub mod update_approval_rule_template_content;
pub mod update_approval_rule_template_description;
pub mod update_approval_rule_template_name;
pub mod update_comment;
pub mod update_default_branch;
pub mod update_pull_request_approval_rule_content;
pub mod update_pull_request_approval_state;
pub mod update_pull_request_description;
pub mod update_pull_request_status;
pub mod update_pull_request_title;
pub mod update_repository_description;
pub mod update_repository_encryption_key;
pub mod update_repository_name;