@aws-sdk/client-codecommit 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CodeCommitServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +1879 -4
  5. package/dist-cjs/models/models_1.js +536 -2
  6. package/dist-cjs/protocols/Aws_json1_1.js +2014 -8154
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/CodeCommitServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +1730 -1
  10. package/dist-es/models/models_1.js +494 -1
  11. package/dist-es/protocols/Aws_json1_1.js +3704 -8096
  12. package/dist-types/index.d.ts +1 -0
  13. package/dist-types/models/CodeCommitServiceException.d.ts +10 -0
  14. package/dist-types/models/models_0.d.ts +722 -721
  15. package/dist-types/models/models_1.d.ts +207 -206
  16. package/dist-types/ts3.4/CodeCommit.d.ts +390 -0
  17. package/dist-types/ts3.4/CodeCommitClient.d.ts +150 -0
  18. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/index.d.ts +77 -0
  96. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  97. package/dist-types/ts3.4/index.d.ts +6 -0
  98. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +6 -0
  99. package/dist-types/ts3.4/models/index.d.ts +2 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +2985 -0
  101. package/dist-types/ts3.4/models/models_1.d.ts +993 -0
  102. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +4 -0
  107. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +4 -0
  108. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +4 -0
  109. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  110. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +4 -0
  111. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +4 -0
  112. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +4 -0
  113. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +4 -0
  114. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  121. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  122. package/package.json +33 -33
