1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
// 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;