@aws-sdk/client-codecommit 3.934.0 → 3.935.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 (89) hide show
  1. package/dist-cjs/index.js +87 -87
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +86 -0
  4. package/dist-es/models/errors.js +2269 -0
  5. package/dist-es/models/models_0.js +1 -1795
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +1 -2
  8. package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
  9. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  12. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
  13. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
  14. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
  15. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
  16. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
  17. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
  18. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  19. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
  20. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
  21. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  23. package/dist-types/commands/PutFileCommand.d.ts +1 -1
  24. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
  41. package/dist-types/index.d.ts +3 -1
  42. package/dist-types/models/enums.d.ts +214 -0
  43. package/dist-types/models/errors.d.ts +2337 -0
  44. package/dist-types/models/models_0.d.ts +1480 -2026
  45. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +4 -2
  46. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/index.d.ts +3 -1
  80. package/dist-types/ts3.4/models/enums.d.ts +115 -0
  81. package/dist-types/ts3.4/models/errors.d.ts +1621 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +332 -1326
  83. package/package.json +12 -12
  84. package/dist-es/models/index.js +0 -2
  85. package/dist-es/models/models_1.js +0 -561
  86. package/dist-types/models/index.d.ts +0 -2
  87. package/dist-types/models/models_1.d.ts +0 -2007
  88. package/dist-types/ts3.4/models/index.d.ts +0 -2
  89. package/dist-types/ts3.4/models/models_1.d.ts +0 -742