@@ -0,0 +1,2985 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
+
4
+ export declare class ActorDoesNotExistException extends __BaseException {
5
+ readonly name: "ActorDoesNotExistException";
6
+ readonly $fault: "client";
7
+
8
+ constructor(opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>);
9
+ }
10
+ export declare enum ApprovalState {
11
+ APPROVE = "APPROVE",
12
+ REVOKE = "REVOKE"
13
+ }
14
+
15
+ export interface Approval {
16
+
17
+ userArn?: string;
18
+
19
+ approvalState?: ApprovalState | string;
20
+ }
21
+ export declare namespace Approval {
22
+
23
+ const filterSensitiveLog: (obj: Approval) => any;
24
+ }
25
+
26
+ export interface OriginApprovalRuleTemplate {
27
+
28
+ approvalRuleTemplateId?: string;
29
+
30
+ approvalRuleTemplateName?: string;
31
+ }
32
+ export declare namespace OriginApprovalRuleTemplate {
33
+
34
+ const filterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
35
+ }
36
+
37
+ export interface ApprovalRule {
38
+
39
+ approvalRuleId?: string;
40
+
41
+ approvalRuleName?: string;
42
+
43
+ approvalRuleContent?: string;
44
+
45
+ ruleContentSha256?: string;
46
+
47
+ lastModifiedDate?: Date;
48
+
49
+ creationDate?: Date;
50
+
51
+ lastModifiedUser?: string;
52
+
53
+ originApprovalRuleTemplate?: OriginApprovalRuleTemplate;
54
+ }
55
+ export declare namespace ApprovalRule {
56
+
57
+ const filterSensitiveLog: (obj: ApprovalRule) => any;
58
+ }
59
+
60
+ export declare class ApprovalRuleContentRequiredException extends __BaseException {
61
+ readonly name: "ApprovalRuleContentRequiredException";
62
+ readonly $fault: "client";
63
+
64
+ constructor(opts: __ExceptionOptionType<ApprovalRuleContentRequiredException, __BaseException>);
65
+ }
66
+
67
+ export declare class ApprovalRuleDoesNotExistException extends __BaseException {
68
+ readonly name: "ApprovalRuleDoesNotExistException";
69
+ readonly $fault: "client";
70
+
71
+ constructor(opts: __ExceptionOptionType<ApprovalRuleDoesNotExistException, __BaseException>);
72
+ }
73
+
74
+ export interface ApprovalRuleEventMetadata {
75
+
76
+ approvalRuleName?: string;
77
+
78
+ approvalRuleId?: string;
79
+
80
+ approvalRuleContent?: string;
81
+ }
82
+ export declare namespace ApprovalRuleEventMetadata {
83
+
84
+ const filterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
85
+ }
86
+
87
+ export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
88
+ readonly name: "ApprovalRuleNameAlreadyExistsException";
89
+ readonly $fault: "client";
90
+
91
+ constructor(opts: __ExceptionOptionType<ApprovalRuleNameAlreadyExistsException, __BaseException>);
92
+ }
93
+
94
+ export declare class ApprovalRuleNameRequiredException extends __BaseException {
95
+ readonly name: "ApprovalRuleNameRequiredException";
96
+ readonly $fault: "client";
97
+
98
+ constructor(opts: __ExceptionOptionType<ApprovalRuleNameRequiredException, __BaseException>);
99
+ }
100
+ export declare enum OverrideStatus {
101
+ OVERRIDE = "OVERRIDE",
102
+ REVOKE = "REVOKE"
103
+ }
104
+
105
+ export interface ApprovalRuleOverriddenEventMetadata {
106
+
107
+ revisionId?: string;
108
+
109
+ overrideStatus?: OverrideStatus | string;
110
+ }
111
+ export declare namespace ApprovalRuleOverriddenEventMetadata {
112
+
113
+ const filterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
114
+ }
115
+
116
+ export interface ApprovalRuleTemplate {
117
+
118
+ approvalRuleTemplateId?: string;
119
+
120
+ approvalRuleTemplateName?: string;
121
+
122
+ approvalRuleTemplateDescription?: string;
123
+
124
+ approvalRuleTemplateContent?: string;
125
+
126
+ ruleContentSha256?: string;
127
+
128
+ lastModifiedDate?: Date;
129
+
130
+ creationDate?: Date;
131
+
132
+ lastModifiedUser?: string;
133
+ }
134
+ export declare namespace ApprovalRuleTemplate {
135
+
136
+ const filterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
137
+ }
138
+
139
+ export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
140
+ readonly name: "ApprovalRuleTemplateContentRequiredException";
141
+ readonly $fault: "client";
142
+
143
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateContentRequiredException, __BaseException>);
144
+ }
145
+
146
+ export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
147
+ readonly name: "ApprovalRuleTemplateDoesNotExistException";
148
+ readonly $fault: "client";
149
+
150
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateDoesNotExistException, __BaseException>);
151
+ }
152
+
153
+ export declare class ApprovalRuleTemplateInUseException extends __BaseException {
154
+ readonly name: "ApprovalRuleTemplateInUseException";
155
+ readonly $fault: "client";
156
+
157
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateInUseException, __BaseException>);
158
+ }
159
+
160
+ export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
161
+ readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
162
+ readonly $fault: "client";
163
+
164
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameAlreadyExistsException, __BaseException>);
165
+ }
166
+
167
+ export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
168
+ readonly name: "ApprovalRuleTemplateNameRequiredException";
169
+ readonly $fault: "client";
170
+
171
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameRequiredException, __BaseException>);
172
+ }
173
+
174
+ export interface ApprovalStateChangedEventMetadata {
175
+
176
+ revisionId?: string;
177
+
178
+ approvalStatus?: ApprovalState | string;
179
+ }
180
+ export declare namespace ApprovalStateChangedEventMetadata {
181
+
182
+ const filterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
183
+ }
184
+
185
+ export declare class ApprovalStateRequiredException extends __BaseException {
186
+ readonly name: "ApprovalStateRequiredException";
187
+ readonly $fault: "client";
188
+
189
+ constructor(opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>);
190
+ }
191
+ export interface AssociateApprovalRuleTemplateWithRepositoryInput {
192
+
193
+ approvalRuleTemplateName: string | undefined;
194
+
195
+ repositoryName: string | undefined;
196
+ }
197
+ export declare namespace AssociateApprovalRuleTemplateWithRepositoryInput {
198
+
199
+ const filterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
200
+ }
201
+
202
+ export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
203
+ readonly name: "EncryptionIntegrityChecksFailedException";
204
+ readonly $fault: "server";
205
+
206
+ constructor(opts: __ExceptionOptionType<EncryptionIntegrityChecksFailedException, __BaseException>);
207
+ }
208
+
209
+ export declare class EncryptionKeyAccessDeniedException extends __BaseException {
210
+ readonly name: "EncryptionKeyAccessDeniedException";
211
+ readonly $fault: "client";
212
+
213
+ constructor(opts: __ExceptionOptionType<EncryptionKeyAccessDeniedException, __BaseException>);
214
+ }
215
+
216
+ export declare class EncryptionKeyDisabledException extends __BaseException {
217
+ readonly name: "EncryptionKeyDisabledException";
218
+ readonly $fault: "client";
219
+
220
+ constructor(opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>);
221
+ }
222
+
223
+ export declare class EncryptionKeyNotFoundException extends __BaseException {
224
+ readonly name: "EncryptionKeyNotFoundException";
225
+ readonly $fault: "client";
226
+
227
+ constructor(opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>);
228
+ }
229
+
230
+ export declare class EncryptionKeyUnavailableException extends __BaseException {
231
+ readonly name: "EncryptionKeyUnavailableException";
232
+ readonly $fault: "client";
233
+
234
+ constructor(opts: __ExceptionOptionType<EncryptionKeyUnavailableException, __BaseException>);
235
+ }
236
+
237
+ export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
238
+ readonly name: "InvalidApprovalRuleTemplateNameException";
239
+ readonly $fault: "client";
240
+
241
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateNameException, __BaseException>);
242
+ }
243
+
244
+ export declare class InvalidRepositoryNameException extends __BaseException {
245
+ readonly name: "InvalidRepositoryNameException";
246
+ readonly $fault: "client";
247
+
248
+ constructor(opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>);
249
+ }
250
+
251
+ export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
252
+ readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
253
+ readonly $fault: "client";
254
+
255
+ constructor(opts: __ExceptionOptionType<MaximumRuleTemplatesAssociatedWithRepositoryException, __BaseException>);
256
+ }
257
+
258
+ export declare class RepositoryDoesNotExistException extends __BaseException {
259
+ readonly name: "RepositoryDoesNotExistException";
260
+ readonly $fault: "client";
261
+
262
+ constructor(opts: __ExceptionOptionType<RepositoryDoesNotExistException, __BaseException>);
263
+ }
264
+
265
+ export declare class RepositoryNameRequiredException extends __BaseException {
266
+ readonly name: "RepositoryNameRequiredException";
267
+ readonly $fault: "client";
268
+
269
+ constructor(opts: __ExceptionOptionType<RepositoryNameRequiredException, __BaseException>);
270
+ }
271
+
272
+ export declare class AuthorDoesNotExistException extends __BaseException {
273
+ readonly name: "AuthorDoesNotExistException";
274
+ readonly $fault: "client";
275
+
276
+ constructor(opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>);
277
+ }
278
+ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
279
+
280
+ approvalRuleTemplateName: string | undefined;
281
+
282
+ repositoryNames: string[] | undefined;
283
+ }
284
+ export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
285
+
286
+ const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
287
+ }
288
+
289
+ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesError {
290
+
291
+ repositoryName?: string;
292
+
293
+ errorCode?: string;
294
+
295
+ errorMessage?: string;
296
+ }
297
+ export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesError {
298
+
299
+ const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
300
+ }
301
+ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
302
+
303
+ associatedRepositoryNames: string[] | undefined;
304
+
305
+ errors: BatchAssociateApprovalRuleTemplateWithRepositoriesError[] | undefined;
306
+ }
307
+ export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
308
+
309
+ const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
310
+ }
311
+
312
+ export declare class MaximumRepositoryNamesExceededException extends __BaseException {
313
+ readonly name: "MaximumRepositoryNamesExceededException";
314
+ readonly $fault: "client";
315
+
316
+ constructor(opts: __ExceptionOptionType<MaximumRepositoryNamesExceededException, __BaseException>);
317
+ }
318
+
319
+ export declare class RepositoryNamesRequiredException extends __BaseException {
320
+ readonly name: "RepositoryNamesRequiredException";
321
+ readonly $fault: "client";
322
+
323
+ constructor(opts: __ExceptionOptionType<RepositoryNamesRequiredException, __BaseException>);
324
+ }
325
+ export declare enum ConflictDetailLevelTypeEnum {
326
+ FILE_LEVEL = "FILE_LEVEL",
327
+ LINE_LEVEL = "LINE_LEVEL"
328
+ }
329
+ export declare enum ConflictResolutionStrategyTypeEnum {
330
+ ACCEPT_DESTINATION = "ACCEPT_DESTINATION",
331
+ ACCEPT_SOURCE = "ACCEPT_SOURCE",
332
+ AUTOMERGE = "AUTOMERGE",
333
+ NONE = "NONE"
334
+ }
335
+ export declare enum MergeOptionTypeEnum {
336
+ FAST_FORWARD_MERGE = "FAST_FORWARD_MERGE",
337
+ SQUASH_MERGE = "SQUASH_MERGE",
338
+ THREE_WAY_MERGE = "THREE_WAY_MERGE"
339
+ }
340
+ export interface BatchDescribeMergeConflictsInput {
341
+
342
+ repositoryName: string | undefined;
343
+
344
+ destinationCommitSpecifier: string | undefined;
345
+
346
+ sourceCommitSpecifier: string | undefined;
347
+
348
+ mergeOption: MergeOptionTypeEnum | string | undefined;
349
+
350
+ maxMergeHunks?: number;
351
+
352
+ maxConflictFiles?: number;
353
+
354
+ filePaths?: string[];
355
+
356
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
357
+
358
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
359
+
360
+ nextToken?: string;
361
+ }
362
+ export declare namespace BatchDescribeMergeConflictsInput {
363
+
364
+ const filterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
365
+ }
366
+ export declare enum FileModeTypeEnum {
367
+ EXECUTABLE = "EXECUTABLE",
368
+ NORMAL = "NORMAL",
369
+ SYMLINK = "SYMLINK"
370
+ }
371
+
372
+ export interface FileModes {
373
+
374
+ source?: FileModeTypeEnum | string;
375
+
376
+ destination?: FileModeTypeEnum | string;
377
+
378
+ base?: FileModeTypeEnum | string;
379
+ }
380
+ export declare namespace FileModes {
381
+
382
+ const filterSensitiveLog: (obj: FileModes) => any;
383
+ }
384
+
385
+ export interface FileSizes {
386
+
387
+ source?: number;
388
+
389
+ destination?: number;
390
+
391
+ base?: number;
392
+ }
393
+ export declare namespace FileSizes {
394
+
395
+ const filterSensitiveLog: (obj: FileSizes) => any;
396
+ }
397
+
398
+ export interface IsBinaryFile {
399
+
400
+ source?: boolean;
401
+
402
+ destination?: boolean;
403
+
404
+ base?: boolean;
405
+ }
406
+ export declare namespace IsBinaryFile {
407
+
408
+ const filterSensitiveLog: (obj: IsBinaryFile) => any;
409
+ }
410
+ export declare enum ChangeTypeEnum {
411
+ ADDED = "A",
412
+ DELETED = "D",
413
+ MODIFIED = "M"
414
+ }
415
+
416
+ export interface MergeOperations {
417
+
418
+ source?: ChangeTypeEnum | string;
419
+
420
+ destination?: ChangeTypeEnum | string;
421
+ }
422
+ export declare namespace MergeOperations {
423
+
424
+ const filterSensitiveLog: (obj: MergeOperations) => any;
425
+ }
426
+ export declare enum ObjectTypeEnum {
427
+ DIRECTORY = "DIRECTORY",
428
+ FILE = "FILE",
429
+ GIT_LINK = "GIT_LINK",
430
+ SYMBOLIC_LINK = "SYMBOLIC_LINK"
431
+ }
432
+
433
+ export interface ObjectTypes {
434
+
435
+ source?: ObjectTypeEnum | string;
436
+
437
+ destination?: ObjectTypeEnum | string;
438
+
439
+ base?: ObjectTypeEnum | string;
440
+ }
441
+ export declare namespace ObjectTypes {
442
+
443
+ const filterSensitiveLog: (obj: ObjectTypes) => any;
444
+ }
445
+
446
+ export interface ConflictMetadata {
447
+
448
+ filePath?: string;
449
+
450
+ fileSizes?: FileSizes;
451
+
452
+ fileModes?: FileModes;
453
+
454
+ objectTypes?: ObjectTypes;
455
+
456
+ numberOfConflicts?: number;
457
+
458
+ isBinaryFile?: IsBinaryFile;
459
+
460
+ contentConflict?: boolean;
461
+
462
+ fileModeConflict?: boolean;
463
+
464
+ objectTypeConflict?: boolean;
465
+
466
+ mergeOperations?: MergeOperations;
467
+ }
468
+ export declare namespace ConflictMetadata {
469
+
470
+ const filterSensitiveLog: (obj: ConflictMetadata) => any;
471
+ }
472
+
473
+ export interface MergeHunkDetail {
474
+
475
+ startLine?: number;
476
+
477
+ endLine?: number;
478
+
479
+ hunkContent?: string;
480
+ }
481
+ export declare namespace MergeHunkDetail {
482
+
483
+ const filterSensitiveLog: (obj: MergeHunkDetail) => any;
484
+ }
485
+
486
+ export interface MergeHunk {
487
+
488
+ isConflict?: boolean;
489
+
490
+ source?: MergeHunkDetail;
491
+
492
+ destination?: MergeHunkDetail;
493
+
494
+ base?: MergeHunkDetail;
495
+ }
496
+ export declare namespace MergeHunk {
497
+
498
+ const filterSensitiveLog: (obj: MergeHunk) => any;
499
+ }
500
+
501
+ export interface Conflict {
502
+
503
+ conflictMetadata?: ConflictMetadata;
504
+
505
+ mergeHunks?: MergeHunk[];
506
+ }
507
+ export declare namespace Conflict {
508
+
509
+ const filterSensitiveLog: (obj: Conflict) => any;
510
+ }
511
+
512
+ export interface BatchDescribeMergeConflictsError {
513
+
514
+ filePath: string | undefined;
515
+
516
+ exceptionName: string | undefined;
517
+
518
+ message: string | undefined;
519
+ }
520
+ export declare namespace BatchDescribeMergeConflictsError {
521
+
522
+ const filterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
523
+ }
524
+ export interface BatchDescribeMergeConflictsOutput {
525
+
526
+ conflicts: Conflict[] | undefined;
527
+
528
+ nextToken?: string;
529
+
530
+ errors?: BatchDescribeMergeConflictsError[];
531
+
532
+ destinationCommitId: string | undefined;
533
+
534
+ sourceCommitId: string | undefined;
535
+
536
+ baseCommitId?: string;
537
+ }
538
+ export declare namespace BatchDescribeMergeConflictsOutput {
539
+
540
+ const filterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
541
+ }
542
+
543
+ export declare class CommitDoesNotExistException extends __BaseException {
544
+ readonly name: "CommitDoesNotExistException";
545
+ readonly $fault: "client";
546
+
547
+ constructor(opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>);
548
+ }
549
+
550
+ export declare class CommitRequiredException extends __BaseException {
551
+ readonly name: "CommitRequiredException";
552
+ readonly $fault: "client";
553
+
554
+ constructor(opts: __ExceptionOptionType<CommitRequiredException, __BaseException>);
555
+ }
556
+
557
+ export declare class InvalidCommitException extends __BaseException {
558
+ readonly name: "InvalidCommitException";
559
+ readonly $fault: "client";
560
+
561
+ constructor(opts: __ExceptionOptionType<InvalidCommitException, __BaseException>);
562
+ }
563
+
564
+ export declare class InvalidConflictDetailLevelException extends __BaseException {
565
+ readonly name: "InvalidConflictDetailLevelException";
566
+ readonly $fault: "client";
567
+
568
+ constructor(opts: __ExceptionOptionType<InvalidConflictDetailLevelException, __BaseException>);
569
+ }
570
+
571
+ export declare class InvalidConflictResolutionStrategyException extends __BaseException {
572
+ readonly name: "InvalidConflictResolutionStrategyException";
573
+ readonly $fault: "client";
574
+
575
+ constructor(opts: __ExceptionOptionType<InvalidConflictResolutionStrategyException, __BaseException>);
576
+ }
577
+
578
+ export declare class InvalidContinuationTokenException extends __BaseException {
579
+ readonly name: "InvalidContinuationTokenException";
580
+ readonly $fault: "client";
581
+
582
+ constructor(opts: __ExceptionOptionType<InvalidContinuationTokenException, __BaseException>);
583
+ }
584
+
585
+ export declare class InvalidMaxConflictFilesException extends __BaseException {
586
+ readonly name: "InvalidMaxConflictFilesException";
587
+ readonly $fault: "client";
588
+
589
+ constructor(opts: __ExceptionOptionType<InvalidMaxConflictFilesException, __BaseException>);
590
+ }
591
+
592
+ export declare class InvalidMaxMergeHunksException extends __BaseException {
593
+ readonly name: "InvalidMaxMergeHunksException";
594
+ readonly $fault: "client";
595
+
596
+ constructor(opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>);
597
+ }
598
+
599
+ export declare class InvalidMergeOptionException extends __BaseException {
600
+ readonly name: "InvalidMergeOptionException";
601
+ readonly $fault: "client";
602
+
603
+ constructor(opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>);
604
+ }
605
+
606
+ export declare class MaximumFileContentToLoadExceededException extends __BaseException {
607
+ readonly name: "MaximumFileContentToLoadExceededException";
608
+ readonly $fault: "client";
609
+
610
+ constructor(opts: __ExceptionOptionType<MaximumFileContentToLoadExceededException, __BaseException>);
611
+ }
612
+
613
+ export declare class MaximumItemsToCompareExceededException extends __BaseException {
614
+ readonly name: "MaximumItemsToCompareExceededException";
615
+ readonly $fault: "client";
616
+
617
+ constructor(opts: __ExceptionOptionType<MaximumItemsToCompareExceededException, __BaseException>);
618
+ }
619
+
620
+ export declare class MergeOptionRequiredException extends __BaseException {
621
+ readonly name: "MergeOptionRequiredException";
622
+ readonly $fault: "client";
623
+
624
+ constructor(opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>);
625
+ }
626
+
627
+ export declare class TipsDivergenceExceededException extends __BaseException {
628
+ readonly name: "TipsDivergenceExceededException";
629
+ readonly $fault: "client";
630
+
631
+ constructor(opts: __ExceptionOptionType<TipsDivergenceExceededException, __BaseException>);
632
+ }
633
+ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
634
+
635
+ approvalRuleTemplateName: string | undefined;
636
+
637
+ repositoryNames: string[] | undefined;
638
+ }
639
+ export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
640
+
641
+ const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
642
+ }
643
+
644
+ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
645
+
646
+ repositoryName?: string;
647
+
648
+ errorCode?: string;
649
+
650
+ errorMessage?: string;
651
+ }
652
+ export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
653
+
654
+ const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
655
+ }
656
+ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
657
+
658
+ disassociatedRepositoryNames: string[] | undefined;
659
+
660
+ errors: BatchDisassociateApprovalRuleTemplateFromRepositoriesError[] | undefined;
661
+ }
662
+ export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
663
+
664
+ const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
665
+ }
666
+ export interface BatchGetCommitsInput {
667
+
668
+ commitIds: string[] | undefined;
669
+
670
+ repositoryName: string | undefined;
671
+ }
672
+ export declare namespace BatchGetCommitsInput {
673
+
674
+ const filterSensitiveLog: (obj: BatchGetCommitsInput) => any;
675
+ }
676
+
677
+ export interface UserInfo {
678
+
679
+ name?: string;
680
+
681
+ email?: string;
682
+
683
+ date?: string;
684
+ }
685
+ export declare namespace UserInfo {
686
+
687
+ const filterSensitiveLog: (obj: UserInfo) => any;
688
+ }
689
+
690
+ export interface Commit {
691
+
692
+ commitId?: string;
693
+
694
+ treeId?: string;
695
+
696
+ parents?: string[];
697
+
698
+ message?: string;
699
+
700
+ author?: UserInfo;
701
+
702
+ committer?: UserInfo;
703
+
704
+ additionalData?: string;
705
+ }
706
+ export declare namespace Commit {
707
+
708
+ const filterSensitiveLog: (obj: Commit) => any;
709
+ }
710
+
711
+ export interface BatchGetCommitsError {
712
+
713
+ commitId?: string;
714
+
715
+ errorCode?: string;
716
+
717
+ errorMessage?: string;
718
+ }
719
+ export declare namespace BatchGetCommitsError {
720
+
721
+ const filterSensitiveLog: (obj: BatchGetCommitsError) => any;
722
+ }
723
+ export interface BatchGetCommitsOutput {
724
+
725
+ commits?: Commit[];
726
+
727
+ errors?: BatchGetCommitsError[];
728
+ }
729
+ export declare namespace BatchGetCommitsOutput {
730
+
731
+ const filterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
732
+ }
733
+
734
+ export declare class CommitIdsLimitExceededException extends __BaseException {
735
+ readonly name: "CommitIdsLimitExceededException";
736
+ readonly $fault: "client";
737
+
738
+ constructor(opts: __ExceptionOptionType<CommitIdsLimitExceededException, __BaseException>);
739
+ }
740
+
741
+ export declare class CommitIdsListRequiredException extends __BaseException {
742
+ readonly name: "CommitIdsListRequiredException";
743
+ readonly $fault: "client";
744
+
745
+ constructor(opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>);
746
+ }
747
+
748
+ export interface BatchGetRepositoriesInput {
749
+
750
+ repositoryNames: string[] | undefined;
751
+ }
752
+ export declare namespace BatchGetRepositoriesInput {
753
+
754
+ const filterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
755
+ }
756
+
757
+ export interface RepositoryMetadata {
758
+
759
+ accountId?: string;
760
+
761
+ repositoryId?: string;
762
+
763
+ repositoryName?: string;
764
+
765
+ repositoryDescription?: string;
766
+
767
+ defaultBranch?: string;
768
+
769
+ lastModifiedDate?: Date;
770
+
771
+ creationDate?: Date;
772
+
773
+ cloneUrlHttp?: string;
774
+
775
+ cloneUrlSsh?: string;
776
+
777
+ Arn?: string;
778
+ }
779
+ export declare namespace RepositoryMetadata {
780
+
781
+ const filterSensitiveLog: (obj: RepositoryMetadata) => any;
782
+ }
783
+
784
+ export interface BatchGetRepositoriesOutput {
785
+
786
+ repositories?: RepositoryMetadata[];
787
+
788
+ repositoriesNotFound?: string[];
789
+ }
790
+ export declare namespace BatchGetRepositoriesOutput {
791
+
792
+ const filterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
793
+ }
794
+
795
+ export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
796
+ readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
797
+ readonly $fault: "client";
798
+
799
+ constructor(opts: __ExceptionOptionType<BeforeCommitIdAndAfterCommitIdAreSameException, __BaseException>);
800
+ }
801
+
802
+ export declare class BlobIdDoesNotExistException extends __BaseException {
803
+ readonly name: "BlobIdDoesNotExistException";
804
+ readonly $fault: "client";
805
+
806
+ constructor(opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>);
807
+ }
808
+
809
+ export declare class BlobIdRequiredException extends __BaseException {
810
+ readonly name: "BlobIdRequiredException";
811
+ readonly $fault: "client";
812
+
813
+ constructor(opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>);
814
+ }
815
+
816
+ export interface BlobMetadata {
817
+
818
+ blobId?: string;
819
+
820
+ path?: string;
821
+
822
+ mode?: string;
823
+ }
824
+ export declare namespace BlobMetadata {
825
+
826
+ const filterSensitiveLog: (obj: BlobMetadata) => any;
827
+ }
828
+
829
+ export declare class BranchDoesNotExistException extends __BaseException {
830
+ readonly name: "BranchDoesNotExistException";
831
+ readonly $fault: "client";
832
+
833
+ constructor(opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>);
834
+ }
835
+
836
+ export interface BranchInfo {
837
+
838
+ branchName?: string;
839
+
840
+ commitId?: string;
841
+ }
842
+ export declare namespace BranchInfo {
843
+
844
+ const filterSensitiveLog: (obj: BranchInfo) => any;
845
+ }
846
+
847
+ export declare class BranchNameExistsException extends __BaseException {
848
+ readonly name: "BranchNameExistsException";
849
+ readonly $fault: "client";
850
+
851
+ constructor(opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>);
852
+ }
853
+
854
+ export declare class BranchNameIsTagNameException extends __BaseException {
855
+ readonly name: "BranchNameIsTagNameException";
856
+ readonly $fault: "client";
857
+
858
+ constructor(opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>);
859
+ }
860
+
861
+ export declare class BranchNameRequiredException extends __BaseException {
862
+ readonly name: "BranchNameRequiredException";
863
+ readonly $fault: "client";
864
+
865
+ constructor(opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>);
866
+ }
867
+
868
+ export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
869
+ readonly name: "CannotDeleteApprovalRuleFromTemplateException";
870
+ readonly $fault: "client";
871
+
872
+ constructor(opts: __ExceptionOptionType<CannotDeleteApprovalRuleFromTemplateException, __BaseException>);
873
+ }
874
+
875
+ export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
876
+ readonly name: "CannotModifyApprovalRuleFromTemplateException";
877
+ readonly $fault: "client";
878
+
879
+ constructor(opts: __ExceptionOptionType<CannotModifyApprovalRuleFromTemplateException, __BaseException>);
880
+ }
881
+
882
+ export declare class ClientRequestTokenRequiredException extends __BaseException {
883
+ readonly name: "ClientRequestTokenRequiredException";
884
+ readonly $fault: "client";
885
+
886
+ constructor(opts: __ExceptionOptionType<ClientRequestTokenRequiredException, __BaseException>);
887
+ }
888
+ export interface CreateApprovalRuleTemplateInput {
889
+
890
+ approvalRuleTemplateName: string | undefined;
891
+
892
+ approvalRuleTemplateContent: string | undefined;
893
+
894
+ approvalRuleTemplateDescription?: string;
895
+ }
896
+ export declare namespace CreateApprovalRuleTemplateInput {
897
+
898
+ const filterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
899
+ }
900
+ export interface CreateApprovalRuleTemplateOutput {
901
+
902
+ approvalRuleTemplate: ApprovalRuleTemplate | undefined;
903
+ }
904
+ export declare namespace CreateApprovalRuleTemplateOutput {
905
+
906
+ const filterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
907
+ }
908
+
909
+ export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
910
+ readonly name: "InvalidApprovalRuleTemplateContentException";
911
+ readonly $fault: "client";
912
+
913
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateContentException, __BaseException>);
914
+ }
915
+
916
+ export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
917
+ readonly name: "InvalidApprovalRuleTemplateDescriptionException";
918
+ readonly $fault: "client";
919
+
920
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateDescriptionException, __BaseException>);
921
+ }
922
+
923
+ export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
924
+ readonly name: "NumberOfRuleTemplatesExceededException";
925
+ readonly $fault: "client";
926
+
927
+ constructor(opts: __ExceptionOptionType<NumberOfRuleTemplatesExceededException, __BaseException>);
928
+ }
929
+
930
+ export declare class CommitIdRequiredException extends __BaseException {
931
+ readonly name: "CommitIdRequiredException";
932
+ readonly $fault: "client";
933
+
934
+ constructor(opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>);
935
+ }
936
+
937
+ export interface CreateBranchInput {
938
+
939
+ repositoryName: string | undefined;
940
+
941
+ branchName: string | undefined;
942
+
943
+ commitId: string | undefined;
944
+ }
945
+ export declare namespace CreateBranchInput {
946
+
947
+ const filterSensitiveLog: (obj: CreateBranchInput) => any;
948
+ }
949
+
950
+ export declare class InvalidBranchNameException extends __BaseException {
951
+ readonly name: "InvalidBranchNameException";
952
+ readonly $fault: "client";
953
+
954
+ constructor(opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>);
955
+ }
956
+
957
+ export declare class InvalidCommitIdException extends __BaseException {
958
+ readonly name: "InvalidCommitIdException";
959
+ readonly $fault: "client";
960
+
961
+ constructor(opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>);
962
+ }
963
+
964
+ export declare class CommitMessageLengthExceededException extends __BaseException {
965
+ readonly name: "CommitMessageLengthExceededException";
966
+ readonly $fault: "client";
967
+
968
+ constructor(opts: __ExceptionOptionType<CommitMessageLengthExceededException, __BaseException>);
969
+ }
970
+
971
+ export interface DeleteFileEntry {
972
+
973
+ filePath: string | undefined;
974
+ }
975
+ export declare namespace DeleteFileEntry {
976
+
977
+ const filterSensitiveLog: (obj: DeleteFileEntry) => any;
978
+ }
979
+
980
+ export interface SourceFileSpecifier {
981
+
982
+ filePath: string | undefined;
983
+
984
+ isMove?: boolean;
985
+ }
986
+ export declare namespace SourceFileSpecifier {
987
+
988
+ const filterSensitiveLog: (obj: SourceFileSpecifier) => any;
989
+ }
990
+
991
+ export interface PutFileEntry {
992
+
993
+ filePath: string | undefined;
994
+
995
+ fileMode?: FileModeTypeEnum | string;
996
+
997
+ fileContent?: Uint8Array;
998
+
999
+ sourceFile?: SourceFileSpecifier;
1000
+ }
1001
+ export declare namespace PutFileEntry {
1002
+
1003
+ const filterSensitiveLog: (obj: PutFileEntry) => any;
1004
+ }
1005
+
1006
+ export interface SetFileModeEntry {
1007
+
1008
+ filePath: string | undefined;
1009
+
1010
+ fileMode: FileModeTypeEnum | string | undefined;
1011
+ }
1012
+ export declare namespace SetFileModeEntry {
1013
+
1014
+ const filterSensitiveLog: (obj: SetFileModeEntry) => any;
1015
+ }
1016
+ export interface CreateCommitInput {
1017
+
1018
+ repositoryName: string | undefined;
1019
+
1020
+ branchName: string | undefined;
1021
+
1022
+ parentCommitId?: string;
1023
+
1024
+ authorName?: string;
1025
+
1026
+ email?: string;
1027
+
1028
+ commitMessage?: string;
1029
+
1030
+ keepEmptyFolders?: boolean;
1031
+
1032
+ putFiles?: PutFileEntry[];
1033
+
1034
+ deleteFiles?: DeleteFileEntry[];
1035
+
1036
+ setFileModes?: SetFileModeEntry[];
1037
+ }
1038
+ export declare namespace CreateCommitInput {
1039
+
1040
+ const filterSensitiveLog: (obj: CreateCommitInput) => any;
1041
+ }
1042
+
1043
+ export interface FileMetadata {
1044
+
1045
+ absolutePath?: string;
1046
+
1047
+ blobId?: string;
1048
+
1049
+ fileMode?: FileModeTypeEnum | string;
1050
+ }
1051
+ export declare namespace FileMetadata {
1052
+
1053
+ const filterSensitiveLog: (obj: FileMetadata) => any;
1054
+ }
1055
+ export interface CreateCommitOutput {
1056
+
1057
+ commitId?: string;
1058
+
1059
+ treeId?: string;
1060
+
1061
+ filesAdded?: FileMetadata[];
1062
+
1063
+ filesUpdated?: FileMetadata[];
1064
+
1065
+ filesDeleted?: FileMetadata[];
1066
+ }
1067
+ export declare namespace CreateCommitOutput {
1068
+
1069
+ const filterSensitiveLog: (obj: CreateCommitOutput) => any;
1070
+ }
1071
+
1072
+ export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
1073
+ readonly name: "DirectoryNameConflictsWithFileNameException";
1074
+ readonly $fault: "client";
1075
+
1076
+ constructor(opts: __ExceptionOptionType<DirectoryNameConflictsWithFileNameException, __BaseException>);
1077
+ }
1078
+
1079
+ export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
1080
+ readonly name: "FileContentAndSourceFileSpecifiedException";
1081
+ readonly $fault: "client";
1082
+
1083
+ constructor(opts: __ExceptionOptionType<FileContentAndSourceFileSpecifiedException, __BaseException>);
1084
+ }
1085
+
1086
+ export declare class FileContentSizeLimitExceededException extends __BaseException {
1087
+ readonly name: "FileContentSizeLimitExceededException";
1088
+ readonly $fault: "client";
1089
+
1090
+ constructor(opts: __ExceptionOptionType<FileContentSizeLimitExceededException, __BaseException>);
1091
+ }
1092
+
1093
+ export declare class FileDoesNotExistException extends __BaseException {
1094
+ readonly name: "FileDoesNotExistException";
1095
+ readonly $fault: "client";
1096
+
1097
+ constructor(opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>);
1098
+ }
1099
+
1100
+ export declare class FileEntryRequiredException extends __BaseException {
1101
+ readonly name: "FileEntryRequiredException";
1102
+ readonly $fault: "client";
1103
+
1104
+ constructor(opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>);
1105
+ }
1106
+
1107
+ export declare class FileModeRequiredException extends __BaseException {
1108
+ readonly name: "FileModeRequiredException";
1109
+ readonly $fault: "client";
1110
+
1111
+ constructor(opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>);
1112
+ }
1113
+
1114
+ export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
1115
+ readonly name: "FileNameConflictsWithDirectoryNameException";
1116
+ readonly $fault: "client";
1117
+
1118
+ constructor(opts: __ExceptionOptionType<FileNameConflictsWithDirectoryNameException, __BaseException>);
1119
+ }
1120
+
1121
+ export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
1122
+ readonly name: "FilePathConflictsWithSubmodulePathException";
1123
+ readonly $fault: "client";
1124
+
1125
+ constructor(opts: __ExceptionOptionType<FilePathConflictsWithSubmodulePathException, __BaseException>);
1126
+ }
1127
+
1128
+ export declare class FolderContentSizeLimitExceededException extends __BaseException {
1129
+ readonly name: "FolderContentSizeLimitExceededException";
1130
+ readonly $fault: "client";
1131
+
1132
+ constructor(opts: __ExceptionOptionType<FolderContentSizeLimitExceededException, __BaseException>);
1133
+ }
1134
+
1135
+ export declare class InvalidDeletionParameterException extends __BaseException {
1136
+ readonly name: "InvalidDeletionParameterException";
1137
+ readonly $fault: "client";
1138
+
1139
+ constructor(opts: __ExceptionOptionType<InvalidDeletionParameterException, __BaseException>);
1140
+ }
1141
+
1142
+ export declare class InvalidEmailException extends __BaseException {
1143
+ readonly name: "InvalidEmailException";
1144
+ readonly $fault: "client";
1145
+
1146
+ constructor(opts: __ExceptionOptionType<InvalidEmailException, __BaseException>);
1147
+ }
1148
+
1149
+ export declare class InvalidFileModeException extends __BaseException {
1150
+ readonly name: "InvalidFileModeException";
1151
+ readonly $fault: "client";
1152
+
1153
+ constructor(opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>);
1154
+ }
1155
+
1156
+ export declare class InvalidParentCommitIdException extends __BaseException {
1157
+ readonly name: "InvalidParentCommitIdException";
1158
+ readonly $fault: "client";
1159
+
1160
+ constructor(opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>);
1161
+ }
1162
+
1163
+ export declare class InvalidPathException extends __BaseException {
1164
+ readonly name: "InvalidPathException";
1165
+ readonly $fault: "client";
1166
+
1167
+ constructor(opts: __ExceptionOptionType<InvalidPathException, __BaseException>);
1168
+ }
1169
+
1170
+ export declare class MaximumFileEntriesExceededException extends __BaseException {
1171
+ readonly name: "MaximumFileEntriesExceededException";
1172
+ readonly $fault: "client";
1173
+
1174
+ constructor(opts: __ExceptionOptionType<MaximumFileEntriesExceededException, __BaseException>);
1175
+ }
1176
+
1177
+ export declare class NameLengthExceededException extends __BaseException {
1178
+ readonly name: "NameLengthExceededException";
1179
+ readonly $fault: "client";
1180
+
1181
+ constructor(opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>);
1182
+ }
1183
+
1184
+ export declare class NoChangeException extends __BaseException {
1185
+ readonly name: "NoChangeException";
1186
+ readonly $fault: "client";
1187
+
1188
+ constructor(opts: __ExceptionOptionType<NoChangeException, __BaseException>);
1189
+ }
1190
+
1191
+ export declare class ParentCommitDoesNotExistException extends __BaseException {
1192
+ readonly name: "ParentCommitDoesNotExistException";
1193
+ readonly $fault: "client";
1194
+
1195
+ constructor(opts: __ExceptionOptionType<ParentCommitDoesNotExistException, __BaseException>);
1196
+ }
1197
+
1198
+ export declare class ParentCommitIdOutdatedException extends __BaseException {
1199
+ readonly name: "ParentCommitIdOutdatedException";
1200
+ readonly $fault: "client";
1201
+
1202
+ constructor(opts: __ExceptionOptionType<ParentCommitIdOutdatedException, __BaseException>);
1203
+ }
1204
+
1205
+ export declare class ParentCommitIdRequiredException extends __BaseException {
1206
+ readonly name: "ParentCommitIdRequiredException";
1207
+ readonly $fault: "client";
1208
+
1209
+ constructor(opts: __ExceptionOptionType<ParentCommitIdRequiredException, __BaseException>);
1210
+ }
1211
+
1212
+ export declare class PathRequiredException extends __BaseException {
1213
+ readonly name: "PathRequiredException";
1214
+ readonly $fault: "client";
1215
+
1216
+ constructor(opts: __ExceptionOptionType<PathRequiredException, __BaseException>);
1217
+ }
1218
+
1219
+ export declare class PutFileEntryConflictException extends __BaseException {
1220
+ readonly name: "PutFileEntryConflictException";
1221
+ readonly $fault: "client";
1222
+
1223
+ constructor(opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>);
1224
+ }
1225
+
1226
+ export declare class RestrictedSourceFileException extends __BaseException {
1227
+ readonly name: "RestrictedSourceFileException";
1228
+ readonly $fault: "client";
1229
+
1230
+ constructor(opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>);
1231
+ }
1232
+
1233
+ export declare class SamePathRequestException extends __BaseException {
1234
+ readonly name: "SamePathRequestException";
1235
+ readonly $fault: "client";
1236
+
1237
+ constructor(opts: __ExceptionOptionType<SamePathRequestException, __BaseException>);
1238
+ }
1239
+
1240
+ export declare class SourceFileOrContentRequiredException extends __BaseException {
1241
+ readonly name: "SourceFileOrContentRequiredException";
1242
+ readonly $fault: "client";
1243
+
1244
+ constructor(opts: __ExceptionOptionType<SourceFileOrContentRequiredException, __BaseException>);
1245
+ }
1246
+
1247
+ export interface Target {
1248
+
1249
+ repositoryName: string | undefined;
1250
+
1251
+ sourceReference: string | undefined;
1252
+
1253
+ destinationReference?: string;
1254
+ }
1255
+ export declare namespace Target {
1256
+
1257
+ const filterSensitiveLog: (obj: Target) => any;
1258
+ }
1259
+ export interface CreatePullRequestInput {
1260
+
1261
+ title: string | undefined;
1262
+
1263
+ description?: string;
1264
+
1265
+ targets: Target[] | undefined;
1266
+
1267
+ clientRequestToken?: string;
1268
+ }
1269
+ export declare namespace CreatePullRequestInput {
1270
+
1271
+ const filterSensitiveLog: (obj: CreatePullRequestInput) => any;
1272
+ }
1273
+ export declare enum PullRequestStatusEnum {
1274
+ CLOSED = "CLOSED",
1275
+ OPEN = "OPEN"
1276
+ }
1277
+
1278
+ export interface MergeMetadata {
1279
+
1280
+ isMerged?: boolean;
1281
+
1282
+ mergedBy?: string;
1283
+
1284
+ mergeCommitId?: string;
1285
+
1286
+ mergeOption?: MergeOptionTypeEnum | string;
1287
+ }
1288
+ export declare namespace MergeMetadata {
1289
+
1290
+ const filterSensitiveLog: (obj: MergeMetadata) => any;
1291
+ }
1292
+
1293
+ export interface PullRequestTarget {
1294
+
1295
+ repositoryName?: string;
1296
+
1297
+ sourceReference?: string;
1298
+
1299
+ destinationReference?: string;
1300
+
1301
+ destinationCommit?: string;
1302
+
1303
+ sourceCommit?: string;
1304
+
1305
+ mergeBase?: string;
1306
+
1307
+ mergeMetadata?: MergeMetadata;
1308
+ }
1309
+ export declare namespace PullRequestTarget {
1310
+
1311
+ const filterSensitiveLog: (obj: PullRequestTarget) => any;
1312
+ }
1313
+
1314
+ export interface PullRequest {
1315
+
1316
+ pullRequestId?: string;
1317
+
1318
+ title?: string;
1319
+
1320
+ description?: string;
1321
+
1322
+ lastActivityDate?: Date;
1323
+
1324
+ creationDate?: Date;
1325
+
1326
+ pullRequestStatus?: PullRequestStatusEnum | string;
1327
+
1328
+ authorArn?: string;
1329
+
1330
+ pullRequestTargets?: PullRequestTarget[];
1331
+
1332
+ clientRequestToken?: string;
1333
+
1334
+ revisionId?: string;
1335
+
1336
+ approvalRules?: ApprovalRule[];
1337
+ }
1338
+ export declare namespace PullRequest {
1339
+
1340
+ const filterSensitiveLog: (obj: PullRequest) => any;
1341
+ }
1342
+ export interface CreatePullRequestOutput {
1343
+
1344
+ pullRequest: PullRequest | undefined;
1345
+ }
1346
+ export declare namespace CreatePullRequestOutput {
1347
+
1348
+ const filterSensitiveLog: (obj: CreatePullRequestOutput) => any;
1349
+ }
1350
+
1351
+ export declare class IdempotencyParameterMismatchException extends __BaseException {
1352
+ readonly name: "IdempotencyParameterMismatchException";
1353
+ readonly $fault: "client";
1354
+
1355
+ constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatchException, __BaseException>);
1356
+ }
1357
+
1358
+ export declare class InvalidClientRequestTokenException extends __BaseException {
1359
+ readonly name: "InvalidClientRequestTokenException";
1360
+ readonly $fault: "client";
1361
+
1362
+ constructor(opts: __ExceptionOptionType<InvalidClientRequestTokenException, __BaseException>);
1363
+ }
1364
+
1365
+ export declare class InvalidDescriptionException extends __BaseException {
1366
+ readonly name: "InvalidDescriptionException";
1367
+ readonly $fault: "client";
1368
+
1369
+ constructor(opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>);
1370
+ }
1371
+
1372
+ export declare class InvalidReferenceNameException extends __BaseException {
1373
+ readonly name: "InvalidReferenceNameException";
1374
+ readonly $fault: "client";
1375
+
1376
+ constructor(opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>);
1377
+ }
1378
+
1379
+ export declare class InvalidTargetException extends __BaseException {
1380
+ readonly name: "InvalidTargetException";
1381
+ readonly $fault: "client";
1382
+
1383
+ constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
1384
+ }
1385
+
1386
+ export declare class InvalidTargetsException extends __BaseException {
1387
+ readonly name: "InvalidTargetsException";
1388
+ readonly $fault: "client";
1389
+
1390
+ constructor(opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>);
1391
+ }
1392
+
1393
+ export declare class InvalidTitleException extends __BaseException {
1394
+ readonly name: "InvalidTitleException";
1395
+ readonly $fault: "client";
1396
+
1397
+ constructor(opts: __ExceptionOptionType<InvalidTitleException, __BaseException>);
1398
+ }
1399
+
1400
+ export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
1401
+ readonly name: "MaximumOpenPullRequestsExceededException";
1402
+ readonly $fault: "client";
1403
+
1404
+ constructor(opts: __ExceptionOptionType<MaximumOpenPullRequestsExceededException, __BaseException>);
1405
+ }
1406
+
1407
+ export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
1408
+ readonly name: "MultipleRepositoriesInPullRequestException";
1409
+ readonly $fault: "client";
1410
+
1411
+ constructor(opts: __ExceptionOptionType<MultipleRepositoriesInPullRequestException, __BaseException>);
1412
+ }
1413
+
1414
+ export declare class ReferenceDoesNotExistException extends __BaseException {
1415
+ readonly name: "ReferenceDoesNotExistException";
1416
+ readonly $fault: "client";
1417
+
1418
+ constructor(opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>);
1419
+ }
1420
+
1421
+ export declare class ReferenceNameRequiredException extends __BaseException {
1422
+ readonly name: "ReferenceNameRequiredException";
1423
+ readonly $fault: "client";
1424
+
1425
+ constructor(opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>);
1426
+ }
1427
+
1428
+ export declare class ReferenceTypeNotSupportedException extends __BaseException {
1429
+ readonly name: "ReferenceTypeNotSupportedException";
1430
+ readonly $fault: "client";
1431
+
1432
+ constructor(opts: __ExceptionOptionType<ReferenceTypeNotSupportedException, __BaseException>);
1433
+ }
1434
+
1435
+ export declare class SourceAndDestinationAreSameException extends __BaseException {
1436
+ readonly name: "SourceAndDestinationAreSameException";
1437
+ readonly $fault: "client";
1438
+
1439
+ constructor(opts: __ExceptionOptionType<SourceAndDestinationAreSameException, __BaseException>);
1440
+ }
1441
+
1442
+ export declare class TargetRequiredException extends __BaseException {
1443
+ readonly name: "TargetRequiredException";
1444
+ readonly $fault: "client";
1445
+
1446
+ constructor(opts: __ExceptionOptionType<TargetRequiredException, __BaseException>);
1447
+ }
1448
+
1449
+ export declare class TargetsRequiredException extends __BaseException {
1450
+ readonly name: "TargetsRequiredException";
1451
+ readonly $fault: "client";
1452
+
1453
+ constructor(opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>);
1454
+ }
1455
+
1456
+ export declare class TitleRequiredException extends __BaseException {
1457
+ readonly name: "TitleRequiredException";
1458
+ readonly $fault: "client";
1459
+
1460
+ constructor(opts: __ExceptionOptionType<TitleRequiredException, __BaseException>);
1461
+ }
1462
+ export interface CreatePullRequestApprovalRuleInput {
1463
+
1464
+ pullRequestId: string | undefined;
1465
+
1466
+ approvalRuleName: string | undefined;
1467
+
1468
+ approvalRuleContent: string | undefined;
1469
+ }
1470
+ export declare namespace CreatePullRequestApprovalRuleInput {
1471
+
1472
+ const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
1473
+ }
1474
+ export interface CreatePullRequestApprovalRuleOutput {
1475
+
1476
+ approvalRule: ApprovalRule | undefined;
1477
+ }
1478
+ export declare namespace CreatePullRequestApprovalRuleOutput {
1479
+
1480
+ const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
1481
+ }
1482
+
1483
+ export declare class InvalidApprovalRuleContentException extends __BaseException {
1484
+ readonly name: "InvalidApprovalRuleContentException";
1485
+ readonly $fault: "client";
1486
+
1487
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleContentException, __BaseException>);
1488
+ }
1489
+
1490
+ export declare class InvalidApprovalRuleNameException extends __BaseException {
1491
+ readonly name: "InvalidApprovalRuleNameException";
1492
+ readonly $fault: "client";
1493
+
1494
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleNameException, __BaseException>);
1495
+ }
1496
+
1497
+ export declare class InvalidPullRequestIdException extends __BaseException {
1498
+ readonly name: "InvalidPullRequestIdException";
1499
+ readonly $fault: "client";
1500
+
1501
+ constructor(opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>);
1502
+ }
1503
+
1504
+ export declare class NumberOfRulesExceededException extends __BaseException {
1505
+ readonly name: "NumberOfRulesExceededException";
1506
+ readonly $fault: "client";
1507
+
1508
+ constructor(opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>);
1509
+ }
1510
+
1511
+ export declare class PullRequestAlreadyClosedException extends __BaseException {
1512
+ readonly name: "PullRequestAlreadyClosedException";
1513
+ readonly $fault: "client";
1514
+
1515
+ constructor(opts: __ExceptionOptionType<PullRequestAlreadyClosedException, __BaseException>);
1516
+ }
1517
+
1518
+ export declare class PullRequestDoesNotExistException extends __BaseException {
1519
+ readonly name: "PullRequestDoesNotExistException";
1520
+ readonly $fault: "client";
1521
+
1522
+ constructor(opts: __ExceptionOptionType<PullRequestDoesNotExistException, __BaseException>);
1523
+ }
1524
+
1525
+ export declare class PullRequestIdRequiredException extends __BaseException {
1526
+ readonly name: "PullRequestIdRequiredException";
1527
+ readonly $fault: "client";
1528
+
1529
+ constructor(opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>);
1530
+ }
1531
+
1532
+ export interface CreateRepositoryInput {
1533
+
1534
+ repositoryName: string | undefined;
1535
+
1536
+ repositoryDescription?: string;
1537
+
1538
+ tags?: {
1539
+ [key: string]: string;
1540
+ };
1541
+ }
1542
+ export declare namespace CreateRepositoryInput {
1543
+
1544
+ const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
1545
+ }
1546
+
1547
+ export interface CreateRepositoryOutput {
1548
+
1549
+ repositoryMetadata?: RepositoryMetadata;
1550
+ }
1551
+ export declare namespace CreateRepositoryOutput {
1552
+
1553
+ const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
1554
+ }
1555
+
1556
+ export declare class InvalidRepositoryDescriptionException extends __BaseException {
1557
+ readonly name: "InvalidRepositoryDescriptionException";
1558
+ readonly $fault: "client";
1559
+
1560
+ constructor(opts: __ExceptionOptionType<InvalidRepositoryDescriptionException, __BaseException>);
1561
+ }
1562
+
1563
+ export declare class InvalidSystemTagUsageException extends __BaseException {
1564
+ readonly name: "InvalidSystemTagUsageException";
1565
+ readonly $fault: "client";
1566
+
1567
+ constructor(opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>);
1568
+ }
1569
+
1570
+ export declare class InvalidTagsMapException extends __BaseException {
1571
+ readonly name: "InvalidTagsMapException";
1572
+ readonly $fault: "client";
1573
+
1574
+ constructor(opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>);
1575
+ }
1576
+
1577
+ export declare class RepositoryLimitExceededException extends __BaseException {
1578
+ readonly name: "RepositoryLimitExceededException";
1579
+ readonly $fault: "client";
1580
+
1581
+ constructor(opts: __ExceptionOptionType<RepositoryLimitExceededException, __BaseException>);
1582
+ }
1583
+
1584
+ export declare class RepositoryNameExistsException extends __BaseException {
1585
+ readonly name: "RepositoryNameExistsException";
1586
+ readonly $fault: "client";
1587
+
1588
+ constructor(opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>);
1589
+ }
1590
+
1591
+ export declare class TagPolicyException extends __BaseException {
1592
+ readonly name: "TagPolicyException";
1593
+ readonly $fault: "client";
1594
+
1595
+ constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
1596
+ }
1597
+
1598
+ export declare class TooManyTagsException extends __BaseException {
1599
+ readonly name: "TooManyTagsException";
1600
+ readonly $fault: "client";
1601
+
1602
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1603
+ }
1604
+
1605
+ export declare class ConcurrentReferenceUpdateException extends __BaseException {
1606
+ readonly name: "ConcurrentReferenceUpdateException";
1607
+ readonly $fault: "client";
1608
+
1609
+ constructor(opts: __ExceptionOptionType<ConcurrentReferenceUpdateException, __BaseException>);
1610
+ }
1611
+ export declare enum ReplacementTypeEnum {
1612
+ KEEP_BASE = "KEEP_BASE",
1613
+ KEEP_DESTINATION = "KEEP_DESTINATION",
1614
+ KEEP_SOURCE = "KEEP_SOURCE",
1615
+ USE_NEW_CONTENT = "USE_NEW_CONTENT"
1616
+ }
1617
+
1618
+ export interface ReplaceContentEntry {
1619
+
1620
+ filePath: string | undefined;
1621
+
1622
+ replacementType: ReplacementTypeEnum | string | undefined;
1623
+
1624
+ content?: Uint8Array;
1625
+
1626
+ fileMode?: FileModeTypeEnum | string;
1627
+ }
1628
+ export declare namespace ReplaceContentEntry {
1629
+
1630
+ const filterSensitiveLog: (obj: ReplaceContentEntry) => any;
1631
+ }
1632
+
1633
+ export interface ConflictResolution {
1634
+
1635
+ replaceContents?: ReplaceContentEntry[];
1636
+
1637
+ deleteFiles?: DeleteFileEntry[];
1638
+
1639
+ setFileModes?: SetFileModeEntry[];
1640
+ }
1641
+ export declare namespace ConflictResolution {
1642
+
1643
+ const filterSensitiveLog: (obj: ConflictResolution) => any;
1644
+ }
1645
+ export interface CreateUnreferencedMergeCommitInput {
1646
+
1647
+ repositoryName: string | undefined;
1648
+
1649
+ sourceCommitSpecifier: string | undefined;
1650
+
1651
+ destinationCommitSpecifier: string | undefined;
1652
+
1653
+ mergeOption: MergeOptionTypeEnum | string | undefined;
1654
+
1655
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
1656
+
1657
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
1658
+
1659
+ authorName?: string;
1660
+
1661
+ email?: string;
1662
+
1663
+ commitMessage?: string;
1664
+
1665
+ keepEmptyFolders?: boolean;
1666
+
1667
+ conflictResolution?: ConflictResolution;
1668
+ }
1669
+ export declare namespace CreateUnreferencedMergeCommitInput {
1670
+
1671
+ const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
1672
+ }
1673
+ export interface CreateUnreferencedMergeCommitOutput {
1674
+
1675
+ commitId?: string;
1676
+
1677
+ treeId?: string;
1678
+ }
1679
+ export declare namespace CreateUnreferencedMergeCommitOutput {
1680
+
1681
+ const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
1682
+ }
1683
+
1684
+ export declare class InvalidConflictResolutionException extends __BaseException {
1685
+ readonly name: "InvalidConflictResolutionException";
1686
+ readonly $fault: "client";
1687
+
1688
+ constructor(opts: __ExceptionOptionType<InvalidConflictResolutionException, __BaseException>);
1689
+ }
1690
+
1691
+ export declare class InvalidReplacementContentException extends __BaseException {
1692
+ readonly name: "InvalidReplacementContentException";
1693
+ readonly $fault: "client";
1694
+
1695
+ constructor(opts: __ExceptionOptionType<InvalidReplacementContentException, __BaseException>);
1696
+ }
1697
+
1698
+ export declare class InvalidReplacementTypeException extends __BaseException {
1699
+ readonly name: "InvalidReplacementTypeException";
1700
+ readonly $fault: "client";
1701
+
1702
+ constructor(opts: __ExceptionOptionType<InvalidReplacementTypeException, __BaseException>);
1703
+ }
1704
+
1705
+ export declare class ManualMergeRequiredException extends __BaseException {
1706
+ readonly name: "ManualMergeRequiredException";
1707
+ readonly $fault: "client";
1708
+
1709
+ constructor(opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>);
1710
+ }
1711
+
1712
+ export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
1713
+ readonly name: "MaximumConflictResolutionEntriesExceededException";
1714
+ readonly $fault: "client";
1715
+
1716
+ constructor(opts: __ExceptionOptionType<MaximumConflictResolutionEntriesExceededException, __BaseException>);
1717
+ }
1718
+
1719
+ export declare class MultipleConflictResolutionEntriesException extends __BaseException {
1720
+ readonly name: "MultipleConflictResolutionEntriesException";
1721
+ readonly $fault: "client";
1722
+
1723
+ constructor(opts: __ExceptionOptionType<MultipleConflictResolutionEntriesException, __BaseException>);
1724
+ }
1725
+
1726
+ export declare class ReplacementContentRequiredException extends __BaseException {
1727
+ readonly name: "ReplacementContentRequiredException";
1728
+ readonly $fault: "client";
1729
+
1730
+ constructor(opts: __ExceptionOptionType<ReplacementContentRequiredException, __BaseException>);
1731
+ }
1732
+
1733
+ export declare class ReplacementTypeRequiredException extends __BaseException {
1734
+ readonly name: "ReplacementTypeRequiredException";
1735
+ readonly $fault: "client";
1736
+
1737
+ constructor(opts: __ExceptionOptionType<ReplacementTypeRequiredException, __BaseException>);
1738
+ }
1739
+ export interface DeleteApprovalRuleTemplateInput {
1740
+
1741
+ approvalRuleTemplateName: string | undefined;
1742
+ }
1743
+ export declare namespace DeleteApprovalRuleTemplateInput {
1744
+
1745
+ const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
1746
+ }
1747
+ export interface DeleteApprovalRuleTemplateOutput {
1748
+
1749
+ approvalRuleTemplateId: string | undefined;
1750
+ }
1751
+ export declare namespace DeleteApprovalRuleTemplateOutput {
1752
+
1753
+ const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
1754
+ }
1755
+
1756
+ export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
1757
+ readonly name: "DefaultBranchCannotBeDeletedException";
1758
+ readonly $fault: "client";
1759
+
1760
+ constructor(opts: __ExceptionOptionType<DefaultBranchCannotBeDeletedException, __BaseException>);
1761
+ }
1762
+
1763
+ export interface DeleteBranchInput {
1764
+
1765
+ repositoryName: string | undefined;
1766
+
1767
+ branchName: string | undefined;
1768
+ }
1769
+ export declare namespace DeleteBranchInput {
1770
+
1771
+ const filterSensitiveLog: (obj: DeleteBranchInput) => any;
1772
+ }
1773
+
1774
+ export interface DeleteBranchOutput {
1775
+
1776
+ deletedBranch?: BranchInfo;
1777
+ }
1778
+ export declare namespace DeleteBranchOutput {
1779
+
1780
+ const filterSensitiveLog: (obj: DeleteBranchOutput) => any;
1781
+ }
1782
+
1783
+ export declare class CommentDeletedException extends __BaseException {
1784
+ readonly name: "CommentDeletedException";
1785
+ readonly $fault: "client";
1786
+
1787
+ constructor(opts: __ExceptionOptionType<CommentDeletedException, __BaseException>);
1788
+ }
1789
+
1790
+ export declare class CommentDoesNotExistException extends __BaseException {
1791
+ readonly name: "CommentDoesNotExistException";
1792
+ readonly $fault: "client";
1793
+
1794
+ constructor(opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>);
1795
+ }
1796
+
1797
+ export declare class CommentIdRequiredException extends __BaseException {
1798
+ readonly name: "CommentIdRequiredException";
1799
+ readonly $fault: "client";
1800
+
1801
+ constructor(opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>);
1802
+ }
1803
+ export interface DeleteCommentContentInput {
1804
+
1805
+ commentId: string | undefined;
1806
+ }
1807
+ export declare namespace DeleteCommentContentInput {
1808
+
1809
+ const filterSensitiveLog: (obj: DeleteCommentContentInput) => any;
1810
+ }
1811
+
1812
+ export interface Comment {
1813
+
1814
+ commentId?: string;
1815
+
1816
+ content?: string;
1817
+
1818
+ inReplyTo?: string;
1819
+
1820
+ creationDate?: Date;
1821
+
1822
+ lastModifiedDate?: Date;
1823
+
1824
+ authorArn?: string;
1825
+
1826
+ deleted?: boolean;
1827
+
1828
+ clientRequestToken?: string;
1829
+
1830
+ callerReactions?: string[];
1831
+
1832
+ reactionCounts?: {
1833
+ [key: string]: number;
1834
+ };
1835
+ }
1836
+ export declare namespace Comment {
1837
+
1838
+ const filterSensitiveLog: (obj: Comment) => any;
1839
+ }
1840
+ export interface DeleteCommentContentOutput {
1841
+
1842
+ comment?: Comment;
1843
+ }
1844
+ export declare namespace DeleteCommentContentOutput {
1845
+
1846
+ const filterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
1847
+ }
1848
+
1849
+ export declare class InvalidCommentIdException extends __BaseException {
1850
+ readonly name: "InvalidCommentIdException";
1851
+ readonly $fault: "client";
1852
+
1853
+ constructor(opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>);
1854
+ }
1855
+ export interface DeleteFileInput {
1856
+
1857
+ repositoryName: string | undefined;
1858
+
1859
+ branchName: string | undefined;
1860
+
1861
+ filePath: string | undefined;
1862
+
1863
+ parentCommitId: string | undefined;
1864
+
1865
+ keepEmptyFolders?: boolean;
1866
+
1867
+ commitMessage?: string;
1868
+
1869
+ name?: string;
1870
+
1871
+ email?: string;
1872
+ }
1873
+ export declare namespace DeleteFileInput {
1874
+
1875
+ const filterSensitiveLog: (obj: DeleteFileInput) => any;
1876
+ }
1877
+ export interface DeleteFileOutput {
1878
+
1879
+ commitId: string | undefined;
1880
+
1881
+ blobId: string | undefined;
1882
+
1883
+ treeId: string | undefined;
1884
+
1885
+ filePath: string | undefined;
1886
+ }
1887
+ export declare namespace DeleteFileOutput {
1888
+
1889
+ const filterSensitiveLog: (obj: DeleteFileOutput) => any;
1890
+ }
1891
+ export interface DeletePullRequestApprovalRuleInput {
1892
+
1893
+ pullRequestId: string | undefined;
1894
+
1895
+ approvalRuleName: string | undefined;
1896
+ }
1897
+ export declare namespace DeletePullRequestApprovalRuleInput {
1898
+
1899
+ const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
1900
+ }
1901
+ export interface DeletePullRequestApprovalRuleOutput {
1902
+
1903
+ approvalRuleId: string | undefined;
1904
+ }
1905
+ export declare namespace DeletePullRequestApprovalRuleOutput {
1906
+
1907
+ const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
1908
+ }
1909
+
1910
+ export interface DeleteRepositoryInput {
1911
+
1912
+ repositoryName: string | undefined;
1913
+ }
1914
+ export declare namespace DeleteRepositoryInput {
1915
+
1916
+ const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
1917
+ }
1918
+
1919
+ export interface DeleteRepositoryOutput {
1920
+
1921
+ repositoryId?: string;
1922
+ }
1923
+ export declare namespace DeleteRepositoryOutput {
1924
+
1925
+ const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
1926
+ }
1927
+ export interface DescribeMergeConflictsInput {
1928
+
1929
+ repositoryName: string | undefined;
1930
+
1931
+ destinationCommitSpecifier: string | undefined;
1932
+
1933
+ sourceCommitSpecifier: string | undefined;
1934
+
1935
+ mergeOption: MergeOptionTypeEnum | string | undefined;
1936
+
1937
+ maxMergeHunks?: number;
1938
+
1939
+ filePath: string | undefined;
1940
+
1941
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
1942
+
1943
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
1944
+
1945
+ nextToken?: string;
1946
+ }
1947
+ export declare namespace DescribeMergeConflictsInput {
1948
+
1949
+ const filterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
1950
+ }
1951
+ export interface DescribeMergeConflictsOutput {
1952
+
1953
+ conflictMetadata: ConflictMetadata | undefined;
1954
+
1955
+ mergeHunks: MergeHunk[] | undefined;
1956
+
1957
+ nextToken?: string;
1958
+
1959
+ destinationCommitId: string | undefined;
1960
+
1961
+ sourceCommitId: string | undefined;
1962
+
1963
+ baseCommitId?: string;
1964
+ }
1965
+ export declare namespace DescribeMergeConflictsOutput {
1966
+
1967
+ const filterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
1968
+ }
1969
+ export declare enum PullRequestEventType {
1970
+ PULL_REQUEST_APPROVAL_RULE_CREATED = "PULL_REQUEST_APPROVAL_RULE_CREATED",
1971
+ PULL_REQUEST_APPROVAL_RULE_DELETED = "PULL_REQUEST_APPROVAL_RULE_DELETED",
1972
+ PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN = "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN",
1973
+ PULL_REQUEST_APPROVAL_RULE_UPDATED = "PULL_REQUEST_APPROVAL_RULE_UPDATED",
1974
+ PULL_REQUEST_APPROVAL_STATE_CHANGED = "PULL_REQUEST_APPROVAL_STATE_CHANGED",
1975
+ PULL_REQUEST_CREATED = "PULL_REQUEST_CREATED",
1976
+ PULL_REQUEST_MERGE_STATE_CHANGED = "PULL_REQUEST_MERGE_STATE_CHANGED",
1977
+ PULL_REQUEST_SOURCE_REFERENCE_UPDATED = "PULL_REQUEST_SOURCE_REFERENCE_UPDATED",
1978
+ PULL_REQUEST_STATUS_CHANGED = "PULL_REQUEST_STATUS_CHANGED"
1979
+ }
1980
+ export interface DescribePullRequestEventsInput {
1981
+
1982
+ pullRequestId: string | undefined;
1983
+
1984
+ pullRequestEventType?: PullRequestEventType | string;
1985
+
1986
+ actorArn?: string;
1987
+
1988
+ nextToken?: string;
1989
+
1990
+ maxResults?: number;
1991
+ }
1992
+ export declare namespace DescribePullRequestEventsInput {
1993
+
1994
+ const filterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
1995
+ }
1996
+
1997
+ export interface PullRequestCreatedEventMetadata {
1998
+
1999
+ repositoryName?: string;
2000
+
2001
+ sourceCommitId?: string;
2002
+
2003
+ destinationCommitId?: string;
2004
+
2005
+ mergeBase?: string;
2006
+ }
2007
+ export declare namespace PullRequestCreatedEventMetadata {
2008
+
2009
+ const filterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
2010
+ }
2011
+
2012
+ export interface PullRequestMergedStateChangedEventMetadata {
2013
+
2014
+ repositoryName?: string;
2015
+
2016
+ destinationReference?: string;
2017
+
2018
+ mergeMetadata?: MergeMetadata;
2019
+ }
2020
+ export declare namespace PullRequestMergedStateChangedEventMetadata {
2021
+
2022
+ const filterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
2023
+ }
2024
+
2025
+ export interface PullRequestSourceReferenceUpdatedEventMetadata {
2026
+
2027
+ repositoryName?: string;
2028
+
2029
+ beforeCommitId?: string;
2030
+
2031
+ afterCommitId?: string;
2032
+
2033
+ mergeBase?: string;
2034
+ }
2035
+ export declare namespace PullRequestSourceReferenceUpdatedEventMetadata {
2036
+
2037
+ const filterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
2038
+ }
2039
+
2040
+ export interface PullRequestStatusChangedEventMetadata {
2041
+
2042
+ pullRequestStatus?: PullRequestStatusEnum | string;
2043
+ }
2044
+ export declare namespace PullRequestStatusChangedEventMetadata {
2045
+
2046
+ const filterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
2047
+ }
2048
+
2049
+ export interface PullRequestEvent {
2050
+
2051
+ pullRequestId?: string;
2052
+
2053
+ eventDate?: Date;
2054
+
2055
+ pullRequestEventType?: PullRequestEventType | string;
2056
+
2057
+ actorArn?: string;
2058
+
2059
+ pullRequestCreatedEventMetadata?: PullRequestCreatedEventMetadata;
2060
+
2061
+ pullRequestStatusChangedEventMetadata?: PullRequestStatusChangedEventMetadata;
2062
+
2063
+ pullRequestSourceReferenceUpdatedEventMetadata?: PullRequestSourceReferenceUpdatedEventMetadata;
2064
+
2065
+ pullRequestMergedStateChangedEventMetadata?: PullRequestMergedStateChangedEventMetadata;
2066
+
2067
+ approvalRuleEventMetadata?: ApprovalRuleEventMetadata;
2068
+
2069
+ approvalStateChangedEventMetadata?: ApprovalStateChangedEventMetadata;
2070
+
2071
+ approvalRuleOverriddenEventMetadata?: ApprovalRuleOverriddenEventMetadata;
2072
+ }
2073
+ export declare namespace PullRequestEvent {
2074
+
2075
+ const filterSensitiveLog: (obj: PullRequestEvent) => any;
2076
+ }
2077
+ export interface DescribePullRequestEventsOutput {
2078
+
2079
+ pullRequestEvents: PullRequestEvent[] | undefined;
2080
+
2081
+ nextToken?: string;
2082
+ }
2083
+ export declare namespace DescribePullRequestEventsOutput {
2084
+
2085
+ const filterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
2086
+ }
2087
+
2088
+ export declare class InvalidActorArnException extends __BaseException {
2089
+ readonly name: "InvalidActorArnException";
2090
+ readonly $fault: "client";
2091
+
2092
+ constructor(opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>);
2093
+ }
2094
+
2095
+ export declare class InvalidMaxResultsException extends __BaseException {
2096
+ readonly name: "InvalidMaxResultsException";
2097
+ readonly $fault: "client";
2098
+
2099
+ constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
2100
+ }
2101
+
2102
+ export declare class InvalidPullRequestEventTypeException extends __BaseException {
2103
+ readonly name: "InvalidPullRequestEventTypeException";
2104
+ readonly $fault: "client";
2105
+
2106
+ constructor(opts: __ExceptionOptionType<InvalidPullRequestEventTypeException, __BaseException>);
2107
+ }
2108
+ export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
2109
+
2110
+ approvalRuleTemplateName: string | undefined;
2111
+
2112
+ repositoryName: string | undefined;
2113
+ }
2114
+ export declare namespace DisassociateApprovalRuleTemplateFromRepositoryInput {
2115
+
2116
+ const filterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
2117
+ }
2118
+ export interface EvaluatePullRequestApprovalRulesInput {
2119
+
2120
+ pullRequestId: string | undefined;
2121
+
2122
+ revisionId: string | undefined;
2123
+ }
2124
+ export declare namespace EvaluatePullRequestApprovalRulesInput {
2125
+
2126
+ const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
2127
+ }
2128
+
2129
+ export interface Evaluation {
2130
+
2131
+ approved?: boolean;
2132
+
2133
+ overridden?: boolean;
2134
+
2135
+ approvalRulesSatisfied?: string[];
2136
+
2137
+ approvalRulesNotSatisfied?: string[];
2138
+ }
2139
+ export declare namespace Evaluation {
2140
+
2141
+ const filterSensitiveLog: (obj: Evaluation) => any;
2142
+ }
2143
+ export interface EvaluatePullRequestApprovalRulesOutput {
2144
+
2145
+ evaluation: Evaluation | undefined;
2146
+ }
2147
+ export declare namespace EvaluatePullRequestApprovalRulesOutput {
2148
+
2149
+ const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
2150
+ }
2151
+
2152
+ export declare class InvalidRevisionIdException extends __BaseException {
2153
+ readonly name: "InvalidRevisionIdException";
2154
+ readonly $fault: "client";
2155
+
2156
+ constructor(opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>);
2157
+ }
2158
+
2159
+ export declare class RevisionIdRequiredException extends __BaseException {
2160
+ readonly name: "RevisionIdRequiredException";
2161
+ readonly $fault: "client";
2162
+
2163
+ constructor(opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>);
2164
+ }
2165
+
2166
+ export declare class RevisionNotCurrentException extends __BaseException {
2167
+ readonly name: "RevisionNotCurrentException";
2168
+ readonly $fault: "client";
2169
+
2170
+ constructor(opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>);
2171
+ }
2172
+ export interface GetApprovalRuleTemplateInput {
2173
+
2174
+ approvalRuleTemplateName: string | undefined;
2175
+ }
2176
+ export declare namespace GetApprovalRuleTemplateInput {
2177
+
2178
+ const filterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
2179
+ }
2180
+ export interface GetApprovalRuleTemplateOutput {
2181
+
2182
+ approvalRuleTemplate: ApprovalRuleTemplate | undefined;
2183
+ }
2184
+ export declare namespace GetApprovalRuleTemplateOutput {
2185
+
2186
+ const filterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
2187
+ }
2188
+
2189
+ export declare class FileTooLargeException extends __BaseException {
2190
+ readonly name: "FileTooLargeException";
2191
+ readonly $fault: "client";
2192
+
2193
+ constructor(opts: __ExceptionOptionType<FileTooLargeException, __BaseException>);
2194
+ }
2195
+
2196
+ export interface GetBlobInput {
2197
+
2198
+ repositoryName: string | undefined;
2199
+
2200
+ blobId: string | undefined;
2201
+ }
2202
+ export declare namespace GetBlobInput {
2203
+
2204
+ const filterSensitiveLog: (obj: GetBlobInput) => any;
2205
+ }
2206
+
2207
+ export interface GetBlobOutput {
2208
+
2209
+ content: Uint8Array | undefined;
2210
+ }
2211
+ export declare namespace GetBlobOutput {
2212
+
2213
+ const filterSensitiveLog: (obj: GetBlobOutput) => any;
2214
+ }
2215
+
2216
+ export declare class InvalidBlobIdException extends __BaseException {
2217
+ readonly name: "InvalidBlobIdException";
2218
+ readonly $fault: "client";
2219
+
2220
+ constructor(opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>);
2221
+ }
2222
+
2223
+ export interface GetBranchInput {
2224
+
2225
+ repositoryName?: string;
2226
+
2227
+ branchName?: string;
2228
+ }
2229
+ export declare namespace GetBranchInput {
2230
+
2231
+ const filterSensitiveLog: (obj: GetBranchInput) => any;
2232
+ }
2233
+
2234
+ export interface GetBranchOutput {
2235
+
2236
+ branch?: BranchInfo;
2237
+ }
2238
+ export declare namespace GetBranchOutput {
2239
+
2240
+ const filterSensitiveLog: (obj: GetBranchOutput) => any;
2241
+ }
2242
+ export interface GetCommentInput {
2243
+
2244
+ commentId: string | undefined;
2245
+ }
2246
+ export declare namespace GetCommentInput {
2247
+
2248
+ const filterSensitiveLog: (obj: GetCommentInput) => any;
2249
+ }
2250
+ export interface GetCommentOutput {
2251
+
2252
+ comment?: Comment;
2253
+ }
2254
+ export declare namespace GetCommentOutput {
2255
+
2256
+ const filterSensitiveLog: (obj: GetCommentOutput) => any;
2257
+ }
2258
+ export interface GetCommentReactionsInput {
2259
+
2260
+ commentId: string | undefined;
2261
+
2262
+ reactionUserArn?: string;
2263
+
2264
+ nextToken?: string;
2265
+
2266
+ maxResults?: number;
2267
+ }
2268
+ export declare namespace GetCommentReactionsInput {
2269
+
2270
+ const filterSensitiveLog: (obj: GetCommentReactionsInput) => any;
2271
+ }
2272
+
2273
+ export interface ReactionValueFormats {
2274
+
2275
+ emoji?: string;
2276
+
2277
+ shortCode?: string;
2278
+
2279
+ unicode?: string;
2280
+ }
2281
+ export declare namespace ReactionValueFormats {
2282
+
2283
+ const filterSensitiveLog: (obj: ReactionValueFormats) => any;
2284
+ }
2285
+
2286
+ export interface ReactionForComment {
2287
+
2288
+ reaction?: ReactionValueFormats;
2289
+
2290
+ reactionUsers?: string[];
2291
+
2292
+ reactionsFromDeletedUsersCount?: number;
2293
+ }
2294
+ export declare namespace ReactionForComment {
2295
+
2296
+ const filterSensitiveLog: (obj: ReactionForComment) => any;
2297
+ }
2298
+ export interface GetCommentReactionsOutput {
2299
+
2300
+ reactionsForComment: ReactionForComment[] | undefined;
2301
+
2302
+ nextToken?: string;
2303
+ }
2304
+ export declare namespace GetCommentReactionsOutput {
2305
+
2306
+ const filterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
2307
+ }
2308
+
2309
+ export declare class InvalidReactionUserArnException extends __BaseException {
2310
+ readonly name: "InvalidReactionUserArnException";
2311
+ readonly $fault: "client";
2312
+
2313
+ constructor(opts: __ExceptionOptionType<InvalidReactionUserArnException, __BaseException>);
2314
+ }
2315
+ export interface GetCommentsForComparedCommitInput {
2316
+
2317
+ repositoryName: string | undefined;
2318
+
2319
+ beforeCommitId?: string;
2320
+
2321
+ afterCommitId: string | undefined;
2322
+
2323
+ nextToken?: string;
2324
+
2325
+ maxResults?: number;
2326
+ }
2327
+ export declare namespace GetCommentsForComparedCommitInput {
2328
+
2329
+ const filterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
2330
+ }
2331
+ export declare enum RelativeFileVersionEnum {
2332
+ AFTER = "AFTER",
2333
+ BEFORE = "BEFORE"
2334
+ }
2335
+
2336
+ export interface Location {
2337
+
2338
+ filePath?: string;
2339
+
2340
+ filePosition?: number;
2341
+
2342
+ relativeFileVersion?: RelativeFileVersionEnum | string;
2343
+ }
2344
+ export declare namespace Location {
2345
+
2346
+ const filterSensitiveLog: (obj: Location) => any;
2347
+ }
2348
+
2349
+ export interface CommentsForComparedCommit {
2350
+
2351
+ repositoryName?: string;
2352
+
2353
+ beforeCommitId?: string;
2354
+
2355
+ afterCommitId?: string;
2356
+
2357
+ beforeBlobId?: string;
2358
+
2359
+ afterBlobId?: string;
2360
+
2361
+ location?: Location;
2362
+
2363
+ comments?: Comment[];
2364
+ }
2365
+ export declare namespace CommentsForComparedCommit {
2366
+
2367
+ const filterSensitiveLog: (obj: CommentsForComparedCommit) => any;
2368
+ }
2369
+ export interface GetCommentsForComparedCommitOutput {
2370
+
2371
+ commentsForComparedCommitData?: CommentsForComparedCommit[];
2372
+
2373
+ nextToken?: string;
2374
+ }
2375
+ export declare namespace GetCommentsForComparedCommitOutput {
2376
+
2377
+ const filterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
2378
+ }
2379
+ export interface GetCommentsForPullRequestInput {
2380
+
2381
+ pullRequestId: string | undefined;
2382
+
2383
+ repositoryName?: string;
2384
+
2385
+ beforeCommitId?: string;
2386
+
2387
+ afterCommitId?: string;
2388
+
2389
+ nextToken?: string;
2390
+
2391
+ maxResults?: number;
2392
+ }
2393
+ export declare namespace GetCommentsForPullRequestInput {
2394
+
2395
+ const filterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
2396
+ }
2397
+
2398
+ export interface CommentsForPullRequest {
2399
+
2400
+ pullRequestId?: string;
2401
+
2402
+ repositoryName?: string;
2403
+
2404
+ beforeCommitId?: string;
2405
+
2406
+ afterCommitId?: string;
2407
+
2408
+ beforeBlobId?: string;
2409
+
2410
+ afterBlobId?: string;
2411
+
2412
+ location?: Location;
2413
+
2414
+ comments?: Comment[];
2415
+ }
2416
+ export declare namespace CommentsForPullRequest {
2417
+
2418
+ const filterSensitiveLog: (obj: CommentsForPullRequest) => any;
2419
+ }
2420
+ export interface GetCommentsForPullRequestOutput {
2421
+
2422
+ commentsForPullRequestData?: CommentsForPullRequest[];
2423
+
2424
+ nextToken?: string;
2425
+ }
2426
+ export declare namespace GetCommentsForPullRequestOutput {
2427
+
2428
+ const filterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
2429
+ }
2430
+
2431
+ export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
2432
+ readonly name: "RepositoryNotAssociatedWithPullRequestException";
2433
+ readonly $fault: "client";
2434
+
2435
+ constructor(opts: __ExceptionOptionType<RepositoryNotAssociatedWithPullRequestException, __BaseException>);
2436
+ }
2437
+
2438
+ export declare class CommitIdDoesNotExistException extends __BaseException {
2439
+ readonly name: "CommitIdDoesNotExistException";
2440
+ readonly $fault: "client";
2441
+
2442
+ constructor(opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>);
2443
+ }
2444
+
2445
+ export interface GetCommitInput {
2446
+
2447
+ repositoryName: string | undefined;
2448
+
2449
+ commitId: string | undefined;
2450
+ }
2451
+ export declare namespace GetCommitInput {
2452
+
2453
+ const filterSensitiveLog: (obj: GetCommitInput) => any;
2454
+ }
2455
+
2456
+ export interface GetCommitOutput {
2457
+
2458
+ commit: Commit | undefined;
2459
+ }
2460
+ export declare namespace GetCommitOutput {
2461
+
2462
+ const filterSensitiveLog: (obj: GetCommitOutput) => any;
2463
+ }
2464
+ export interface GetDifferencesInput {
2465
+
2466
+ repositoryName: string | undefined;
2467
+
2468
+ beforeCommitSpecifier?: string;
2469
+
2470
+ afterCommitSpecifier: string | undefined;
2471
+
2472
+ beforePath?: string;
2473
+
2474
+ afterPath?: string;
2475
+
2476
+ MaxResults?: number;
2477
+
2478
+ NextToken?: string;
2479
+ }
2480
+ export declare namespace GetDifferencesInput {
2481
+
2482
+ const filterSensitiveLog: (obj: GetDifferencesInput) => any;
2483
+ }
2484
+
2485
+ export interface Difference {
2486
+
2487
+ beforeBlob?: BlobMetadata;
2488
+
2489
+ afterBlob?: BlobMetadata;
2490
+
2491
+ changeType?: ChangeTypeEnum | string;
2492
+ }
2493
+ export declare namespace Difference {
2494
+
2495
+ const filterSensitiveLog: (obj: Difference) => any;
2496
+ }
2497
+ export interface GetDifferencesOutput {
2498
+
2499
+ differences?: Difference[];
2500
+
2501
+ NextToken?: string;
2502
+ }
2503
+ export declare namespace GetDifferencesOutput {
2504
+
2505
+ const filterSensitiveLog: (obj: GetDifferencesOutput) => any;
2506
+ }
2507
+
2508
+ export declare class PathDoesNotExistException extends __BaseException {
2509
+ readonly name: "PathDoesNotExistException";
2510
+ readonly $fault: "client";
2511
+
2512
+ constructor(opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>);
2513
+ }
2514
+ export interface GetFileInput {
2515
+
2516
+ repositoryName: string | undefined;
2517
+
2518
+ commitSpecifier?: string;
2519
+
2520
+ filePath: string | undefined;
2521
+ }
2522
+ export declare namespace GetFileInput {
2523
+
2524
+ const filterSensitiveLog: (obj: GetFileInput) => any;
2525
+ }
2526
+ export interface GetFileOutput {
2527
+
2528
+ commitId: string | undefined;
2529
+
2530
+ blobId: string | undefined;
2531
+
2532
+ filePath: string | undefined;
2533
+
2534
+ fileMode: FileModeTypeEnum | string | undefined;
2535
+
2536
+ fileSize: number | undefined;
2537
+
2538
+ fileContent: Uint8Array | undefined;
2539
+ }
2540
+ export declare namespace GetFileOutput {
2541
+
2542
+ const filterSensitiveLog: (obj: GetFileOutput) => any;
2543
+ }
2544
+
2545
+ export declare class FolderDoesNotExistException extends __BaseException {
2546
+ readonly name: "FolderDoesNotExistException";
2547
+ readonly $fault: "client";
2548
+
2549
+ constructor(opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>);
2550
+ }
2551
+ export interface GetFolderInput {
2552
+
2553
+ repositoryName: string | undefined;
2554
+
2555
+ commitSpecifier?: string;
2556
+
2557
+ folderPath: string | undefined;
2558
+ }
2559
+ export declare namespace GetFolderInput {
2560
+
2561
+ const filterSensitiveLog: (obj: GetFolderInput) => any;
2562
+ }
2563
+
2564
+ export interface File {
2565
+
2566
+ blobId?: string;
2567
+
2568
+ absolutePath?: string;
2569
+
2570
+ relativePath?: string;
2571
+
2572
+ fileMode?: FileModeTypeEnum | string;
2573
+ }
2574
+ export declare namespace File {
2575
+
2576
+ const filterSensitiveLog: (obj: File) => any;
2577
+ }
2578
+
2579
+ export interface Folder {
2580
+
2581
+ treeId?: string;
2582
+
2583
+ absolutePath?: string;
2584
+
2585
+ relativePath?: string;
2586
+ }
2587
+ export declare namespace Folder {
2588
+
2589
+ const filterSensitiveLog: (obj: Folder) => any;
2590
+ }
2591
+
2592
+ export interface SubModule {
2593
+
2594
+ commitId?: string;
2595
+
2596
+ absolutePath?: string;
2597
+
2598
+ relativePath?: string;
2599
+ }
2600
+ export declare namespace SubModule {
2601
+
2602
+ const filterSensitiveLog: (obj: SubModule) => any;
2603
+ }
2604
+
2605
+ export interface SymbolicLink {
2606
+
2607
+ blobId?: string;
2608
+
2609
+ absolutePath?: string;
2610
+
2611
+ relativePath?: string;
2612
+
2613
+ fileMode?: FileModeTypeEnum | string;
2614
+ }
2615
+ export declare namespace SymbolicLink {
2616
+
2617
+ const filterSensitiveLog: (obj: SymbolicLink) => any;
2618
+ }
2619
+ export interface GetFolderOutput {
2620
+
2621
+ commitId: string | undefined;
2622
+
2623
+ folderPath: string | undefined;
2624
+
2625
+ treeId?: string;
2626
+
2627
+ subFolders?: Folder[];
2628
+
2629
+ files?: File[];
2630
+
2631
+ symbolicLinks?: SymbolicLink[];
2632
+
2633
+ subModules?: SubModule[];
2634
+ }
2635
+ export declare namespace GetFolderOutput {
2636
+
2637
+ const filterSensitiveLog: (obj: GetFolderOutput) => any;
2638
+ }
2639
+ export interface GetMergeCommitInput {
2640
+
2641
+ repositoryName: string | undefined;
2642
+
2643
+ sourceCommitSpecifier: string | undefined;
2644
+
2645
+ destinationCommitSpecifier: string | undefined;
2646
+
2647
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2648
+
2649
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2650
+ }
2651
+ export declare namespace GetMergeCommitInput {
2652
+
2653
+ const filterSensitiveLog: (obj: GetMergeCommitInput) => any;
2654
+ }
2655
+ export interface GetMergeCommitOutput {
2656
+
2657
+ sourceCommitId?: string;
2658
+
2659
+ destinationCommitId?: string;
2660
+
2661
+ baseCommitId?: string;
2662
+
2663
+ mergedCommitId?: string;
2664
+ }
2665
+ export declare namespace GetMergeCommitOutput {
2666
+
2667
+ const filterSensitiveLog: (obj: GetMergeCommitOutput) => any;
2668
+ }
2669
+ export interface GetMergeConflictsInput {
2670
+
2671
+ repositoryName: string | undefined;
2672
+
2673
+ destinationCommitSpecifier: string | undefined;
2674
+
2675
+ sourceCommitSpecifier: string | undefined;
2676
+
2677
+ mergeOption: MergeOptionTypeEnum | string | undefined;
2678
+
2679
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2680
+
2681
+ maxConflictFiles?: number;
2682
+
2683
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2684
+
2685
+ nextToken?: string;
2686
+ }
2687
+ export declare namespace GetMergeConflictsInput {
2688
+
2689
+ const filterSensitiveLog: (obj: GetMergeConflictsInput) => any;
2690
+ }
2691
+ export interface GetMergeConflictsOutput {
2692
+
2693
+ mergeable: boolean | undefined;
2694
+
2695
+ destinationCommitId: string | undefined;
2696
+
2697
+ sourceCommitId: string | undefined;
2698
+
2699
+ baseCommitId?: string;
2700
+
2701
+ conflictMetadataList: ConflictMetadata[] | undefined;
2702
+
2703
+ nextToken?: string;
2704
+ }
2705
+ export declare namespace GetMergeConflictsOutput {
2706
+
2707
+ const filterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
2708
+ }
2709
+
2710
+ export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
2711
+ readonly name: "InvalidDestinationCommitSpecifierException";
2712
+ readonly $fault: "client";
2713
+
2714
+ constructor(opts: __ExceptionOptionType<InvalidDestinationCommitSpecifierException, __BaseException>);
2715
+ }
2716
+
2717
+ export declare class InvalidSourceCommitSpecifierException extends __BaseException {
2718
+ readonly name: "InvalidSourceCommitSpecifierException";
2719
+ readonly $fault: "client";
2720
+
2721
+ constructor(opts: __ExceptionOptionType<InvalidSourceCommitSpecifierException, __BaseException>);
2722
+ }
2723
+ export interface GetMergeOptionsInput {
2724
+
2725
+ repositoryName: string | undefined;
2726
+
2727
+ sourceCommitSpecifier: string | undefined;
2728
+
2729
+ destinationCommitSpecifier: string | undefined;
2730
+
2731
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2732
+
2733
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2734
+ }
2735
+ export declare namespace GetMergeOptionsInput {
2736
+
2737
+ const filterSensitiveLog: (obj: GetMergeOptionsInput) => any;
2738
+ }
2739
+ export interface GetMergeOptionsOutput {
2740
+
2741
+ mergeOptions: (MergeOptionTypeEnum | string)[] | undefined;
2742
+
2743
+ sourceCommitId: string | undefined;
2744
+
2745
+ destinationCommitId: string | undefined;
2746
+
2747
+ baseCommitId: string | undefined;
2748
+ }
2749
+ export declare namespace GetMergeOptionsOutput {
2750
+
2751
+ const filterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
2752
+ }
2753
+ export interface GetPullRequestInput {
2754
+
2755
+ pullRequestId: string | undefined;
2756
+ }
2757
+ export declare namespace GetPullRequestInput {
2758
+
2759
+ const filterSensitiveLog: (obj: GetPullRequestInput) => any;
2760
+ }
2761
+ export interface GetPullRequestOutput {
2762
+
2763
+ pullRequest: PullRequest | undefined;
2764
+ }
2765
+ export declare namespace GetPullRequestOutput {
2766
+
2767
+ const filterSensitiveLog: (obj: GetPullRequestOutput) => any;
2768
+ }
2769
+ export interface GetPullRequestApprovalStatesInput {
2770
+
2771
+ pullRequestId: string | undefined;
2772
+
2773
+ revisionId: string | undefined;
2774
+ }
2775
+ export declare namespace GetPullRequestApprovalStatesInput {
2776
+
2777
+ const filterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
2778
+ }
2779
+ export interface GetPullRequestApprovalStatesOutput {
2780
+
2781
+ approvals?: Approval[];
2782
+ }
2783
+ export declare namespace GetPullRequestApprovalStatesOutput {
2784
+
2785
+ const filterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
2786
+ }
2787
+ export interface GetPullRequestOverrideStateInput {
2788
+
2789
+ pullRequestId: string | undefined;
2790
+
2791
+ revisionId: string | undefined;
2792
+ }
2793
+ export declare namespace GetPullRequestOverrideStateInput {
2794
+
2795
+ const filterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
2796
+ }
2797
+ export interface GetPullRequestOverrideStateOutput {
2798
+
2799
+ overridden?: boolean;
2800
+
2801
+ overrider?: string;
2802
+ }
2803
+ export declare namespace GetPullRequestOverrideStateOutput {
2804
+
2805
+ const filterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
2806
+ }
2807
+
2808
+ export interface GetRepositoryInput {
2809
+
2810
+ repositoryName: string | undefined;
2811
+ }
2812
+ export declare namespace GetRepositoryInput {
2813
+
2814
+ const filterSensitiveLog: (obj: GetRepositoryInput) => any;
2815
+ }
2816
+
2817
+ export interface GetRepositoryOutput {
2818
+
2819
+ repositoryMetadata?: RepositoryMetadata;
2820
+ }
2821
+ export declare namespace GetRepositoryOutput {
2822
+
2823
+ const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
2824
+ }
2825
+
2826
+ export interface GetRepositoryTriggersInput {
2827
+
2828
+ repositoryName: string | undefined;
2829
+ }
2830
+ export declare namespace GetRepositoryTriggersInput {
2831
+
2832
+ const filterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
2833
+ }
2834
+ export declare enum RepositoryTriggerEventEnum {
2835
+ ALL = "all",
2836
+ CREATE_REFERENCE = "createReference",
2837
+ DELETE_REFERENCE = "deleteReference",
2838
+ UPDATE_REFERENCE = "updateReference"
2839
+ }
2840
+
2841
+ export interface RepositoryTrigger {
2842
+
2843
+ name: string | undefined;
2844
+
2845
+ destinationArn: string | undefined;
2846
+
2847
+ customData?: string;
2848
+
2849
+ branches?: string[];
2850
+
2851
+ events: (RepositoryTriggerEventEnum | string)[] | undefined;
2852
+ }
2853
+ export declare namespace RepositoryTrigger {
2854
+
2855
+ const filterSensitiveLog: (obj: RepositoryTrigger) => any;
2856
+ }
2857
+
2858
+ export interface GetRepositoryTriggersOutput {
2859
+
2860
+ configurationId?: string;
2861
+
2862
+ triggers?: RepositoryTrigger[];
2863
+ }
2864
+ export declare namespace GetRepositoryTriggersOutput {
2865
+
2866
+ const filterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
2867
+ }
2868
+ export interface ListApprovalRuleTemplatesInput {
2869
+
2870
+ nextToken?: string;
2871
+
2872
+ maxResults?: number;
2873
+ }
2874
+ export declare namespace ListApprovalRuleTemplatesInput {
2875
+
2876
+ const filterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
2877
+ }
2878
+ export interface ListApprovalRuleTemplatesOutput {
2879
+
2880
+ approvalRuleTemplateNames?: string[];
2881
+
2882
+ nextToken?: string;
2883
+ }
2884
+ export declare namespace ListApprovalRuleTemplatesOutput {
2885
+
2886
+ const filterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
2887
+ }
2888
+ export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2889
+
2890
+ repositoryName: string | undefined;
2891
+
2892
+ nextToken?: string;
2893
+
2894
+ maxResults?: number;
2895
+ }
2896
+ export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2897
+
2898
+ const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
2899
+ }
2900
+ export interface ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2901
+
2902
+ approvalRuleTemplateNames?: string[];
2903
+
2904
+ nextToken?: string;
2905
+ }
2906
+ export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2907
+
2908
+ const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
2909
+ }
2910
+
2911
+ export interface ListBranchesInput {
2912
+
2913
+ repositoryName: string | undefined;
2914
+
2915
+ nextToken?: string;
2916
+ }
2917
+ export declare namespace ListBranchesInput {
2918
+
2919
+ const filterSensitiveLog: (obj: ListBranchesInput) => any;
2920
+ }
2921
+
2922
+ export interface ListBranchesOutput {
2923
+
2924
+ branches?: string[];
2925
+
2926
+ nextToken?: string;
2927
+ }
2928
+ export declare namespace ListBranchesOutput {
2929
+
2930
+ const filterSensitiveLog: (obj: ListBranchesOutput) => any;
2931
+ }
2932
+
2933
+ export declare class InvalidAuthorArnException extends __BaseException {
2934
+ readonly name: "InvalidAuthorArnException";
2935
+ readonly $fault: "client";
2936
+
2937
+ constructor(opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>);
2938
+ }
2939
+
2940
+ export declare class InvalidPullRequestStatusException extends __BaseException {
2941
+ readonly name: "InvalidPullRequestStatusException";
2942
+ readonly $fault: "client";
2943
+
2944
+ constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusException, __BaseException>);
2945
+ }
2946
+ export interface ListPullRequestsInput {
2947
+
2948
+ repositoryName: string | undefined;
2949
+
2950
+ authorArn?: string;
2951
+
2952
+ pullRequestStatus?: PullRequestStatusEnum | string;
2953
+
2954
+ nextToken?: string;
2955
+
2956
+ maxResults?: number;
2957
+ }
2958
+ export declare namespace ListPullRequestsInput {
2959
+
2960
+ const filterSensitiveLog: (obj: ListPullRequestsInput) => any;
2961
+ }
2962
+ export interface ListPullRequestsOutput {
2963
+
2964
+ pullRequestIds: string[] | undefined;
2965
+
2966
+ nextToken?: string;
2967
+ }
2968
+ export declare namespace ListPullRequestsOutput {
2969
+
2970
+ const filterSensitiveLog: (obj: ListPullRequestsOutput) => any;
2971
+ }
2972
+
2973
+ export declare class InvalidOrderException extends __BaseException {
2974
+ readonly name: "InvalidOrderException";
2975
+ readonly $fault: "client";
2976
+
2977
+ constructor(opts: __ExceptionOptionType<InvalidOrderException, __BaseException>);
2978
+ }
2979
+
2980
+ export declare class InvalidSortByException extends __BaseException {
2981
+ readonly name: "InvalidSortByException";
2982
+ readonly $fault: "client";
2983
+
2984
+ constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
2985
+ }