aws_sdk_codecommit/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateApprovalRuleTemplateWithRepository` operation.
5pub mod associate_approval_rule_template_with_repository;
6
7/// Types for the `BatchAssociateApprovalRuleTemplateWithRepositories` operation.
8pub mod batch_associate_approval_rule_template_with_repositories;
9
10/// Types for the `BatchDescribeMergeConflicts` operation.
11pub mod batch_describe_merge_conflicts;
12
13/// Types for the `BatchDisassociateApprovalRuleTemplateFromRepositories` operation.
14pub mod batch_disassociate_approval_rule_template_from_repositories;
15
16/// Types for the `BatchGetCommits` operation.
17pub mod batch_get_commits;
18
19/// Types for the `BatchGetRepositories` operation.
20pub mod batch_get_repositories;
21
22/// Types for the `CreateApprovalRuleTemplate` operation.
23pub mod create_approval_rule_template;
24
25/// Types for the `CreateBranch` operation.
26pub mod create_branch;
27
28/// Types for the `CreateCommit` operation.
29pub mod create_commit;
30
31/// Types for the `CreatePullRequest` operation.
32pub mod create_pull_request;
33
34/// Types for the `CreatePullRequestApprovalRule` operation.
35pub mod create_pull_request_approval_rule;
36
37/// Types for the `CreateRepository` operation.
38pub mod create_repository;
39
40/// Types for the `CreateUnreferencedMergeCommit` operation.
41pub mod create_unreferenced_merge_commit;
42
43/// Types for the `DeleteApprovalRuleTemplate` operation.
44pub mod delete_approval_rule_template;
45
46/// Types for the `DeleteBranch` operation.
47pub mod delete_branch;
48
49/// Types for the `DeleteCommentContent` operation.
50pub mod delete_comment_content;
51
52/// Types for the `DeleteFile` operation.
53pub mod delete_file;
54
55/// Types for the `DeletePullRequestApprovalRule` operation.
56pub mod delete_pull_request_approval_rule;
57
58/// Types for the `DeleteRepository` operation.
59pub mod delete_repository;
60
61/// Types for the `DescribeMergeConflicts` operation.
62pub mod describe_merge_conflicts;
63
64/// Types for the `DescribePullRequestEvents` operation.
65pub mod describe_pull_request_events;
66
67/// Types for the `DisassociateApprovalRuleTemplateFromRepository` operation.
68pub mod disassociate_approval_rule_template_from_repository;
69
70/// Types for the `EvaluatePullRequestApprovalRules` operation.
71pub mod evaluate_pull_request_approval_rules;
72
73/// Types for the `GetApprovalRuleTemplate` operation.
74pub mod get_approval_rule_template;
75
76/// Types for the `GetBlob` operation.
77pub mod get_blob;
78
79/// Types for the `GetBranch` operation.
80pub mod get_branch;
81
82/// Types for the `GetComment` operation.
83pub mod get_comment;
84
85/// Types for the `GetCommentReactions` operation.
86pub mod get_comment_reactions;
87
88/// Types for the `GetCommentsForComparedCommit` operation.
89pub mod get_comments_for_compared_commit;
90
91/// Types for the `GetCommentsForPullRequest` operation.
92pub mod get_comments_for_pull_request;
93
94/// Types for the `GetCommit` operation.
95pub mod get_commit;
96
97/// Types for the `GetDifferences` operation.
98pub mod get_differences;
99
100/// Types for the `GetFile` operation.
101pub mod get_file;
102
103/// Types for the `GetFolder` operation.
104pub mod get_folder;
105
106/// Types for the `GetMergeCommit` operation.
107pub mod get_merge_commit;
108
109/// Types for the `GetMergeConflicts` operation.
110pub mod get_merge_conflicts;
111
112/// Types for the `GetMergeOptions` operation.
113pub mod get_merge_options;
114
115/// Types for the `GetPullRequest` operation.
116pub mod get_pull_request;
117
118/// Types for the `GetPullRequestApprovalStates` operation.
119pub mod get_pull_request_approval_states;
120
121/// Types for the `GetPullRequestOverrideState` operation.
122pub mod get_pull_request_override_state;
123
124/// Types for the `GetRepository` operation.
125pub mod get_repository;
126
127/// Types for the `GetRepositoryTriggers` operation.
128pub mod get_repository_triggers;
129
130/// Types for the `ListApprovalRuleTemplates` operation.
131pub mod list_approval_rule_templates;
132
133/// Types for the `ListAssociatedApprovalRuleTemplatesForRepository` operation.
134pub mod list_associated_approval_rule_templates_for_repository;
135
136/// Types for the `ListBranches` operation.
137pub mod list_branches;
138
139/// Types for the `ListFileCommitHistory` operation.
140pub mod list_file_commit_history;
141
142/// Types for the `ListPullRequests` operation.
143pub mod list_pull_requests;
144
145/// Types for the `ListRepositories` operation.
146pub mod list_repositories;
147
148/// Types for the `ListRepositoriesForApprovalRuleTemplate` operation.
149pub mod list_repositories_for_approval_rule_template;
150
151/// Types for the `ListTagsForResource` operation.
152pub mod list_tags_for_resource;
153
154/// Types for the `MergeBranchesByFastForward` operation.
155pub mod merge_branches_by_fast_forward;
156
157/// Types for the `MergeBranchesBySquash` operation.
158pub mod merge_branches_by_squash;
159
160/// Types for the `MergeBranchesByThreeWay` operation.
161pub mod merge_branches_by_three_way;
162
163/// Types for the `MergePullRequestByFastForward` operation.
164pub mod merge_pull_request_by_fast_forward;
165
166/// Types for the `MergePullRequestBySquash` operation.
167pub mod merge_pull_request_by_squash;
168
169/// Types for the `MergePullRequestByThreeWay` operation.
170pub mod merge_pull_request_by_three_way;
171
172/// Types for the `OverridePullRequestApprovalRules` operation.
173pub mod override_pull_request_approval_rules;
174
175/// Types for the `PostCommentForComparedCommit` operation.
176pub mod post_comment_for_compared_commit;
177
178/// Types for the `PostCommentForPullRequest` operation.
179pub mod post_comment_for_pull_request;
180
181/// Types for the `PostCommentReply` operation.
182pub mod post_comment_reply;
183
184/// Types for the `PutCommentReaction` operation.
185pub mod put_comment_reaction;
186
187/// Types for the `PutFile` operation.
188pub mod put_file;
189
190/// Types for the `PutRepositoryTriggers` operation.
191pub mod put_repository_triggers;
192
193/// Types for the `TagResource` operation.
194pub mod tag_resource;
195
196/// Types for the `TestRepositoryTriggers` operation.
197pub mod test_repository_triggers;
198
199/// Types for the `UntagResource` operation.
200pub mod untag_resource;
201
202/// Types for the `UpdateApprovalRuleTemplateContent` operation.
203pub mod update_approval_rule_template_content;
204
205/// Types for the `UpdateApprovalRuleTemplateDescription` operation.
206pub mod update_approval_rule_template_description;
207
208/// Types for the `UpdateApprovalRuleTemplateName` operation.
209pub mod update_approval_rule_template_name;
210
211/// Types for the `UpdateComment` operation.
212pub mod update_comment;
213
214/// Types for the `UpdateDefaultBranch` operation.
215pub mod update_default_branch;
216
217/// Types for the `UpdatePullRequestApprovalRuleContent` operation.
218pub mod update_pull_request_approval_rule_content;
219
220/// Types for the `UpdatePullRequestApprovalState` operation.
221pub mod update_pull_request_approval_state;
222
223/// Types for the `UpdatePullRequestDescription` operation.
224pub mod update_pull_request_description;
225
226/// Types for the `UpdatePullRequestStatus` operation.
227pub mod update_pull_request_status;
228
229/// Types for the `UpdatePullRequestTitle` operation.
230pub mod update_pull_request_title;
231
232/// Types for the `UpdateRepositoryDescription` operation.
233pub mod update_repository_description;
234
235/// Types for the `UpdateRepositoryEncryptionKey` operation.
236pub mod update_repository_encryption_key;
237
238/// Types for the `UpdateRepositoryName` operation.
239pub mod update_repository_name;