@@ -0,0 +1,1621 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
+ export declare class ActorDoesNotExistException extends __BaseException {
4
+ readonly name: "ActorDoesNotExistException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ApprovalRuleContentRequiredException extends __BaseException {
11
+ readonly name: "ApprovalRuleContentRequiredException";
12
+ readonly $fault: "client";
13
+ constructor(
14
+ opts: __ExceptionOptionType<
15
+ ApprovalRuleContentRequiredException,
16
+ __BaseException
17
+ >
18
+ );
19
+ }
20
+ export declare class ApprovalRuleDoesNotExistException extends __BaseException {
21
+ readonly name: "ApprovalRuleDoesNotExistException";
22
+ readonly $fault: "client";
23
+ constructor(
24
+ opts: __ExceptionOptionType<
25
+ ApprovalRuleDoesNotExistException,
26
+ __BaseException
27
+ >
28
+ );
29
+ }
30
+ export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
31
+ readonly name: "ApprovalRuleNameAlreadyExistsException";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<
35
+ ApprovalRuleNameAlreadyExistsException,
36
+ __BaseException
37
+ >
38
+ );
39
+ }
40
+ export declare class ApprovalRuleNameRequiredException extends __BaseException {
41
+ readonly name: "ApprovalRuleNameRequiredException";
42
+ readonly $fault: "client";
43
+ constructor(
44
+ opts: __ExceptionOptionType<
45
+ ApprovalRuleNameRequiredException,
46
+ __BaseException
47
+ >
48
+ );
49
+ }
50
+ export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
51
+ readonly name: "ApprovalRuleTemplateContentRequiredException";
52
+ readonly $fault: "client";
53
+ constructor(
54
+ opts: __ExceptionOptionType<
55
+ ApprovalRuleTemplateContentRequiredException,
56
+ __BaseException
57
+ >
58
+ );
59
+ }
60
+ export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
61
+ readonly name: "ApprovalRuleTemplateDoesNotExistException";
62
+ readonly $fault: "client";
63
+ constructor(
64
+ opts: __ExceptionOptionType<
65
+ ApprovalRuleTemplateDoesNotExistException,
66
+ __BaseException
67
+ >
68
+ );
69
+ }
70
+ export declare class ApprovalRuleTemplateInUseException extends __BaseException {
71
+ readonly name: "ApprovalRuleTemplateInUseException";
72
+ readonly $fault: "client";
73
+ constructor(
74
+ opts: __ExceptionOptionType<
75
+ ApprovalRuleTemplateInUseException,
76
+ __BaseException
77
+ >
78
+ );
79
+ }
80
+ export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
81
+ readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
82
+ readonly $fault: "client";
83
+ constructor(
84
+ opts: __ExceptionOptionType<
85
+ ApprovalRuleTemplateNameAlreadyExistsException,
86
+ __BaseException
87
+ >
88
+ );
89
+ }
90
+ export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
91
+ readonly name: "ApprovalRuleTemplateNameRequiredException";
92
+ readonly $fault: "client";
93
+ constructor(
94
+ opts: __ExceptionOptionType<
95
+ ApprovalRuleTemplateNameRequiredException,
96
+ __BaseException
97
+ >
98
+ );
99
+ }
100
+ export declare class ApprovalStateRequiredException extends __BaseException {
101
+ readonly name: "ApprovalStateRequiredException";
102
+ readonly $fault: "client";
103
+ constructor(
104
+ opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>
105
+ );
106
+ }
107
+ export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
108
+ readonly name: "EncryptionIntegrityChecksFailedException";
109
+ readonly $fault: "server";
110
+ constructor(
111
+ opts: __ExceptionOptionType<
112
+ EncryptionIntegrityChecksFailedException,
113
+ __BaseException
114
+ >
115
+ );
116
+ }
117
+ export declare class EncryptionKeyAccessDeniedException extends __BaseException {
118
+ readonly name: "EncryptionKeyAccessDeniedException";
119
+ readonly $fault: "client";
120
+ constructor(
121
+ opts: __ExceptionOptionType<
122
+ EncryptionKeyAccessDeniedException,
123
+ __BaseException
124
+ >
125
+ );
126
+ }
127
+ export declare class EncryptionKeyDisabledException extends __BaseException {
128
+ readonly name: "EncryptionKeyDisabledException";
129
+ readonly $fault: "client";
130
+ constructor(
131
+ opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>
132
+ );
133
+ }
134
+ export declare class EncryptionKeyNotFoundException extends __BaseException {
135
+ readonly name: "EncryptionKeyNotFoundException";
136
+ readonly $fault: "client";
137
+ constructor(
138
+ opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>
139
+ );
140
+ }
141
+ export declare class EncryptionKeyUnavailableException extends __BaseException {
142
+ readonly name: "EncryptionKeyUnavailableException";
143
+ readonly $fault: "client";
144
+ constructor(
145
+ opts: __ExceptionOptionType<
146
+ EncryptionKeyUnavailableException,
147
+ __BaseException
148
+ >
149
+ );
150
+ }
151
+ export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
152
+ readonly name: "InvalidApprovalRuleTemplateNameException";
153
+ readonly $fault: "client";
154
+ constructor(
155
+ opts: __ExceptionOptionType<
156
+ InvalidApprovalRuleTemplateNameException,
157
+ __BaseException
158
+ >
159
+ );
160
+ }
161
+ export declare class InvalidRepositoryNameException extends __BaseException {
162
+ readonly name: "InvalidRepositoryNameException";
163
+ readonly $fault: "client";
164
+ constructor(
165
+ opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>
166
+ );
167
+ }
168
+ export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
169
+ readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
170
+ readonly $fault: "client";
171
+ constructor(
172
+ opts: __ExceptionOptionType<
173
+ MaximumRuleTemplatesAssociatedWithRepositoryException,
174
+ __BaseException
175
+ >
176
+ );
177
+ }
178
+ export declare class RepositoryDoesNotExistException extends __BaseException {
179
+ readonly name: "RepositoryDoesNotExistException";
180
+ readonly $fault: "client";
181
+ constructor(
182
+ opts: __ExceptionOptionType<
183
+ RepositoryDoesNotExistException,
184
+ __BaseException
185
+ >
186
+ );
187
+ }
188
+ export declare class RepositoryNameRequiredException extends __BaseException {
189
+ readonly name: "RepositoryNameRequiredException";
190
+ readonly $fault: "client";
191
+ constructor(
192
+ opts: __ExceptionOptionType<
193
+ RepositoryNameRequiredException,
194
+ __BaseException
195
+ >
196
+ );
197
+ }
198
+ export declare class AuthorDoesNotExistException extends __BaseException {
199
+ readonly name: "AuthorDoesNotExistException";
200
+ readonly $fault: "client";
201
+ constructor(
202
+ opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>
203
+ );
204
+ }
205
+ export declare class MaximumRepositoryNamesExceededException extends __BaseException {
206
+ readonly name: "MaximumRepositoryNamesExceededException";
207
+ readonly $fault: "client";
208
+ constructor(
209
+ opts: __ExceptionOptionType<
210
+ MaximumRepositoryNamesExceededException,
211
+ __BaseException
212
+ >
213
+ );
214
+ }
215
+ export declare class RepositoryNamesRequiredException extends __BaseException {
216
+ readonly name: "RepositoryNamesRequiredException";
217
+ readonly $fault: "client";
218
+ constructor(
219
+ opts: __ExceptionOptionType<
220
+ RepositoryNamesRequiredException,
221
+ __BaseException
222
+ >
223
+ );
224
+ }
225
+ export declare class CommitDoesNotExistException extends __BaseException {
226
+ readonly name: "CommitDoesNotExistException";
227
+ readonly $fault: "client";
228
+ constructor(
229
+ opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>
230
+ );
231
+ }
232
+ export declare class CommitRequiredException extends __BaseException {
233
+ readonly name: "CommitRequiredException";
234
+ readonly $fault: "client";
235
+ constructor(
236
+ opts: __ExceptionOptionType<CommitRequiredException, __BaseException>
237
+ );
238
+ }
239
+ export declare class InvalidCommitException extends __BaseException {
240
+ readonly name: "InvalidCommitException";
241
+ readonly $fault: "client";
242
+ constructor(
243
+ opts: __ExceptionOptionType<InvalidCommitException, __BaseException>
244
+ );
245
+ }
246
+ export declare class InvalidConflictDetailLevelException extends __BaseException {
247
+ readonly name: "InvalidConflictDetailLevelException";
248
+ readonly $fault: "client";
249
+ constructor(
250
+ opts: __ExceptionOptionType<
251
+ InvalidConflictDetailLevelException,
252
+ __BaseException
253
+ >
254
+ );
255
+ }
256
+ export declare class InvalidConflictResolutionStrategyException extends __BaseException {
257
+ readonly name: "InvalidConflictResolutionStrategyException";
258
+ readonly $fault: "client";
259
+ constructor(
260
+ opts: __ExceptionOptionType<
261
+ InvalidConflictResolutionStrategyException,
262
+ __BaseException
263
+ >
264
+ );
265
+ }
266
+ export declare class InvalidContinuationTokenException extends __BaseException {
267
+ readonly name: "InvalidContinuationTokenException";
268
+ readonly $fault: "client";
269
+ constructor(
270
+ opts: __ExceptionOptionType<
271
+ InvalidContinuationTokenException,
272
+ __BaseException
273
+ >
274
+ );
275
+ }
276
+ export declare class InvalidMaxConflictFilesException extends __BaseException {
277
+ readonly name: "InvalidMaxConflictFilesException";
278
+ readonly $fault: "client";
279
+ constructor(
280
+ opts: __ExceptionOptionType<
281
+ InvalidMaxConflictFilesException,
282
+ __BaseException
283
+ >
284
+ );
285
+ }
286
+ export declare class InvalidMaxMergeHunksException extends __BaseException {
287
+ readonly name: "InvalidMaxMergeHunksException";
288
+ readonly $fault: "client";
289
+ constructor(
290
+ opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>
291
+ );
292
+ }
293
+ export declare class InvalidMergeOptionException extends __BaseException {
294
+ readonly name: "InvalidMergeOptionException";
295
+ readonly $fault: "client";
296
+ constructor(
297
+ opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>
298
+ );
299
+ }
300
+ export declare class MaximumFileContentToLoadExceededException extends __BaseException {
301
+ readonly name: "MaximumFileContentToLoadExceededException";
302
+ readonly $fault: "client";
303
+ constructor(
304
+ opts: __ExceptionOptionType<
305
+ MaximumFileContentToLoadExceededException,
306
+ __BaseException
307
+ >
308
+ );
309
+ }
310
+ export declare class MaximumItemsToCompareExceededException extends __BaseException {
311
+ readonly name: "MaximumItemsToCompareExceededException";
312
+ readonly $fault: "client";
313
+ constructor(
314
+ opts: __ExceptionOptionType<
315
+ MaximumItemsToCompareExceededException,
316
+ __BaseException
317
+ >
318
+ );
319
+ }
320
+ export declare class MergeOptionRequiredException extends __BaseException {
321
+ readonly name: "MergeOptionRequiredException";
322
+ readonly $fault: "client";
323
+ constructor(
324
+ opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>
325
+ );
326
+ }
327
+ export declare class TipsDivergenceExceededException extends __BaseException {
328
+ readonly name: "TipsDivergenceExceededException";
329
+ readonly $fault: "client";
330
+ constructor(
331
+ opts: __ExceptionOptionType<
332
+ TipsDivergenceExceededException,
333
+ __BaseException
334
+ >
335
+ );
336
+ }
337
+ export declare class CommitIdsLimitExceededException extends __BaseException {
338
+ readonly name: "CommitIdsLimitExceededException";
339
+ readonly $fault: "client";
340
+ constructor(
341
+ opts: __ExceptionOptionType<
342
+ CommitIdsLimitExceededException,
343
+ __BaseException
344
+ >
345
+ );
346
+ }
347
+ export declare class CommitIdsListRequiredException extends __BaseException {
348
+ readonly name: "CommitIdsListRequiredException";
349
+ readonly $fault: "client";
350
+ constructor(
351
+ opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>
352
+ );
353
+ }
354
+ export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
355
+ readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
356
+ readonly $fault: "client";
357
+ constructor(
358
+ opts: __ExceptionOptionType<
359
+ BeforeCommitIdAndAfterCommitIdAreSameException,
360
+ __BaseException
361
+ >
362
+ );
363
+ }
364
+ export declare class BlobIdDoesNotExistException extends __BaseException {
365
+ readonly name: "BlobIdDoesNotExistException";
366
+ readonly $fault: "client";
367
+ constructor(
368
+ opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>
369
+ );
370
+ }
371
+ export declare class BlobIdRequiredException extends __BaseException {
372
+ readonly name: "BlobIdRequiredException";
373
+ readonly $fault: "client";
374
+ constructor(
375
+ opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>
376
+ );
377
+ }
378
+ export declare class BranchDoesNotExistException extends __BaseException {
379
+ readonly name: "BranchDoesNotExistException";
380
+ readonly $fault: "client";
381
+ constructor(
382
+ opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>
383
+ );
384
+ }
385
+ export declare class BranchNameExistsException extends __BaseException {
386
+ readonly name: "BranchNameExistsException";
387
+ readonly $fault: "client";
388
+ constructor(
389
+ opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>
390
+ );
391
+ }
392
+ export declare class BranchNameIsTagNameException extends __BaseException {
393
+ readonly name: "BranchNameIsTagNameException";
394
+ readonly $fault: "client";
395
+ constructor(
396
+ opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>
397
+ );
398
+ }
399
+ export declare class BranchNameRequiredException extends __BaseException {
400
+ readonly name: "BranchNameRequiredException";
401
+ readonly $fault: "client";
402
+ constructor(
403
+ opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>
404
+ );
405
+ }
406
+ export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
407
+ readonly name: "CannotDeleteApprovalRuleFromTemplateException";
408
+ readonly $fault: "client";
409
+ constructor(
410
+ opts: __ExceptionOptionType<
411
+ CannotDeleteApprovalRuleFromTemplateException,
412
+ __BaseException
413
+ >
414
+ );
415
+ }
416
+ export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
417
+ readonly name: "CannotModifyApprovalRuleFromTemplateException";
418
+ readonly $fault: "client";
419
+ constructor(
420
+ opts: __ExceptionOptionType<
421
+ CannotModifyApprovalRuleFromTemplateException,
422
+ __BaseException
423
+ >
424
+ );
425
+ }
426
+ export declare class ClientRequestTokenRequiredException extends __BaseException {
427
+ readonly name: "ClientRequestTokenRequiredException";
428
+ readonly $fault: "client";
429
+ constructor(
430
+ opts: __ExceptionOptionType<
431
+ ClientRequestTokenRequiredException,
432
+ __BaseException
433
+ >
434
+ );
435
+ }
436
+ export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
437
+ readonly name: "InvalidApprovalRuleTemplateContentException";
438
+ readonly $fault: "client";
439
+ constructor(
440
+ opts: __ExceptionOptionType<
441
+ InvalidApprovalRuleTemplateContentException,
442
+ __BaseException
443
+ >
444
+ );
445
+ }
446
+ export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
447
+ readonly name: "InvalidApprovalRuleTemplateDescriptionException";
448
+ readonly $fault: "client";
449
+ constructor(
450
+ opts: __ExceptionOptionType<
451
+ InvalidApprovalRuleTemplateDescriptionException,
452
+ __BaseException
453
+ >
454
+ );
455
+ }
456
+ export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
457
+ readonly name: "NumberOfRuleTemplatesExceededException";
458
+ readonly $fault: "client";
459
+ constructor(
460
+ opts: __ExceptionOptionType<
461
+ NumberOfRuleTemplatesExceededException,
462
+ __BaseException
463
+ >
464
+ );
465
+ }
466
+ export declare class CommitIdRequiredException extends __BaseException {
467
+ readonly name: "CommitIdRequiredException";
468
+ readonly $fault: "client";
469
+ constructor(
470
+ opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>
471
+ );
472
+ }
473
+ export declare class InvalidBranchNameException extends __BaseException {
474
+ readonly name: "InvalidBranchNameException";
475
+ readonly $fault: "client";
476
+ constructor(
477
+ opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>
478
+ );
479
+ }
480
+ export declare class InvalidCommitIdException extends __BaseException {
481
+ readonly name: "InvalidCommitIdException";
482
+ readonly $fault: "client";
483
+ constructor(
484
+ opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>
485
+ );
486
+ }
487
+ export declare class CommitMessageLengthExceededException extends __BaseException {
488
+ readonly name: "CommitMessageLengthExceededException";
489
+ readonly $fault: "client";
490
+ constructor(
491
+ opts: __ExceptionOptionType<
492
+ CommitMessageLengthExceededException,
493
+ __BaseException
494
+ >
495
+ );
496
+ }
497
+ export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
498
+ readonly name: "DirectoryNameConflictsWithFileNameException";
499
+ readonly $fault: "client";
500
+ constructor(
501
+ opts: __ExceptionOptionType<
502
+ DirectoryNameConflictsWithFileNameException,
503
+ __BaseException
504
+ >
505
+ );
506
+ }
507
+ export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
508
+ readonly name: "FileContentAndSourceFileSpecifiedException";
509
+ readonly $fault: "client";
510
+ constructor(
511
+ opts: __ExceptionOptionType<
512
+ FileContentAndSourceFileSpecifiedException,
513
+ __BaseException
514
+ >
515
+ );
516
+ }
517
+ export declare class FileContentSizeLimitExceededException extends __BaseException {
518
+ readonly name: "FileContentSizeLimitExceededException";
519
+ readonly $fault: "client";
520
+ constructor(
521
+ opts: __ExceptionOptionType<
522
+ FileContentSizeLimitExceededException,
523
+ __BaseException
524
+ >
525
+ );
526
+ }
527
+ export declare class FileDoesNotExistException extends __BaseException {
528
+ readonly name: "FileDoesNotExistException";
529
+ readonly $fault: "client";
530
+ constructor(
531
+ opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>
532
+ );
533
+ }
534
+ export declare class FileEntryRequiredException extends __BaseException {
535
+ readonly name: "FileEntryRequiredException";
536
+ readonly $fault: "client";
537
+ constructor(
538
+ opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>
539
+ );
540
+ }
541
+ export declare class FileModeRequiredException extends __BaseException {
542
+ readonly name: "FileModeRequiredException";
543
+ readonly $fault: "client";
544
+ constructor(
545
+ opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>
546
+ );
547
+ }
548
+ export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
549
+ readonly name: "FileNameConflictsWithDirectoryNameException";
550
+ readonly $fault: "client";
551
+ constructor(
552
+ opts: __ExceptionOptionType<
553
+ FileNameConflictsWithDirectoryNameException,
554
+ __BaseException
555
+ >
556
+ );
557
+ }
558
+ export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
559
+ readonly name: "FilePathConflictsWithSubmodulePathException";
560
+ readonly $fault: "client";
561
+ constructor(
562
+ opts: __ExceptionOptionType<
563
+ FilePathConflictsWithSubmodulePathException,
564
+ __BaseException
565
+ >
566
+ );
567
+ }
568
+ export declare class FolderContentSizeLimitExceededException extends __BaseException {
569
+ readonly name: "FolderContentSizeLimitExceededException";
570
+ readonly $fault: "client";
571
+ constructor(
572
+ opts: __ExceptionOptionType<
573
+ FolderContentSizeLimitExceededException,
574
+ __BaseException
575
+ >
576
+ );
577
+ }
578
+ export declare class InvalidDeletionParameterException extends __BaseException {
579
+ readonly name: "InvalidDeletionParameterException";
580
+ readonly $fault: "client";
581
+ constructor(
582
+ opts: __ExceptionOptionType<
583
+ InvalidDeletionParameterException,
584
+ __BaseException
585
+ >
586
+ );
587
+ }
588
+ export declare class InvalidEmailException extends __BaseException {
589
+ readonly name: "InvalidEmailException";
590
+ readonly $fault: "client";
591
+ constructor(
592
+ opts: __ExceptionOptionType<InvalidEmailException, __BaseException>
593
+ );
594
+ }
595
+ export declare class InvalidFileModeException extends __BaseException {
596
+ readonly name: "InvalidFileModeException";
597
+ readonly $fault: "client";
598
+ constructor(
599
+ opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>
600
+ );
601
+ }
602
+ export declare class InvalidParentCommitIdException extends __BaseException {
603
+ readonly name: "InvalidParentCommitIdException";
604
+ readonly $fault: "client";
605
+ constructor(
606
+ opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>
607
+ );
608
+ }
609
+ export declare class InvalidPathException extends __BaseException {
610
+ readonly name: "InvalidPathException";
611
+ readonly $fault: "client";
612
+ constructor(
613
+ opts: __ExceptionOptionType<InvalidPathException, __BaseException>
614
+ );
615
+ }
616
+ export declare class MaximumFileEntriesExceededException extends __BaseException {
617
+ readonly name: "MaximumFileEntriesExceededException";
618
+ readonly $fault: "client";
619
+ constructor(
620
+ opts: __ExceptionOptionType<
621
+ MaximumFileEntriesExceededException,
622
+ __BaseException
623
+ >
624
+ );
625
+ }
626
+ export declare class NameLengthExceededException extends __BaseException {
627
+ readonly name: "NameLengthExceededException";
628
+ readonly $fault: "client";
629
+ constructor(
630
+ opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>
631
+ );
632
+ }
633
+ export declare class NoChangeException extends __BaseException {
634
+ readonly name: "NoChangeException";
635
+ readonly $fault: "client";
636
+ constructor(opts: __ExceptionOptionType<NoChangeException, __BaseException>);
637
+ }
638
+ export declare class ParentCommitDoesNotExistException extends __BaseException {
639
+ readonly name: "ParentCommitDoesNotExistException";
640
+ readonly $fault: "client";
641
+ constructor(
642
+ opts: __ExceptionOptionType<
643
+ ParentCommitDoesNotExistException,
644
+ __BaseException
645
+ >
646
+ );
647
+ }
648
+ export declare class ParentCommitIdOutdatedException extends __BaseException {
649
+ readonly name: "ParentCommitIdOutdatedException";
650
+ readonly $fault: "client";
651
+ constructor(
652
+ opts: __ExceptionOptionType<
653
+ ParentCommitIdOutdatedException,
654
+ __BaseException
655
+ >
656
+ );
657
+ }
658
+ export declare class ParentCommitIdRequiredException extends __BaseException {
659
+ readonly name: "ParentCommitIdRequiredException";
660
+ readonly $fault: "client";
661
+ constructor(
662
+ opts: __ExceptionOptionType<
663
+ ParentCommitIdRequiredException,
664
+ __BaseException
665
+ >
666
+ );
667
+ }
668
+ export declare class PathRequiredException extends __BaseException {
669
+ readonly name: "PathRequiredException";
670
+ readonly $fault: "client";
671
+ constructor(
672
+ opts: __ExceptionOptionType<PathRequiredException, __BaseException>
673
+ );
674
+ }
675
+ export declare class PutFileEntryConflictException extends __BaseException {
676
+ readonly name: "PutFileEntryConflictException";
677
+ readonly $fault: "client";
678
+ constructor(
679
+ opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>
680
+ );
681
+ }
682
+ export declare class RestrictedSourceFileException extends __BaseException {
683
+ readonly name: "RestrictedSourceFileException";
684
+ readonly $fault: "client";
685
+ constructor(
686
+ opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>
687
+ );
688
+ }
689
+ export declare class SamePathRequestException extends __BaseException {
690
+ readonly name: "SamePathRequestException";
691
+ readonly $fault: "client";
692
+ constructor(
693
+ opts: __ExceptionOptionType<SamePathRequestException, __BaseException>
694
+ );
695
+ }
696
+ export declare class SourceFileOrContentRequiredException extends __BaseException {
697
+ readonly name: "SourceFileOrContentRequiredException";
698
+ readonly $fault: "client";
699
+ constructor(
700
+ opts: __ExceptionOptionType<
701
+ SourceFileOrContentRequiredException,
702
+ __BaseException
703
+ >
704
+ );
705
+ }
706
+ export declare class IdempotencyParameterMismatchException extends __BaseException {
707
+ readonly name: "IdempotencyParameterMismatchException";
708
+ readonly $fault: "client";
709
+ constructor(
710
+ opts: __ExceptionOptionType<
711
+ IdempotencyParameterMismatchException,
712
+ __BaseException
713
+ >
714
+ );
715
+ }
716
+ export declare class InvalidClientRequestTokenException extends __BaseException {
717
+ readonly name: "InvalidClientRequestTokenException";
718
+ readonly $fault: "client";
719
+ constructor(
720
+ opts: __ExceptionOptionType<
721
+ InvalidClientRequestTokenException,
722
+ __BaseException
723
+ >
724
+ );
725
+ }
726
+ export declare class InvalidDescriptionException extends __BaseException {
727
+ readonly name: "InvalidDescriptionException";
728
+ readonly $fault: "client";
729
+ constructor(
730
+ opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>
731
+ );
732
+ }
733
+ export declare class InvalidReferenceNameException extends __BaseException {
734
+ readonly name: "InvalidReferenceNameException";
735
+ readonly $fault: "client";
736
+ constructor(
737
+ opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>
738
+ );
739
+ }
740
+ export declare class InvalidTargetException extends __BaseException {
741
+ readonly name: "InvalidTargetException";
742
+ readonly $fault: "client";
743
+ constructor(
744
+ opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
745
+ );
746
+ }
747
+ export declare class InvalidTargetsException extends __BaseException {
748
+ readonly name: "InvalidTargetsException";
749
+ readonly $fault: "client";
750
+ constructor(
751
+ opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>
752
+ );
753
+ }
754
+ export declare class InvalidTitleException extends __BaseException {
755
+ readonly name: "InvalidTitleException";
756
+ readonly $fault: "client";
757
+ constructor(
758
+ opts: __ExceptionOptionType<InvalidTitleException, __BaseException>
759
+ );
760
+ }
761
+ export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
762
+ readonly name: "MaximumOpenPullRequestsExceededException";
763
+ readonly $fault: "client";
764
+ constructor(
765
+ opts: __ExceptionOptionType<
766
+ MaximumOpenPullRequestsExceededException,
767
+ __BaseException
768
+ >
769
+ );
770
+ }
771
+ export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
772
+ readonly name: "MultipleRepositoriesInPullRequestException";
773
+ readonly $fault: "client";
774
+ constructor(
775
+ opts: __ExceptionOptionType<
776
+ MultipleRepositoriesInPullRequestException,
777
+ __BaseException
778
+ >
779
+ );
780
+ }
781
+ export declare class ReferenceDoesNotExistException extends __BaseException {
782
+ readonly name: "ReferenceDoesNotExistException";
783
+ readonly $fault: "client";
784
+ constructor(
785
+ opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>
786
+ );
787
+ }
788
+ export declare class ReferenceNameRequiredException extends __BaseException {
789
+ readonly name: "ReferenceNameRequiredException";
790
+ readonly $fault: "client";
791
+ constructor(
792
+ opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>
793
+ );
794
+ }
795
+ export declare class ReferenceTypeNotSupportedException extends __BaseException {
796
+ readonly name: "ReferenceTypeNotSupportedException";
797
+ readonly $fault: "client";
798
+ constructor(
799
+ opts: __ExceptionOptionType<
800
+ ReferenceTypeNotSupportedException,
801
+ __BaseException
802
+ >
803
+ );
804
+ }
805
+ export declare class SourceAndDestinationAreSameException extends __BaseException {
806
+ readonly name: "SourceAndDestinationAreSameException";
807
+ readonly $fault: "client";
808
+ constructor(
809
+ opts: __ExceptionOptionType<
810
+ SourceAndDestinationAreSameException,
811
+ __BaseException
812
+ >
813
+ );
814
+ }
815
+ export declare class TargetRequiredException extends __BaseException {
816
+ readonly name: "TargetRequiredException";
817
+ readonly $fault: "client";
818
+ constructor(
819
+ opts: __ExceptionOptionType<TargetRequiredException, __BaseException>
820
+ );
821
+ }
822
+ export declare class TargetsRequiredException extends __BaseException {
823
+ readonly name: "TargetsRequiredException";
824
+ readonly $fault: "client";
825
+ constructor(
826
+ opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>
827
+ );
828
+ }
829
+ export declare class TitleRequiredException extends __BaseException {
830
+ readonly name: "TitleRequiredException";
831
+ readonly $fault: "client";
832
+ constructor(
833
+ opts: __ExceptionOptionType<TitleRequiredException, __BaseException>
834
+ );
835
+ }
836
+ export declare class InvalidApprovalRuleContentException extends __BaseException {
837
+ readonly name: "InvalidApprovalRuleContentException";
838
+ readonly $fault: "client";
839
+ constructor(
840
+ opts: __ExceptionOptionType<
841
+ InvalidApprovalRuleContentException,
842
+ __BaseException
843
+ >
844
+ );
845
+ }
846
+ export declare class InvalidApprovalRuleNameException extends __BaseException {
847
+ readonly name: "InvalidApprovalRuleNameException";
848
+ readonly $fault: "client";
849
+ constructor(
850
+ opts: __ExceptionOptionType<
851
+ InvalidApprovalRuleNameException,
852
+ __BaseException
853
+ >
854
+ );
855
+ }
856
+ export declare class InvalidPullRequestIdException extends __BaseException {
857
+ readonly name: "InvalidPullRequestIdException";
858
+ readonly $fault: "client";
859
+ constructor(
860
+ opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>
861
+ );
862
+ }
863
+ export declare class NumberOfRulesExceededException extends __BaseException {
864
+ readonly name: "NumberOfRulesExceededException";
865
+ readonly $fault: "client";
866
+ constructor(
867
+ opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>
868
+ );
869
+ }
870
+ export declare class PullRequestAlreadyClosedException extends __BaseException {
871
+ readonly name: "PullRequestAlreadyClosedException";
872
+ readonly $fault: "client";
873
+ constructor(
874
+ opts: __ExceptionOptionType<
875
+ PullRequestAlreadyClosedException,
876
+ __BaseException
877
+ >
878
+ );
879
+ }
880
+ export declare class PullRequestDoesNotExistException extends __BaseException {
881
+ readonly name: "PullRequestDoesNotExistException";
882
+ readonly $fault: "client";
883
+ constructor(
884
+ opts: __ExceptionOptionType<
885
+ PullRequestDoesNotExistException,
886
+ __BaseException
887
+ >
888
+ );
889
+ }
890
+ export declare class PullRequestIdRequiredException extends __BaseException {
891
+ readonly name: "PullRequestIdRequiredException";
892
+ readonly $fault: "client";
893
+ constructor(
894
+ opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>
895
+ );
896
+ }
897
+ export declare class EncryptionKeyInvalidIdException extends __BaseException {
898
+ readonly name: "EncryptionKeyInvalidIdException";
899
+ readonly $fault: "client";
900
+ constructor(
901
+ opts: __ExceptionOptionType<
902
+ EncryptionKeyInvalidIdException,
903
+ __BaseException
904
+ >
905
+ );
906
+ }
907
+ export declare class EncryptionKeyInvalidUsageException extends __BaseException {
908
+ readonly name: "EncryptionKeyInvalidUsageException";
909
+ readonly $fault: "client";
910
+ constructor(
911
+ opts: __ExceptionOptionType<
912
+ EncryptionKeyInvalidUsageException,
913
+ __BaseException
914
+ >
915
+ );
916
+ }
917
+ export declare class InvalidRepositoryDescriptionException extends __BaseException {
918
+ readonly name: "InvalidRepositoryDescriptionException";
919
+ readonly $fault: "client";
920
+ constructor(
921
+ opts: __ExceptionOptionType<
922
+ InvalidRepositoryDescriptionException,
923
+ __BaseException
924
+ >
925
+ );
926
+ }
927
+ export declare class InvalidSystemTagUsageException extends __BaseException {
928
+ readonly name: "InvalidSystemTagUsageException";
929
+ readonly $fault: "client";
930
+ constructor(
931
+ opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>
932
+ );
933
+ }
934
+ export declare class InvalidTagsMapException extends __BaseException {
935
+ readonly name: "InvalidTagsMapException";
936
+ readonly $fault: "client";
937
+ constructor(
938
+ opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>
939
+ );
940
+ }
941
+ export declare class OperationNotAllowedException extends __BaseException {
942
+ readonly name: "OperationNotAllowedException";
943
+ readonly $fault: "client";
944
+ constructor(
945
+ opts: __ExceptionOptionType<OperationNotAllowedException, __BaseException>
946
+ );
947
+ }
948
+ export declare class RepositoryLimitExceededException extends __BaseException {
949
+ readonly name: "RepositoryLimitExceededException";
950
+ readonly $fault: "client";
951
+ constructor(
952
+ opts: __ExceptionOptionType<
953
+ RepositoryLimitExceededException,
954
+ __BaseException
955
+ >
956
+ );
957
+ }
958
+ export declare class RepositoryNameExistsException extends __BaseException {
959
+ readonly name: "RepositoryNameExistsException";
960
+ readonly $fault: "client";
961
+ constructor(
962
+ opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>
963
+ );
964
+ }
965
+ export declare class TagPolicyException extends __BaseException {
966
+ readonly name: "TagPolicyException";
967
+ readonly $fault: "client";
968
+ constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
969
+ }
970
+ export declare class TooManyTagsException extends __BaseException {
971
+ readonly name: "TooManyTagsException";
972
+ readonly $fault: "client";
973
+ constructor(
974
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
975
+ );
976
+ }
977
+ export declare class ConcurrentReferenceUpdateException extends __BaseException {
978
+ readonly name: "ConcurrentReferenceUpdateException";
979
+ readonly $fault: "client";
980
+ constructor(
981
+ opts: __ExceptionOptionType<
982
+ ConcurrentReferenceUpdateException,
983
+ __BaseException
984
+ >
985
+ );
986
+ }
987
+ export declare class InvalidConflictResolutionException extends __BaseException {
988
+ readonly name: "InvalidConflictResolutionException";
989
+ readonly $fault: "client";
990
+ constructor(
991
+ opts: __ExceptionOptionType<
992
+ InvalidConflictResolutionException,
993
+ __BaseException
994
+ >
995
+ );
996
+ }
997
+ export declare class InvalidReplacementContentException extends __BaseException {
998
+ readonly name: "InvalidReplacementContentException";
999
+ readonly $fault: "client";
1000
+ constructor(
1001
+ opts: __ExceptionOptionType<
1002
+ InvalidReplacementContentException,
1003
+ __BaseException
1004
+ >
1005
+ );
1006
+ }
1007
+ export declare class InvalidReplacementTypeException extends __BaseException {
1008
+ readonly name: "InvalidReplacementTypeException";
1009
+ readonly $fault: "client";
1010
+ constructor(
1011
+ opts: __ExceptionOptionType<
1012
+ InvalidReplacementTypeException,
1013
+ __BaseException
1014
+ >
1015
+ );
1016
+ }
1017
+ export declare class ManualMergeRequiredException extends __BaseException {
1018
+ readonly name: "ManualMergeRequiredException";
1019
+ readonly $fault: "client";
1020
+ constructor(
1021
+ opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>
1022
+ );
1023
+ }
1024
+ export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
1025
+ readonly name: "MaximumConflictResolutionEntriesExceededException";
1026
+ readonly $fault: "client";
1027
+ constructor(
1028
+ opts: __ExceptionOptionType<
1029
+ MaximumConflictResolutionEntriesExceededException,
1030
+ __BaseException
1031
+ >
1032
+ );
1033
+ }
1034
+ export declare class MultipleConflictResolutionEntriesException extends __BaseException {
1035
+ readonly name: "MultipleConflictResolutionEntriesException";
1036
+ readonly $fault: "client";
1037
+ constructor(
1038
+ opts: __ExceptionOptionType<
1039
+ MultipleConflictResolutionEntriesException,
1040
+ __BaseException
1041
+ >
1042
+ );
1043
+ }
1044
+ export declare class ReplacementContentRequiredException extends __BaseException {
1045
+ readonly name: "ReplacementContentRequiredException";
1046
+ readonly $fault: "client";
1047
+ constructor(
1048
+ opts: __ExceptionOptionType<
1049
+ ReplacementContentRequiredException,
1050
+ __BaseException
1051
+ >
1052
+ );
1053
+ }
1054
+ export declare class ReplacementTypeRequiredException extends __BaseException {
1055
+ readonly name: "ReplacementTypeRequiredException";
1056
+ readonly $fault: "client";
1057
+ constructor(
1058
+ opts: __ExceptionOptionType<
1059
+ ReplacementTypeRequiredException,
1060
+ __BaseException
1061
+ >
1062
+ );
1063
+ }
1064
+ export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
1065
+ readonly name: "DefaultBranchCannotBeDeletedException";
1066
+ readonly $fault: "client";
1067
+ constructor(
1068
+ opts: __ExceptionOptionType<
1069
+ DefaultBranchCannotBeDeletedException,
1070
+ __BaseException
1071
+ >
1072
+ );
1073
+ }
1074
+ export declare class CommentDeletedException extends __BaseException {
1075
+ readonly name: "CommentDeletedException";
1076
+ readonly $fault: "client";
1077
+ constructor(
1078
+ opts: __ExceptionOptionType<CommentDeletedException, __BaseException>
1079
+ );
1080
+ }
1081
+ export declare class CommentDoesNotExistException extends __BaseException {
1082
+ readonly name: "CommentDoesNotExistException";
1083
+ readonly $fault: "client";
1084
+ constructor(
1085
+ opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>
1086
+ );
1087
+ }
1088
+ export declare class CommentIdRequiredException extends __BaseException {
1089
+ readonly name: "CommentIdRequiredException";
1090
+ readonly $fault: "client";
1091
+ constructor(
1092
+ opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>
1093
+ );
1094
+ }
1095
+ export declare class InvalidCommentIdException extends __BaseException {
1096
+ readonly name: "InvalidCommentIdException";
1097
+ readonly $fault: "client";
1098
+ constructor(
1099
+ opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>
1100
+ );
1101
+ }
1102
+ export declare class InvalidActorArnException extends __BaseException {
1103
+ readonly name: "InvalidActorArnException";
1104
+ readonly $fault: "client";
1105
+ constructor(
1106
+ opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>
1107
+ );
1108
+ }
1109
+ export declare class InvalidMaxResultsException extends __BaseException {
1110
+ readonly name: "InvalidMaxResultsException";
1111
+ readonly $fault: "client";
1112
+ constructor(
1113
+ opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>
1114
+ );
1115
+ }
1116
+ export declare class InvalidPullRequestEventTypeException extends __BaseException {
1117
+ readonly name: "InvalidPullRequestEventTypeException";
1118
+ readonly $fault: "client";
1119
+ constructor(
1120
+ opts: __ExceptionOptionType<
1121
+ InvalidPullRequestEventTypeException,
1122
+ __BaseException
1123
+ >
1124
+ );
1125
+ }
1126
+ export declare class InvalidRevisionIdException extends __BaseException {
1127
+ readonly name: "InvalidRevisionIdException";
1128
+ readonly $fault: "client";
1129
+ constructor(
1130
+ opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>
1131
+ );
1132
+ }
1133
+ export declare class RevisionIdRequiredException extends __BaseException {
1134
+ readonly name: "RevisionIdRequiredException";
1135
+ readonly $fault: "client";
1136
+ constructor(
1137
+ opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>
1138
+ );
1139
+ }
1140
+ export declare class RevisionNotCurrentException extends __BaseException {
1141
+ readonly name: "RevisionNotCurrentException";
1142
+ readonly $fault: "client";
1143
+ constructor(
1144
+ opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>
1145
+ );
1146
+ }
1147
+ export declare class FileTooLargeException extends __BaseException {
1148
+ readonly name: "FileTooLargeException";
1149
+ readonly $fault: "client";
1150
+ constructor(
1151
+ opts: __ExceptionOptionType<FileTooLargeException, __BaseException>
1152
+ );
1153
+ }
1154
+ export declare class InvalidBlobIdException extends __BaseException {
1155
+ readonly name: "InvalidBlobIdException";
1156
+ readonly $fault: "client";
1157
+ constructor(
1158
+ opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>
1159
+ );
1160
+ }
1161
+ export declare class InvalidReactionUserArnException extends __BaseException {
1162
+ readonly name: "InvalidReactionUserArnException";
1163
+ readonly $fault: "client";
1164
+ constructor(
1165
+ opts: __ExceptionOptionType<
1166
+ InvalidReactionUserArnException,
1167
+ __BaseException
1168
+ >
1169
+ );
1170
+ }
1171
+ export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
1172
+ readonly name: "RepositoryNotAssociatedWithPullRequestException";
1173
+ readonly $fault: "client";
1174
+ constructor(
1175
+ opts: __ExceptionOptionType<
1176
+ RepositoryNotAssociatedWithPullRequestException,
1177
+ __BaseException
1178
+ >
1179
+ );
1180
+ }
1181
+ export declare class CommitIdDoesNotExistException extends __BaseException {
1182
+ readonly name: "CommitIdDoesNotExistException";
1183
+ readonly $fault: "client";
1184
+ constructor(
1185
+ opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>
1186
+ );
1187
+ }
1188
+ export declare class PathDoesNotExistException extends __BaseException {
1189
+ readonly name: "PathDoesNotExistException";
1190
+ readonly $fault: "client";
1191
+ constructor(
1192
+ opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>
1193
+ );
1194
+ }
1195
+ export declare class FolderDoesNotExistException extends __BaseException {
1196
+ readonly name: "FolderDoesNotExistException";
1197
+ readonly $fault: "client";
1198
+ constructor(
1199
+ opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>
1200
+ );
1201
+ }
1202
+ export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
1203
+ readonly name: "InvalidDestinationCommitSpecifierException";
1204
+ readonly $fault: "client";
1205
+ constructor(
1206
+ opts: __ExceptionOptionType<
1207
+ InvalidDestinationCommitSpecifierException,
1208
+ __BaseException
1209
+ >
1210
+ );
1211
+ }
1212
+ export declare class InvalidSourceCommitSpecifierException extends __BaseException {
1213
+ readonly name: "InvalidSourceCommitSpecifierException";
1214
+ readonly $fault: "client";
1215
+ constructor(
1216
+ opts: __ExceptionOptionType<
1217
+ InvalidSourceCommitSpecifierException,
1218
+ __BaseException
1219
+ >
1220
+ );
1221
+ }
1222
+ export declare class InvalidAuthorArnException extends __BaseException {
1223
+ readonly name: "InvalidAuthorArnException";
1224
+ readonly $fault: "client";
1225
+ constructor(
1226
+ opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>
1227
+ );
1228
+ }
1229
+ export declare class InvalidPullRequestStatusException extends __BaseException {
1230
+ readonly name: "InvalidPullRequestStatusException";
1231
+ readonly $fault: "client";
1232
+ constructor(
1233
+ opts: __ExceptionOptionType<
1234
+ InvalidPullRequestStatusException,
1235
+ __BaseException
1236
+ >
1237
+ );
1238
+ }
1239
+ export declare class InvalidOrderException extends __BaseException {
1240
+ readonly name: "InvalidOrderException";
1241
+ readonly $fault: "client";
1242
+ constructor(
1243
+ opts: __ExceptionOptionType<InvalidOrderException, __BaseException>
1244
+ );
1245
+ }
1246
+ export declare class InvalidSortByException extends __BaseException {
1247
+ readonly name: "InvalidSortByException";
1248
+ readonly $fault: "client";
1249
+ constructor(
1250
+ opts: __ExceptionOptionType<InvalidSortByException, __BaseException>
1251
+ );
1252
+ }
1253
+ export declare class InvalidResourceArnException extends __BaseException {
1254
+ readonly name: "InvalidResourceArnException";
1255
+ readonly $fault: "client";
1256
+ constructor(
1257
+ opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>
1258
+ );
1259
+ }
1260
+ export declare class ResourceArnRequiredException extends __BaseException {
1261
+ readonly name: "ResourceArnRequiredException";
1262
+ readonly $fault: "client";
1263
+ constructor(
1264
+ opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
1265
+ );
1266
+ }
1267
+ export declare class InvalidTargetBranchException extends __BaseException {
1268
+ readonly name: "InvalidTargetBranchException";
1269
+ readonly $fault: "client";
1270
+ constructor(
1271
+ opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>
1272
+ );
1273
+ }
1274
+ export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
1275
+ readonly name: "PullRequestApprovalRulesNotSatisfiedException";
1276
+ readonly $fault: "client";
1277
+ constructor(
1278
+ opts: __ExceptionOptionType<
1279
+ PullRequestApprovalRulesNotSatisfiedException,
1280
+ __BaseException
1281
+ >
1282
+ );
1283
+ }
1284
+ export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
1285
+ readonly name: "TipOfSourceReferenceIsDifferentException";
1286
+ readonly $fault: "client";
1287
+ constructor(
1288
+ opts: __ExceptionOptionType<
1289
+ TipOfSourceReferenceIsDifferentException,
1290
+ __BaseException
1291
+ >
1292
+ );
1293
+ }
1294
+ export declare class InvalidOverrideStatusException extends __BaseException {
1295
+ readonly name: "InvalidOverrideStatusException";
1296
+ readonly $fault: "client";
1297
+ constructor(
1298
+ opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>
1299
+ );
1300
+ }
1301
+ export declare class OverrideAlreadySetException extends __BaseException {
1302
+ readonly name: "OverrideAlreadySetException";
1303
+ readonly $fault: "client";
1304
+ constructor(
1305
+ opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>
1306
+ );
1307
+ }
1308
+ export declare class OverrideStatusRequiredException extends __BaseException {
1309
+ readonly name: "OverrideStatusRequiredException";
1310
+ readonly $fault: "client";
1311
+ constructor(
1312
+ opts: __ExceptionOptionType<
1313
+ OverrideStatusRequiredException,
1314
+ __BaseException
1315
+ >
1316
+ );
1317
+ }
1318
+ export declare class CommentContentRequiredException extends __BaseException {
1319
+ readonly name: "CommentContentRequiredException";
1320
+ readonly $fault: "client";
1321
+ constructor(
1322
+ opts: __ExceptionOptionType<
1323
+ CommentContentRequiredException,
1324
+ __BaseException
1325
+ >
1326
+ );
1327
+ }
1328
+ export declare class CommentContentSizeLimitExceededException extends __BaseException {
1329
+ readonly name: "CommentContentSizeLimitExceededException";
1330
+ readonly $fault: "client";
1331
+ constructor(
1332
+ opts: __ExceptionOptionType<
1333
+ CommentContentSizeLimitExceededException,
1334
+ __BaseException
1335
+ >
1336
+ );
1337
+ }
1338
+ export declare class InvalidFileLocationException extends __BaseException {
1339
+ readonly name: "InvalidFileLocationException";
1340
+ readonly $fault: "client";
1341
+ constructor(
1342
+ opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>
1343
+ );
1344
+ }
1345
+ export declare class InvalidFilePositionException extends __BaseException {
1346
+ readonly name: "InvalidFilePositionException";
1347
+ readonly $fault: "client";
1348
+ constructor(
1349
+ opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>
1350
+ );
1351
+ }
1352
+ export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
1353
+ readonly name: "InvalidRelativeFileVersionEnumException";
1354
+ readonly $fault: "client";
1355
+ constructor(
1356
+ opts: __ExceptionOptionType<
1357
+ InvalidRelativeFileVersionEnumException,
1358
+ __BaseException
1359
+ >
1360
+ );
1361
+ }
1362
+ export declare class InvalidReactionValueException extends __BaseException {
1363
+ readonly name: "InvalidReactionValueException";
1364
+ readonly $fault: "client";
1365
+ constructor(
1366
+ opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>
1367
+ );
1368
+ }
1369
+ export declare class ReactionLimitExceededException extends __BaseException {
1370
+ readonly name: "ReactionLimitExceededException";
1371
+ readonly $fault: "client";
1372
+ constructor(
1373
+ opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>
1374
+ );
1375
+ }
1376
+ export declare class ReactionValueRequiredException extends __BaseException {
1377
+ readonly name: "ReactionValueRequiredException";
1378
+ readonly $fault: "client";
1379
+ constructor(
1380
+ opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>
1381
+ );
1382
+ }
1383
+ export declare class FileContentRequiredException extends __BaseException {
1384
+ readonly name: "FileContentRequiredException";
1385
+ readonly $fault: "client";
1386
+ constructor(
1387
+ opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>
1388
+ );
1389
+ }
1390
+ export declare class SameFileContentException extends __BaseException {
1391
+ readonly name: "SameFileContentException";
1392
+ readonly $fault: "client";
1393
+ constructor(
1394
+ opts: __ExceptionOptionType<SameFileContentException, __BaseException>
1395
+ );
1396
+ }
1397
+ export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
1398
+ readonly name: "InvalidRepositoryTriggerBranchNameException";
1399
+ readonly $fault: "client";
1400
+ constructor(
1401
+ opts: __ExceptionOptionType<
1402
+ InvalidRepositoryTriggerBranchNameException,
1403
+ __BaseException
1404
+ >
1405
+ );
1406
+ }
1407
+ export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
1408
+ readonly name: "InvalidRepositoryTriggerCustomDataException";
1409
+ readonly $fault: "client";
1410
+ constructor(
1411
+ opts: __ExceptionOptionType<
1412
+ InvalidRepositoryTriggerCustomDataException,
1413
+ __BaseException
1414
+ >
1415
+ );
1416
+ }
1417
+ export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
1418
+ readonly name: "InvalidRepositoryTriggerDestinationArnException";
1419
+ readonly $fault: "client";
1420
+ constructor(
1421
+ opts: __ExceptionOptionType<
1422
+ InvalidRepositoryTriggerDestinationArnException,
1423
+ __BaseException
1424
+ >
1425
+ );
1426
+ }
1427
+ export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
1428
+ readonly name: "InvalidRepositoryTriggerEventsException";
1429
+ readonly $fault: "client";
1430
+ constructor(
1431
+ opts: __ExceptionOptionType<
1432
+ InvalidRepositoryTriggerEventsException,
1433
+ __BaseException
1434
+ >
1435
+ );
1436
+ }
1437
+ export declare class InvalidRepositoryTriggerNameException extends __BaseException {
1438
+ readonly name: "InvalidRepositoryTriggerNameException";
1439
+ readonly $fault: "client";
1440
+ constructor(
1441
+ opts: __ExceptionOptionType<
1442
+ InvalidRepositoryTriggerNameException,
1443
+ __BaseException
1444
+ >
1445
+ );
1446
+ }
1447
+ export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
1448
+ readonly name: "InvalidRepositoryTriggerRegionException";
1449
+ readonly $fault: "client";
1450
+ constructor(
1451
+ opts: __ExceptionOptionType<
1452
+ InvalidRepositoryTriggerRegionException,
1453
+ __BaseException
1454
+ >
1455
+ );
1456
+ }
1457
+ export declare class MaximumBranchesExceededException extends __BaseException {
1458
+ readonly name: "MaximumBranchesExceededException";
1459
+ readonly $fault: "client";
1460
+ constructor(
1461
+ opts: __ExceptionOptionType<
1462
+ MaximumBranchesExceededException,
1463
+ __BaseException
1464
+ >
1465
+ );
1466
+ }
1467
+ export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
1468
+ readonly name: "MaximumRepositoryTriggersExceededException";
1469
+ readonly $fault: "client";
1470
+ constructor(
1471
+ opts: __ExceptionOptionType<
1472
+ MaximumRepositoryTriggersExceededException,
1473
+ __BaseException
1474
+ >
1475
+ );
1476
+ }
1477
+ export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
1478
+ readonly name: "RepositoryTriggerBranchNameListRequiredException";
1479
+ readonly $fault: "client";
1480
+ constructor(
1481
+ opts: __ExceptionOptionType<
1482
+ RepositoryTriggerBranchNameListRequiredException,
1483
+ __BaseException
1484
+ >
1485
+ );
1486
+ }
1487
+ export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
1488
+ readonly name: "RepositoryTriggerDestinationArnRequiredException";
1489
+ readonly $fault: "client";
1490
+ constructor(
1491
+ opts: __ExceptionOptionType<
1492
+ RepositoryTriggerDestinationArnRequiredException,
1493
+ __BaseException
1494
+ >
1495
+ );
1496
+ }
1497
+ export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
1498
+ readonly name: "RepositoryTriggerEventsListRequiredException";
1499
+ readonly $fault: "client";
1500
+ constructor(
1501
+ opts: __ExceptionOptionType<
1502
+ RepositoryTriggerEventsListRequiredException,
1503
+ __BaseException
1504
+ >
1505
+ );
1506
+ }
1507
+ export declare class RepositoryTriggerNameRequiredException extends __BaseException {
1508
+ readonly name: "RepositoryTriggerNameRequiredException";
1509
+ readonly $fault: "client";
1510
+ constructor(
1511
+ opts: __ExceptionOptionType<
1512
+ RepositoryTriggerNameRequiredException,
1513
+ __BaseException
1514
+ >
1515
+ );
1516
+ }
1517
+ export declare class RepositoryTriggersListRequiredException extends __BaseException {
1518
+ readonly name: "RepositoryTriggersListRequiredException";
1519
+ readonly $fault: "client";
1520
+ constructor(
1521
+ opts: __ExceptionOptionType<
1522
+ RepositoryTriggersListRequiredException,
1523
+ __BaseException
1524
+ >
1525
+ );
1526
+ }
1527
+ export declare class TagsMapRequiredException extends __BaseException {
1528
+ readonly name: "TagsMapRequiredException";
1529
+ readonly $fault: "client";
1530
+ constructor(
1531
+ opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>
1532
+ );
1533
+ }
1534
+ export declare class InvalidTagKeysListException extends __BaseException {
1535
+ readonly name: "InvalidTagKeysListException";
1536
+ readonly $fault: "client";
1537
+ constructor(
1538
+ opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>
1539
+ );
1540
+ }
1541
+ export declare class TagKeysListRequiredException extends __BaseException {
1542
+ readonly name: "TagKeysListRequiredException";
1543
+ readonly $fault: "client";
1544
+ constructor(
1545
+ opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>
1546
+ );
1547
+ }
1548
+ export declare class InvalidRuleContentSha256Exception extends __BaseException {
1549
+ readonly name: "InvalidRuleContentSha256Exception";
1550
+ readonly $fault: "client";
1551
+ constructor(
1552
+ opts: __ExceptionOptionType<
1553
+ InvalidRuleContentSha256Exception,
1554
+ __BaseException
1555
+ >
1556
+ );
1557
+ }
1558
+ export declare class CommentNotCreatedByCallerException extends __BaseException {
1559
+ readonly name: "CommentNotCreatedByCallerException";
1560
+ readonly $fault: "client";
1561
+ constructor(
1562
+ opts: __ExceptionOptionType<
1563
+ CommentNotCreatedByCallerException,
1564
+ __BaseException
1565
+ >
1566
+ );
1567
+ }
1568
+ export declare class InvalidApprovalStateException extends __BaseException {
1569
+ readonly name: "InvalidApprovalStateException";
1570
+ readonly $fault: "client";
1571
+ constructor(
1572
+ opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>
1573
+ );
1574
+ }
1575
+ export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
1576
+ readonly name: "MaximumNumberOfApprovalsExceededException";
1577
+ readonly $fault: "client";
1578
+ constructor(
1579
+ opts: __ExceptionOptionType<
1580
+ MaximumNumberOfApprovalsExceededException,
1581
+ __BaseException
1582
+ >
1583
+ );
1584
+ }
1585
+ export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
1586
+ readonly name: "PullRequestCannotBeApprovedByAuthorException";
1587
+ readonly $fault: "client";
1588
+ constructor(
1589
+ opts: __ExceptionOptionType<
1590
+ PullRequestCannotBeApprovedByAuthorException,
1591
+ __BaseException
1592
+ >
1593
+ );
1594
+ }
1595
+ export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
1596
+ readonly name: "InvalidPullRequestStatusUpdateException";
1597
+ readonly $fault: "client";
1598
+ constructor(
1599
+ opts: __ExceptionOptionType<
1600
+ InvalidPullRequestStatusUpdateException,
1601
+ __BaseException
1602
+ >
1603
+ );
1604
+ }
1605
+ export declare class PullRequestStatusRequiredException extends __BaseException {
1606
+ readonly name: "PullRequestStatusRequiredException";
1607
+ readonly $fault: "client";
1608
+ constructor(
1609
+ opts: __ExceptionOptionType<
1610
+ PullRequestStatusRequiredException,
1611
+ __BaseException
1612
+ >
1613
+ );
1614
+ }
1615
+ export declare class EncryptionKeyRequiredException extends __BaseException {
1616
+ readonly name: "EncryptionKeyRequiredException";
1617
+ readonly $fault: "client";
1618
+ constructor(
1619
+ opts: __ExceptionOptionType<EncryptionKeyRequiredException, __BaseException>
1620
+ );
1621
+ }