@aws-sdk/client-codecommit 3.45.0 → 3.47.2

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.
@@ -10,12 +10,6 @@ export interface ActorDoesNotExistException extends __SmithyException, $Metadata
10
10
  */
11
11
  message?: string;
12
12
  }
13
- export declare namespace ActorDoesNotExistException {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: ActorDoesNotExistException) => any;
18
- }
19
13
  export declare enum ApprovalState {
20
14
  APPROVE = "APPROVE",
21
15
  REVOKE = "REVOKE"
@@ -112,12 +106,6 @@ export interface ApprovalRuleContentRequiredException extends __SmithyException,
112
106
  */
113
107
  message?: string;
114
108
  }
115
- export declare namespace ApprovalRuleContentRequiredException {
116
- /**
117
- * @internal
118
- */
119
- const filterSensitiveLog: (obj: ApprovalRuleContentRequiredException) => any;
120
- }
121
109
  /**
122
110
  * <p>The specified approval rule does not exist.</p>
123
111
  */
@@ -129,12 +117,6 @@ export interface ApprovalRuleDoesNotExistException extends __SmithyException, $M
129
117
  */
130
118
  message?: string;
131
119
  }
132
- export declare namespace ApprovalRuleDoesNotExistException {
133
- /**
134
- * @internal
135
- */
136
- const filterSensitiveLog: (obj: ApprovalRuleDoesNotExistException) => any;
137
- }
138
120
  /**
139
121
  * <p>Returns information about an event for an approval rule.</p>
140
122
  */
@@ -170,12 +152,6 @@ export interface ApprovalRuleNameAlreadyExistsException extends __SmithyExceptio
170
152
  */
171
153
  message?: string;
172
154
  }
173
- export declare namespace ApprovalRuleNameAlreadyExistsException {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: ApprovalRuleNameAlreadyExistsException) => any;
178
- }
179
155
  /**
180
156
  * <p>An approval rule name is required, but was not specified.</p>
181
157
  */
@@ -187,12 +163,6 @@ export interface ApprovalRuleNameRequiredException extends __SmithyException, $M
187
163
  */
188
164
  message?: string;
189
165
  }
190
- export declare namespace ApprovalRuleNameRequiredException {
191
- /**
192
- * @internal
193
- */
194
- const filterSensitiveLog: (obj: ApprovalRuleNameRequiredException) => any;
195
- }
196
166
  export declare enum OverrideStatus {
197
167
  OVERRIDE = "OVERRIDE",
198
168
  REVOKE = "REVOKE"
@@ -270,12 +240,6 @@ export interface ApprovalRuleTemplateContentRequiredException extends __SmithyEx
270
240
  */
271
241
  message?: string;
272
242
  }
273
- export declare namespace ApprovalRuleTemplateContentRequiredException {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: ApprovalRuleTemplateContentRequiredException) => any;
278
- }
279
243
  /**
280
244
  * <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template
281
245
  * was created, and then try again.</p>
@@ -288,12 +252,6 @@ export interface ApprovalRuleTemplateDoesNotExistException extends __SmithyExcep
288
252
  */
289
253
  message?: string;
290
254
  }
291
- export declare namespace ApprovalRuleTemplateDoesNotExistException {
292
- /**
293
- * @internal
294
- */
295
- const filterSensitiveLog: (obj: ApprovalRuleTemplateDoesNotExistException) => any;
296
- }
297
255
  /**
298
256
  * <p>The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove
299
257
  * all associations, and then try again.</p>
@@ -306,12 +264,6 @@ export interface ApprovalRuleTemplateInUseException extends __SmithyException, $
306
264
  */
307
265
  message?: string;
308
266
  }
309
- export declare namespace ApprovalRuleTemplateInUseException {
310
- /**
311
- * @internal
312
- */
313
- const filterSensitiveLog: (obj: ApprovalRuleTemplateInUseException) => any;
314
- }
315
267
  /**
316
268
  * <p>You cannot create an approval rule template with that name because a template with
317
269
  * that name already exists in this AWS Region for your AWS account. Approval rule template
@@ -325,12 +277,6 @@ export interface ApprovalRuleTemplateNameAlreadyExistsException extends __Smithy
325
277
  */
326
278
  message?: string;
327
279
  }
328
- export declare namespace ApprovalRuleTemplateNameAlreadyExistsException {
329
- /**
330
- * @internal
331
- */
332
- const filterSensitiveLog: (obj: ApprovalRuleTemplateNameAlreadyExistsException) => any;
333
- }
334
280
  /**
335
281
  * <p>An approval rule template name is required, but was not specified.</p>
336
282
  */
@@ -342,12 +288,6 @@ export interface ApprovalRuleTemplateNameRequiredException extends __SmithyExcep
342
288
  */
343
289
  message?: string;
344
290
  }
345
- export declare namespace ApprovalRuleTemplateNameRequiredException {
346
- /**
347
- * @internal
348
- */
349
- const filterSensitiveLog: (obj: ApprovalRuleTemplateNameRequiredException) => any;
350
- }
351
291
  /**
352
292
  * <p>Returns information about a change in the approval state for a pull request.</p>
353
293
  */
@@ -378,12 +318,6 @@ export interface ApprovalStateRequiredException extends __SmithyException, $Meta
378
318
  */
379
319
  message?: string;
380
320
  }
381
- export declare namespace ApprovalStateRequiredException {
382
- /**
383
- * @internal
384
- */
385
- const filterSensitiveLog: (obj: ApprovalStateRequiredException) => any;
386
- }
387
321
  export interface AssociateApprovalRuleTemplateWithRepositoryInput {
388
322
  /**
389
323
  * <p>The name for the approval rule template. </p>
@@ -411,12 +345,6 @@ export interface EncryptionIntegrityChecksFailedException extends __SmithyExcept
411
345
  */
412
346
  message?: string;
413
347
  }
414
- export declare namespace EncryptionIntegrityChecksFailedException {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: EncryptionIntegrityChecksFailedException) => any;
419
- }
420
348
  /**
421
349
  * <p>An encryption key could not be accessed.</p>
422
350
  */
@@ -428,12 +356,6 @@ export interface EncryptionKeyAccessDeniedException extends __SmithyException, $
428
356
  */
429
357
  message?: string;
430
358
  }
431
- export declare namespace EncryptionKeyAccessDeniedException {
432
- /**
433
- * @internal
434
- */
435
- const filterSensitiveLog: (obj: EncryptionKeyAccessDeniedException) => any;
436
- }
437
359
  /**
438
360
  * <p>The encryption key is disabled.</p>
439
361
  */
@@ -445,12 +367,6 @@ export interface EncryptionKeyDisabledException extends __SmithyException, $Meta
445
367
  */
446
368
  message?: string;
447
369
  }
448
- export declare namespace EncryptionKeyDisabledException {
449
- /**
450
- * @internal
451
- */
452
- const filterSensitiveLog: (obj: EncryptionKeyDisabledException) => any;
453
- }
454
370
  /**
455
371
  * <p>No encryption key was found.</p>
456
372
  */
@@ -462,12 +378,6 @@ export interface EncryptionKeyNotFoundException extends __SmithyException, $Meta
462
378
  */
463
379
  message?: string;
464
380
  }
465
- export declare namespace EncryptionKeyNotFoundException {
466
- /**
467
- * @internal
468
- */
469
- const filterSensitiveLog: (obj: EncryptionKeyNotFoundException) => any;
470
- }
471
381
  /**
472
382
  * <p>The encryption key is not available.</p>
473
383
  */
@@ -479,12 +389,6 @@ export interface EncryptionKeyUnavailableException extends __SmithyException, $M
479
389
  */
480
390
  message?: string;
481
391
  }
482
- export declare namespace EncryptionKeyUnavailableException {
483
- /**
484
- * @internal
485
- */
486
- const filterSensitiveLog: (obj: EncryptionKeyUnavailableException) => any;
487
- }
488
392
  /**
489
393
  * <p>The name of the approval rule template is not valid. Template names must be between 1
490
394
  * and 100 valid characters in length. For more information about limits in AWS CodeCommit,
@@ -499,12 +403,6 @@ export interface InvalidApprovalRuleTemplateNameException extends __SmithyExcept
499
403
  */
500
404
  message?: string;
501
405
  }
502
- export declare namespace InvalidApprovalRuleTemplateNameException {
503
- /**
504
- * @internal
505
- */
506
- const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateNameException) => any;
507
- }
508
406
  /**
509
407
  * <p>A specified repository name is not valid.</p>
510
408
  *
@@ -522,12 +420,6 @@ export interface InvalidRepositoryNameException extends __SmithyException, $Meta
522
420
  */
523
421
  message?: string;
524
422
  }
525
- export declare namespace InvalidRepositoryNameException {
526
- /**
527
- * @internal
528
- */
529
- const filterSensitiveLog: (obj: InvalidRepositoryNameException) => any;
530
- }
531
423
  /**
532
424
  * <p>The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25
533
425
  * approval rule templates with a repository.</p>
@@ -540,12 +432,6 @@ export interface MaximumRuleTemplatesAssociatedWithRepositoryException extends _
540
432
  */
541
433
  message?: string;
542
434
  }
543
- export declare namespace MaximumRuleTemplatesAssociatedWithRepositoryException {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: MaximumRuleTemplatesAssociatedWithRepositoryException) => any;
548
- }
549
435
  /**
550
436
  * <p>The specified repository does not exist.</p>
551
437
  */
@@ -557,12 +443,6 @@ export interface RepositoryDoesNotExistException extends __SmithyException, $Met
557
443
  */
558
444
  message?: string;
559
445
  }
560
- export declare namespace RepositoryDoesNotExistException {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: RepositoryDoesNotExistException) => any;
565
- }
566
446
  /**
567
447
  * <p>A repository name is required, but was not specified.</p>
568
448
  */
@@ -574,12 +454,6 @@ export interface RepositoryNameRequiredException extends __SmithyException, $Met
574
454
  */
575
455
  message?: string;
576
456
  }
577
- export declare namespace RepositoryNameRequiredException {
578
- /**
579
- * @internal
580
- */
581
- const filterSensitiveLog: (obj: RepositoryNameRequiredException) => any;
582
- }
583
457
  /**
584
458
  * <p>The specified Amazon Resource Name (ARN) does not exist in the AWS account.</p>
585
459
  */
@@ -591,12 +465,6 @@ export interface AuthorDoesNotExistException extends __SmithyException, $Metadat
591
465
  */
592
466
  message?: string;
593
467
  }
594
- export declare namespace AuthorDoesNotExistException {
595
- /**
596
- * @internal
597
- */
598
- const filterSensitiveLog: (obj: AuthorDoesNotExistException) => any;
599
- }
600
468
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
601
469
  /**
602
470
  * <p>The name of the template you want to associate with one or more repositories.</p>
@@ -666,12 +534,6 @@ export interface MaximumRepositoryNamesExceededException extends __SmithyExcepti
666
534
  */
667
535
  message?: string;
668
536
  }
669
- export declare namespace MaximumRepositoryNamesExceededException {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: MaximumRepositoryNamesExceededException) => any;
674
- }
675
537
  /**
676
538
  * <p>At least one repository name object is required, but was not specified.</p>
677
539
  */
@@ -683,12 +545,6 @@ export interface RepositoryNamesRequiredException extends __SmithyException, $Me
683
545
  */
684
546
  message?: string;
685
547
  }
686
- export declare namespace RepositoryNamesRequiredException {
687
- /**
688
- * @internal
689
- */
690
- const filterSensitiveLog: (obj: RepositoryNamesRequiredException) => any;
691
- }
692
548
  export declare enum ConflictDetailLevelTypeEnum {
693
549
  FILE_LEVEL = "FILE_LEVEL",
694
550
  LINE_LEVEL = "LINE_LEVEL"
@@ -1079,12 +935,6 @@ export interface CommitDoesNotExistException extends __SmithyException, $Metadat
1079
935
  */
1080
936
  message?: string;
1081
937
  }
1082
- export declare namespace CommitDoesNotExistException {
1083
- /**
1084
- * @internal
1085
- */
1086
- const filterSensitiveLog: (obj: CommitDoesNotExistException) => any;
1087
- }
1088
938
  /**
1089
939
  * <p>A commit was not specified.</p>
1090
940
  */
@@ -1096,12 +946,6 @@ export interface CommitRequiredException extends __SmithyException, $MetadataBea
1096
946
  */
1097
947
  message?: string;
1098
948
  }
1099
- export declare namespace CommitRequiredException {
1100
- /**
1101
- * @internal
1102
- */
1103
- const filterSensitiveLog: (obj: CommitRequiredException) => any;
1104
- }
1105
949
  /**
1106
950
  * <p>The specified commit is not valid.</p>
1107
951
  */
@@ -1113,12 +957,6 @@ export interface InvalidCommitException extends __SmithyException, $MetadataBear
1113
957
  */
1114
958
  message?: string;
1115
959
  }
1116
- export declare namespace InvalidCommitException {
1117
- /**
1118
- * @internal
1119
- */
1120
- const filterSensitiveLog: (obj: InvalidCommitException) => any;
1121
- }
1122
960
  /**
1123
961
  * <p>The specified conflict detail level is not valid.</p>
1124
962
  */
@@ -1130,12 +968,6 @@ export interface InvalidConflictDetailLevelException extends __SmithyException,
1130
968
  */
1131
969
  message?: string;
1132
970
  }
1133
- export declare namespace InvalidConflictDetailLevelException {
1134
- /**
1135
- * @internal
1136
- */
1137
- const filterSensitiveLog: (obj: InvalidConflictDetailLevelException) => any;
1138
- }
1139
971
  /**
1140
972
  * <p>The specified conflict resolution strategy is not valid.</p>
1141
973
  */
@@ -1147,12 +979,6 @@ export interface InvalidConflictResolutionStrategyException extends __SmithyExce
1147
979
  */
1148
980
  message?: string;
1149
981
  }
1150
- export declare namespace InvalidConflictResolutionStrategyException {
1151
- /**
1152
- * @internal
1153
- */
1154
- const filterSensitiveLog: (obj: InvalidConflictResolutionStrategyException) => any;
1155
- }
1156
982
  /**
1157
983
  * <p>The specified continuation token is not valid.</p>
1158
984
  */
@@ -1164,12 +990,6 @@ export interface InvalidContinuationTokenException extends __SmithyException, $M
1164
990
  */
1165
991
  message?: string;
1166
992
  }
1167
- export declare namespace InvalidContinuationTokenException {
1168
- /**
1169
- * @internal
1170
- */
1171
- const filterSensitiveLog: (obj: InvalidContinuationTokenException) => any;
1172
- }
1173
993
  /**
1174
994
  * <p>The specified value for the number of conflict files to return is not valid.</p>
1175
995
  */
@@ -1181,12 +1001,6 @@ export interface InvalidMaxConflictFilesException extends __SmithyException, $Me
1181
1001
  */
1182
1002
  message?: string;
1183
1003
  }
1184
- export declare namespace InvalidMaxConflictFilesException {
1185
- /**
1186
- * @internal
1187
- */
1188
- const filterSensitiveLog: (obj: InvalidMaxConflictFilesException) => any;
1189
- }
1190
1004
  /**
1191
1005
  * <p>The specified value for the number of merge hunks to return is not valid.</p>
1192
1006
  */
@@ -1198,12 +1012,6 @@ export interface InvalidMaxMergeHunksException extends __SmithyException, $Metad
1198
1012
  */
1199
1013
  message?: string;
1200
1014
  }
1201
- export declare namespace InvalidMaxMergeHunksException {
1202
- /**
1203
- * @internal
1204
- */
1205
- const filterSensitiveLog: (obj: InvalidMaxMergeHunksException) => any;
1206
- }
1207
1015
  /**
1208
1016
  * <p>The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.</p>
1209
1017
  */
@@ -1215,12 +1023,6 @@ export interface InvalidMergeOptionException extends __SmithyException, $Metadat
1215
1023
  */
1216
1024
  message?: string;
1217
1025
  }
1218
- export declare namespace InvalidMergeOptionException {
1219
- /**
1220
- * @internal
1221
- */
1222
- const filterSensitiveLog: (obj: InvalidMergeOptionException) => any;
1223
- }
1224
1026
  /**
1225
1027
  * <p>The number of files to load exceeds the allowed limit.</p>
1226
1028
  */
@@ -1232,12 +1034,6 @@ export interface MaximumFileContentToLoadExceededException extends __SmithyExcep
1232
1034
  */
1233
1035
  message?: string;
1234
1036
  }
1235
- export declare namespace MaximumFileContentToLoadExceededException {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: MaximumFileContentToLoadExceededException) => any;
1240
- }
1241
1037
  /**
1242
1038
  * <p>The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.</p>
1243
1039
  */
@@ -1249,12 +1045,6 @@ export interface MaximumItemsToCompareExceededException extends __SmithyExceptio
1249
1045
  */
1250
1046
  message?: string;
1251
1047
  }
1252
- export declare namespace MaximumItemsToCompareExceededException {
1253
- /**
1254
- * @internal
1255
- */
1256
- const filterSensitiveLog: (obj: MaximumItemsToCompareExceededException) => any;
1257
- }
1258
1048
  /**
1259
1049
  * <p>A merge option or stategy is required, and none was provided.</p>
1260
1050
  */
@@ -1266,12 +1056,6 @@ export interface MergeOptionRequiredException extends __SmithyException, $Metada
1266
1056
  */
1267
1057
  message?: string;
1268
1058
  }
1269
- export declare namespace MergeOptionRequiredException {
1270
- /**
1271
- * @internal
1272
- */
1273
- const filterSensitiveLog: (obj: MergeOptionRequiredException) => any;
1274
- }
1275
1059
  /**
1276
1060
  * <p>The divergence between the tips of the provided commit specifiers is too great to determine whether there might be
1277
1061
  * any merge conflicts. Locally compare the specifiers using <code>git diff</code> or a diff tool.</p>
@@ -1284,12 +1068,6 @@ export interface TipsDivergenceExceededException extends __SmithyException, $Met
1284
1068
  */
1285
1069
  message?: string;
1286
1070
  }
1287
- export declare namespace TipsDivergenceExceededException {
1288
- /**
1289
- * @internal
1290
- */
1291
- const filterSensitiveLog: (obj: TipsDivergenceExceededException) => any;
1292
- }
1293
1071
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
1294
1072
  /**
1295
1073
  * <p>The name of the template that you want to disassociate from one or more repositories.</p>
@@ -1492,12 +1270,6 @@ export interface CommitIdsLimitExceededException extends __SmithyException, $Met
1492
1270
  */
1493
1271
  message?: string;
1494
1272
  }
1495
- export declare namespace CommitIdsLimitExceededException {
1496
- /**
1497
- * @internal
1498
- */
1499
- const filterSensitiveLog: (obj: CommitIdsLimitExceededException) => any;
1500
- }
1501
1273
  /**
1502
1274
  * <p>A list of commit IDs is required, but was either not specified or the list was empty.</p>
1503
1275
  */
@@ -1509,12 +1281,6 @@ export interface CommitIdsListRequiredException extends __SmithyException, $Meta
1509
1281
  */
1510
1282
  message?: string;
1511
1283
  }
1512
- export declare namespace CommitIdsListRequiredException {
1513
- /**
1514
- * @internal
1515
- */
1516
- const filterSensitiveLog: (obj: CommitIdsListRequiredException) => any;
1517
- }
1518
1284
  /**
1519
1285
  * <p>Represents the input of a batch get repositories operation.</p>
1520
1286
  */
@@ -1614,12 +1380,6 @@ export interface BeforeCommitIdAndAfterCommitIdAreSameException extends __Smithy
1614
1380
  */
1615
1381
  message?: string;
1616
1382
  }
1617
- export declare namespace BeforeCommitIdAndAfterCommitIdAreSameException {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: BeforeCommitIdAndAfterCommitIdAreSameException) => any;
1622
- }
1623
1383
  /**
1624
1384
  * <p>The specified blob does not exist.</p>
1625
1385
  */
@@ -1631,12 +1391,6 @@ export interface BlobIdDoesNotExistException extends __SmithyException, $Metadat
1631
1391
  */
1632
1392
  message?: string;
1633
1393
  }
1634
- export declare namespace BlobIdDoesNotExistException {
1635
- /**
1636
- * @internal
1637
- */
1638
- const filterSensitiveLog: (obj: BlobIdDoesNotExistException) => any;
1639
- }
1640
1394
  /**
1641
1395
  * <p>A blob ID is required, but was not specified.</p>
1642
1396
  */
@@ -1648,12 +1402,6 @@ export interface BlobIdRequiredException extends __SmithyException, $MetadataBea
1648
1402
  */
1649
1403
  message?: string;
1650
1404
  }
1651
- export declare namespace BlobIdRequiredException {
1652
- /**
1653
- * @internal
1654
- */
1655
- const filterSensitiveLog: (obj: BlobIdRequiredException) => any;
1656
- }
1657
1405
  /**
1658
1406
  * <p>Returns information about a specific Git blob object.</p>
1659
1407
  */
@@ -1706,12 +1454,6 @@ export interface BranchDoesNotExistException extends __SmithyException, $Metadat
1706
1454
  */
1707
1455
  message?: string;
1708
1456
  }
1709
- export declare namespace BranchDoesNotExistException {
1710
- /**
1711
- * @internal
1712
- */
1713
- const filterSensitiveLog: (obj: BranchDoesNotExistException) => any;
1714
- }
1715
1457
  /**
1716
1458
  * <p>Returns information about a branch.</p>
1717
1459
  */
@@ -1743,12 +1485,6 @@ export interface BranchNameExistsException extends __SmithyException, $MetadataB
1743
1485
  */
1744
1486
  message?: string;
1745
1487
  }
1746
- export declare namespace BranchNameExistsException {
1747
- /**
1748
- * @internal
1749
- */
1750
- const filterSensitiveLog: (obj: BranchNameExistsException) => any;
1751
- }
1752
1488
  /**
1753
1489
  * <p>The specified branch name is not valid because it is a tag name. Enter the name of a
1754
1490
  * branch in the repository. For a list of valid branch names, use <a>ListBranches</a>.</p>
@@ -1761,12 +1497,6 @@ export interface BranchNameIsTagNameException extends __SmithyException, $Metada
1761
1497
  */
1762
1498
  message?: string;
1763
1499
  }
1764
- export declare namespace BranchNameIsTagNameException {
1765
- /**
1766
- * @internal
1767
- */
1768
- const filterSensitiveLog: (obj: BranchNameIsTagNameException) => any;
1769
- }
1770
1500
  /**
1771
1501
  * <p>A branch name is required, but was not specified.</p>
1772
1502
  */
@@ -1778,12 +1508,6 @@ export interface BranchNameRequiredException extends __SmithyException, $Metadat
1778
1508
  */
1779
1509
  message?: string;
1780
1510
  }
1781
- export declare namespace BranchNameRequiredException {
1782
- /**
1783
- * @internal
1784
- */
1785
- const filterSensitiveLog: (obj: BranchNameRequiredException) => any;
1786
- }
1787
1511
  /**
1788
1512
  * <p>The approval rule cannot be deleted from the pull request because it was created by an
1789
1513
  * approval rule template and applied to the pull request automatically.</p>
@@ -1796,12 +1520,6 @@ export interface CannotDeleteApprovalRuleFromTemplateException extends __SmithyE
1796
1520
  */
1797
1521
  message?: string;
1798
1522
  }
1799
- export declare namespace CannotDeleteApprovalRuleFromTemplateException {
1800
- /**
1801
- * @internal
1802
- */
1803
- const filterSensitiveLog: (obj: CannotDeleteApprovalRuleFromTemplateException) => any;
1804
- }
1805
1523
  /**
1806
1524
  * <p>The approval rule cannot be modified for the pull request because it was created by an
1807
1525
  * approval rule template and applied to the pull request automatically.</p>
@@ -1814,12 +1532,6 @@ export interface CannotModifyApprovalRuleFromTemplateException extends __SmithyE
1814
1532
  */
1815
1533
  message?: string;
1816
1534
  }
1817
- export declare namespace CannotModifyApprovalRuleFromTemplateException {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: CannotModifyApprovalRuleFromTemplateException) => any;
1822
- }
1823
1535
  /**
1824
1536
  * <p>A client request token is required. A client request token is an unique,
1825
1537
  * client-generated idempotency token that, when provided in a request, ensures the request
@@ -1835,12 +1547,6 @@ export interface ClientRequestTokenRequiredException extends __SmithyException,
1835
1547
  */
1836
1548
  message?: string;
1837
1549
  }
1838
- export declare namespace ClientRequestTokenRequiredException {
1839
- /**
1840
- * @internal
1841
- */
1842
- const filterSensitiveLog: (obj: ClientRequestTokenRequiredException) => any;
1843
- }
1844
1550
  export interface CreateApprovalRuleTemplateInput {
1845
1551
  /**
1846
1552
  * <p>The name of the approval rule template. Provide descriptive names, because this name
@@ -1931,12 +1637,6 @@ export interface InvalidApprovalRuleTemplateContentException extends __SmithyExc
1931
1637
  */
1932
1638
  message?: string;
1933
1639
  }
1934
- export declare namespace InvalidApprovalRuleTemplateContentException {
1935
- /**
1936
- * @internal
1937
- */
1938
- const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateContentException) => any;
1939
- }
1940
1640
  /**
1941
1641
  * <p>The description for the approval rule template is not valid because it exceeds the
1942
1642
  * maximum characters allowed for a description. For more information about limits in AWS
@@ -1951,12 +1651,6 @@ export interface InvalidApprovalRuleTemplateDescriptionException extends __Smith
1951
1651
  */
1952
1652
  message?: string;
1953
1653
  }
1954
- export declare namespace InvalidApprovalRuleTemplateDescriptionException {
1955
- /**
1956
- * @internal
1957
- */
1958
- const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateDescriptionException) => any;
1959
- }
1960
1654
  /**
1961
1655
  * <p>The maximum number of approval rule templates has been exceeded for this AWS Region. </p>
1962
1656
  */
@@ -1968,12 +1662,6 @@ export interface NumberOfRuleTemplatesExceededException extends __SmithyExceptio
1968
1662
  */
1969
1663
  message?: string;
1970
1664
  }
1971
- export declare namespace NumberOfRuleTemplatesExceededException {
1972
- /**
1973
- * @internal
1974
- */
1975
- const filterSensitiveLog: (obj: NumberOfRuleTemplatesExceededException) => any;
1976
- }
1977
1665
  /**
1978
1666
  * <p>A commit ID was not specified.</p>
1979
1667
  */
@@ -1985,12 +1673,6 @@ export interface CommitIdRequiredException extends __SmithyException, $MetadataB
1985
1673
  */
1986
1674
  message?: string;
1987
1675
  }
1988
- export declare namespace CommitIdRequiredException {
1989
- /**
1990
- * @internal
1991
- */
1992
- const filterSensitiveLog: (obj: CommitIdRequiredException) => any;
1993
- }
1994
1676
  /**
1995
1677
  * <p>Represents the input of a create branch operation.</p>
1996
1678
  */
@@ -2025,12 +1707,6 @@ export interface InvalidBranchNameException extends __SmithyException, $Metadata
2025
1707
  */
2026
1708
  message?: string;
2027
1709
  }
2028
- export declare namespace InvalidBranchNameException {
2029
- /**
2030
- * @internal
2031
- */
2032
- const filterSensitiveLog: (obj: InvalidBranchNameException) => any;
2033
- }
2034
1710
  /**
2035
1711
  * <p>The specified commit ID is not valid.</p>
2036
1712
  */
@@ -2042,12 +1718,6 @@ export interface InvalidCommitIdException extends __SmithyException, $MetadataBe
2042
1718
  */
2043
1719
  message?: string;
2044
1720
  }
2045
- export declare namespace InvalidCommitIdException {
2046
- /**
2047
- * @internal
2048
- */
2049
- const filterSensitiveLog: (obj: InvalidCommitIdException) => any;
2050
- }
2051
1721
  /**
2052
1722
  * <p>The commit message is too long. Provide a shorter string. </p>
2053
1723
  */
@@ -2059,12 +1729,6 @@ export interface CommitMessageLengthExceededException extends __SmithyException,
2059
1729
  */
2060
1730
  message?: string;
2061
1731
  }
2062
- export declare namespace CommitMessageLengthExceededException {
2063
- /**
2064
- * @internal
2065
- */
2066
- const filterSensitiveLog: (obj: CommitMessageLengthExceededException) => any;
2067
- }
2068
1732
  /**
2069
1733
  * <p>A file that is deleted as part of a commit.</p>
2070
1734
  */
@@ -2263,12 +1927,6 @@ export interface DirectoryNameConflictsWithFileNameException extends __SmithyExc
2263
1927
  */
2264
1928
  message?: string;
2265
1929
  }
2266
- export declare namespace DirectoryNameConflictsWithFileNameException {
2267
- /**
2268
- * @internal
2269
- */
2270
- const filterSensitiveLog: (obj: DirectoryNameConflictsWithFileNameException) => any;
2271
- }
2272
1930
  /**
2273
1931
  * <p>The commit cannot be created because both a source file and file content have been
2274
1932
  * specified for the same file. You cannot provide both. Either specify a source file or
@@ -2282,12 +1940,6 @@ export interface FileContentAndSourceFileSpecifiedException extends __SmithyExce
2282
1940
  */
2283
1941
  message?: string;
2284
1942
  }
2285
- export declare namespace FileContentAndSourceFileSpecifiedException {
2286
- /**
2287
- * @internal
2288
- */
2289
- const filterSensitiveLog: (obj: FileContentAndSourceFileSpecifiedException) => any;
2290
- }
2291
1943
  /**
2292
1944
  * <p>The file cannot be added because it is too large. The maximum file size is 6 MB, and
2293
1945
  * the combined file content change size is 7 MB. Consider making these changes using a Git
@@ -2301,12 +1953,6 @@ export interface FileContentSizeLimitExceededException extends __SmithyException
2301
1953
  */
2302
1954
  message?: string;
2303
1955
  }
2304
- export declare namespace FileContentSizeLimitExceededException {
2305
- /**
2306
- * @internal
2307
- */
2308
- const filterSensitiveLog: (obj: FileContentSizeLimitExceededException) => any;
2309
- }
2310
1956
  /**
2311
1957
  * <p>The specified file does not exist. Verify that you have used the correct file name,
2312
1958
  * full path, and extension.</p>
@@ -2319,12 +1965,6 @@ export interface FileDoesNotExistException extends __SmithyException, $MetadataB
2319
1965
  */
2320
1966
  message?: string;
2321
1967
  }
2322
- export declare namespace FileDoesNotExistException {
2323
- /**
2324
- * @internal
2325
- */
2326
- const filterSensitiveLog: (obj: FileDoesNotExistException) => any;
2327
- }
2328
1968
  /**
2329
1969
  * <p>The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.</p>
2330
1970
  */
@@ -2336,12 +1976,6 @@ export interface FileEntryRequiredException extends __SmithyException, $Metadata
2336
1976
  */
2337
1977
  message?: string;
2338
1978
  }
2339
- export declare namespace FileEntryRequiredException {
2340
- /**
2341
- * @internal
2342
- */
2343
- const filterSensitiveLog: (obj: FileEntryRequiredException) => any;
2344
- }
2345
1979
  /**
2346
1980
  * <p>The commit cannot be created because no file mode has been specified. A file mode is
2347
1981
  * required to update mode permissions for a file.</p>
@@ -2354,12 +1988,6 @@ export interface FileModeRequiredException extends __SmithyException, $MetadataB
2354
1988
  */
2355
1989
  message?: string;
2356
1990
  }
2357
- export declare namespace FileModeRequiredException {
2358
- /**
2359
- * @internal
2360
- */
2361
- const filterSensitiveLog: (obj: FileModeRequiredException) => any;
2362
- }
2363
1991
  /**
2364
1992
  * <p>A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide
2365
1993
  * another name for the file, or add the file in a directory that does not match the file name.</p>
@@ -2372,12 +2000,6 @@ export interface FileNameConflictsWithDirectoryNameException extends __SmithyExc
2372
2000
  */
2373
2001
  message?: string;
2374
2002
  }
2375
- export declare namespace FileNameConflictsWithDirectoryNameException {
2376
- /**
2377
- * @internal
2378
- */
2379
- const filterSensitiveLog: (obj: FileNameConflictsWithDirectoryNameException) => any;
2380
- }
2381
2003
  /**
2382
2004
  * <p>The commit cannot be created because a specified file path points to a submodule. Verify that the destination files
2383
2005
  * have valid file paths that do not point to a submodule.</p>
@@ -2390,12 +2012,6 @@ export interface FilePathConflictsWithSubmodulePathException extends __SmithyExc
2390
2012
  */
2391
2013
  message?: string;
2392
2014
  }
2393
- export declare namespace FilePathConflictsWithSubmodulePathException {
2394
- /**
2395
- * @internal
2396
- */
2397
- const filterSensitiveLog: (obj: FilePathConflictsWithSubmodulePathException) => any;
2398
- }
2399
2015
  /**
2400
2016
  * <p>The commit cannot be created because at least one of the overall changes in the commit results in a
2401
2017
  * folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes,
@@ -2409,12 +2025,6 @@ export interface FolderContentSizeLimitExceededException extends __SmithyExcepti
2409
2025
  */
2410
2026
  message?: string;
2411
2027
  }
2412
- export declare namespace FolderContentSizeLimitExceededException {
2413
- /**
2414
- * @internal
2415
- */
2416
- const filterSensitiveLog: (obj: FolderContentSizeLimitExceededException) => any;
2417
- }
2418
2028
  /**
2419
2029
  * <p>The specified deletion parameter is not valid.</p>
2420
2030
  */
@@ -2426,12 +2036,6 @@ export interface InvalidDeletionParameterException extends __SmithyException, $M
2426
2036
  */
2427
2037
  message?: string;
2428
2038
  }
2429
- export declare namespace InvalidDeletionParameterException {
2430
- /**
2431
- * @internal
2432
- */
2433
- const filterSensitiveLog: (obj: InvalidDeletionParameterException) => any;
2434
- }
2435
2039
  /**
2436
2040
  * <p>The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters
2437
2041
  * allowed for an email address.</p>
@@ -2444,12 +2048,6 @@ export interface InvalidEmailException extends __SmithyException, $MetadataBeare
2444
2048
  */
2445
2049
  message?: string;
2446
2050
  }
2447
- export declare namespace InvalidEmailException {
2448
- /**
2449
- * @internal
2450
- */
2451
- const filterSensitiveLog: (obj: InvalidEmailException) => any;
2452
- }
2453
2051
  /**
2454
2052
  * <p>The specified file mode permission is not valid. For a list of valid file mode permissions, see <a>PutFile</a>. </p>
2455
2053
  */
@@ -2461,12 +2059,6 @@ export interface InvalidFileModeException extends __SmithyException, $MetadataBe
2461
2059
  */
2462
2060
  message?: string;
2463
2061
  }
2464
- export declare namespace InvalidFileModeException {
2465
- /**
2466
- * @internal
2467
- */
2468
- const filterSensitiveLog: (obj: InvalidFileModeException) => any;
2469
- }
2470
2062
  /**
2471
2063
  * <p>The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you
2472
2064
  * want to add or update a file.</p>
@@ -2479,12 +2071,6 @@ export interface InvalidParentCommitIdException extends __SmithyException, $Meta
2479
2071
  */
2480
2072
  message?: string;
2481
2073
  }
2482
- export declare namespace InvalidParentCommitIdException {
2483
- /**
2484
- * @internal
2485
- */
2486
- const filterSensitiveLog: (obj: InvalidParentCommitIdException) => any;
2487
- }
2488
2074
  /**
2489
2075
  * <p>The specified path is not valid.</p>
2490
2076
  */
@@ -2496,12 +2082,6 @@ export interface InvalidPathException extends __SmithyException, $MetadataBearer
2496
2082
  */
2497
2083
  message?: string;
2498
2084
  }
2499
- export declare namespace InvalidPathException {
2500
- /**
2501
- * @internal
2502
- */
2503
- const filterSensitiveLog: (obj: InvalidPathException) => any;
2504
- }
2505
2085
  /**
2506
2086
  * <p>The number of specified files to change as part of this commit exceeds the maximum number of files
2507
2087
  * that can be changed in a single commit. Consider using a Git client for these changes.</p>
@@ -2514,12 +2094,6 @@ export interface MaximumFileEntriesExceededException extends __SmithyException,
2514
2094
  */
2515
2095
  message?: string;
2516
2096
  }
2517
- export declare namespace MaximumFileEntriesExceededException {
2518
- /**
2519
- * @internal
2520
- */
2521
- const filterSensitiveLog: (obj: MaximumFileEntriesExceededException) => any;
2522
- }
2523
2097
  /**
2524
2098
  * <p>The user name is not valid because it has exceeded the character limit for author names. </p>
2525
2099
  */
@@ -2531,12 +2105,6 @@ export interface NameLengthExceededException extends __SmithyException, $Metadat
2531
2105
  */
2532
2106
  message?: string;
2533
2107
  }
2534
- export declare namespace NameLengthExceededException {
2535
- /**
2536
- * @internal
2537
- */
2538
- const filterSensitiveLog: (obj: NameLengthExceededException) => any;
2539
- }
2540
2108
  /**
2541
2109
  * <p>The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.</p>
2542
2110
  */
@@ -2548,12 +2116,6 @@ export interface NoChangeException extends __SmithyException, $MetadataBearer {
2548
2116
  */
2549
2117
  message?: string;
2550
2118
  }
2551
- export declare namespace NoChangeException {
2552
- /**
2553
- * @internal
2554
- */
2555
- const filterSensitiveLog: (obj: NoChangeException) => any;
2556
- }
2557
2119
  /**
2558
2120
  * <p>The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.</p>
2559
2121
  */
@@ -2565,12 +2127,6 @@ export interface ParentCommitDoesNotExistException extends __SmithyException, $M
2565
2127
  */
2566
2128
  message?: string;
2567
2129
  }
2568
- export declare namespace ParentCommitDoesNotExistException {
2569
- /**
2570
- * @internal
2571
- */
2572
- const filterSensitiveLog: (obj: ParentCommitDoesNotExistException) => any;
2573
- }
2574
2130
  /**
2575
2131
  * <p>The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head
2576
2132
  * of the branch, use <a>GetBranch</a>.</p>
@@ -2583,12 +2139,6 @@ export interface ParentCommitIdOutdatedException extends __SmithyException, $Met
2583
2139
  */
2584
2140
  message?: string;
2585
2141
  }
2586
- export declare namespace ParentCommitIdOutdatedException {
2587
- /**
2588
- * @internal
2589
- */
2590
- const filterSensitiveLog: (obj: ParentCommitIdOutdatedException) => any;
2591
- }
2592
2142
  /**
2593
2143
  * <p>A parent commit ID is required. To view the full commit ID of a branch in a repository, use <a>GetBranch</a> or a Git command
2594
2144
  * (for example, git pull or git log).</p>
@@ -2601,12 +2151,6 @@ export interface ParentCommitIdRequiredException extends __SmithyException, $Met
2601
2151
  */
2602
2152
  message?: string;
2603
2153
  }
2604
- export declare namespace ParentCommitIdRequiredException {
2605
- /**
2606
- * @internal
2607
- */
2608
- const filterSensitiveLog: (obj: ParentCommitIdRequiredException) => any;
2609
- }
2610
2154
  /**
2611
2155
  * <p>The folderPath for a location cannot be null.</p>
2612
2156
  */
@@ -2618,12 +2162,6 @@ export interface PathRequiredException extends __SmithyException, $MetadataBeare
2618
2162
  */
2619
2163
  message?: string;
2620
2164
  }
2621
- export declare namespace PathRequiredException {
2622
- /**
2623
- * @internal
2624
- */
2625
- const filterSensitiveLog: (obj: PathRequiredException) => any;
2626
- }
2627
2165
  /**
2628
2166
  * <p>The commit cannot be created because one or more files specified in the commit reference both a file and a folder.</p>
2629
2167
  */
@@ -2635,12 +2173,6 @@ export interface PutFileEntryConflictException extends __SmithyException, $Metad
2635
2173
  */
2636
2174
  message?: string;
2637
2175
  }
2638
- export declare namespace PutFileEntryConflictException {
2639
- /**
2640
- * @internal
2641
- */
2642
- const filterSensitiveLog: (obj: PutFileEntryConflictException) => any;
2643
- }
2644
2176
  /**
2645
2177
  * <p>The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.</p>
2646
2178
  */
@@ -2652,12 +2184,6 @@ export interface RestrictedSourceFileException extends __SmithyException, $Metad
2652
2184
  */
2653
2185
  message?: string;
2654
2186
  }
2655
- export declare namespace RestrictedSourceFileException {
2656
- /**
2657
- * @internal
2658
- */
2659
- const filterSensitiveLog: (obj: RestrictedSourceFileException) => any;
2660
- }
2661
2187
  /**
2662
2188
  * <p>The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example,
2663
2189
  * you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same
@@ -2671,12 +2197,6 @@ export interface SamePathRequestException extends __SmithyException, $MetadataBe
2671
2197
  */
2672
2198
  message?: string;
2673
2199
  }
2674
- export declare namespace SamePathRequestException {
2675
- /**
2676
- * @internal
2677
- */
2678
- const filterSensitiveLog: (obj: SamePathRequestException) => any;
2679
- }
2680
2200
  /**
2681
2201
  * <p>The commit cannot be created because no source files or file content have been specified for the commit.</p>
2682
2202
  */
@@ -2688,12 +2208,6 @@ export interface SourceFileOrContentRequiredException extends __SmithyException,
2688
2208
  */
2689
2209
  message?: string;
2690
2210
  }
2691
- export declare namespace SourceFileOrContentRequiredException {
2692
- /**
2693
- * @internal
2694
- */
2695
- const filterSensitiveLog: (obj: SourceFileOrContentRequiredException) => any;
2696
- }
2697
2211
  /**
2698
2212
  * <p>Returns information about a target for a pull request.</p>
2699
2213
  */
@@ -2908,12 +2422,6 @@ export interface IdempotencyParameterMismatchException extends __SmithyException
2908
2422
  */
2909
2423
  message?: string;
2910
2424
  }
2911
- export declare namespace IdempotencyParameterMismatchException {
2912
- /**
2913
- * @internal
2914
- */
2915
- const filterSensitiveLog: (obj: IdempotencyParameterMismatchException) => any;
2916
- }
2917
2425
  /**
2918
2426
  * <p>The client request token is not valid.</p>
2919
2427
  */
@@ -2925,12 +2433,6 @@ export interface InvalidClientRequestTokenException extends __SmithyException, $
2925
2433
  */
2926
2434
  message?: string;
2927
2435
  }
2928
- export declare namespace InvalidClientRequestTokenException {
2929
- /**
2930
- * @internal
2931
- */
2932
- const filterSensitiveLog: (obj: InvalidClientRequestTokenException) => any;
2933
- }
2934
2436
  /**
2935
2437
  * <p>The pull request description is not valid. Descriptions cannot be more than 1,000
2936
2438
  * characters.</p>
@@ -2943,12 +2445,6 @@ export interface InvalidDescriptionException extends __SmithyException, $Metadat
2943
2445
  */
2944
2446
  message?: string;
2945
2447
  }
2946
- export declare namespace InvalidDescriptionException {
2947
- /**
2948
- * @internal
2949
- */
2950
- const filterSensitiveLog: (obj: InvalidDescriptionException) => any;
2951
- }
2952
2448
  /**
2953
2449
  * <p>The specified reference name format is not valid. Reference names must conform to the
2954
2450
  * Git references format (for example, refs/heads/master). For more information, see <a href="https://git-scm.com/book/en/v2/Git-Internals-Git-References">Git Internals -
@@ -2962,12 +2458,6 @@ export interface InvalidReferenceNameException extends __SmithyException, $Metad
2962
2458
  */
2963
2459
  message?: string;
2964
2460
  }
2965
- export declare namespace InvalidReferenceNameException {
2966
- /**
2967
- * @internal
2968
- */
2969
- const filterSensitiveLog: (obj: InvalidReferenceNameException) => any;
2970
- }
2971
2461
  /**
2972
2462
  * <p>The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>
2973
2463
  */
@@ -2979,12 +2469,6 @@ export interface InvalidTargetException extends __SmithyException, $MetadataBear
2979
2469
  */
2980
2470
  message?: string;
2981
2471
  }
2982
- export declare namespace InvalidTargetException {
2983
- /**
2984
- * @internal
2985
- */
2986
- const filterSensitiveLog: (obj: InvalidTargetException) => any;
2987
- }
2988
2472
  /**
2989
2473
  * <p>The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for
2990
2474
  * the repository name, source branch, and destination branch for a pull request.</p>
@@ -2997,12 +2481,6 @@ export interface InvalidTargetsException extends __SmithyException, $MetadataBea
2997
2481
  */
2998
2482
  message?: string;
2999
2483
  }
3000
- export declare namespace InvalidTargetsException {
3001
- /**
3002
- * @internal
3003
- */
3004
- const filterSensitiveLog: (obj: InvalidTargetsException) => any;
3005
- }
3006
2484
  /**
3007
2485
  * <p>The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.</p>
3008
2486
  */
@@ -3014,12 +2492,6 @@ export interface InvalidTitleException extends __SmithyException, $MetadataBeare
3014
2492
  */
3015
2493
  message?: string;
3016
2494
  }
3017
- export declare namespace InvalidTitleException {
3018
- /**
3019
- * @internal
3020
- */
3021
- const filterSensitiveLog: (obj: InvalidTitleException) => any;
3022
- }
3023
2495
  /**
3024
2496
  * <p>You cannot create the pull request because the repository has too many open pull requests.
3025
2497
  * The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.</p>
@@ -3032,12 +2504,6 @@ export interface MaximumOpenPullRequestsExceededException extends __SmithyExcept
3032
2504
  */
3033
2505
  message?: string;
3034
2506
  }
3035
- export declare namespace MaximumOpenPullRequestsExceededException {
3036
- /**
3037
- * @internal
3038
- */
3039
- const filterSensitiveLog: (obj: MaximumOpenPullRequestsExceededException) => any;
3040
- }
3041
2507
  /**
3042
2508
  * <p>You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.</p>
3043
2509
  */
@@ -3049,12 +2515,6 @@ export interface MultipleRepositoriesInPullRequestException extends __SmithyExce
3049
2515
  */
3050
2516
  message?: string;
3051
2517
  }
3052
- export declare namespace MultipleRepositoriesInPullRequestException {
3053
- /**
3054
- * @internal
3055
- */
3056
- const filterSensitiveLog: (obj: MultipleRepositoriesInPullRequestException) => any;
3057
- }
3058
2518
  /**
3059
2519
  * <p>The specified reference does not exist. You must provide a full commit ID.</p>
3060
2520
  */
@@ -3066,12 +2526,6 @@ export interface ReferenceDoesNotExistException extends __SmithyException, $Meta
3066
2526
  */
3067
2527
  message?: string;
3068
2528
  }
3069
- export declare namespace ReferenceDoesNotExistException {
3070
- /**
3071
- * @internal
3072
- */
3073
- const filterSensitiveLog: (obj: ReferenceDoesNotExistException) => any;
3074
- }
3075
2529
  /**
3076
2530
  * <p>A reference name is required, but none was provided.</p>
3077
2531
  */
@@ -3083,12 +2537,6 @@ export interface ReferenceNameRequiredException extends __SmithyException, $Meta
3083
2537
  */
3084
2538
  message?: string;
3085
2539
  }
3086
- export declare namespace ReferenceNameRequiredException {
3087
- /**
3088
- * @internal
3089
- */
3090
- const filterSensitiveLog: (obj: ReferenceNameRequiredException) => any;
3091
- }
3092
2540
  /**
3093
2541
  * <p>The specified reference is not a supported type. </p>
3094
2542
  */
@@ -3100,12 +2548,6 @@ export interface ReferenceTypeNotSupportedException extends __SmithyException, $
3100
2548
  */
3101
2549
  message?: string;
3102
2550
  }
3103
- export declare namespace ReferenceTypeNotSupportedException {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: ReferenceTypeNotSupportedException) => any;
3108
- }
3109
2551
  /**
3110
2552
  * <p>The source branch and destination branch for the pull request are the same. You must
3111
2553
  * specify different branches for the source and destination.</p>
@@ -3118,12 +2560,6 @@ export interface SourceAndDestinationAreSameException extends __SmithyException,
3118
2560
  */
3119
2561
  message?: string;
3120
2562
  }
3121
- export declare namespace SourceAndDestinationAreSameException {
3122
- /**
3123
- * @internal
3124
- */
3125
- const filterSensitiveLog: (obj: SourceAndDestinationAreSameException) => any;
3126
- }
3127
2563
  /**
3128
2564
  * <p>A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>
3129
2565
  */
@@ -3135,12 +2571,6 @@ export interface TargetRequiredException extends __SmithyException, $MetadataBea
3135
2571
  */
3136
2572
  message?: string;
3137
2573
  }
3138
- export declare namespace TargetRequiredException {
3139
- /**
3140
- * @internal
3141
- */
3142
- const filterSensitiveLog: (obj: TargetRequiredException) => any;
3143
- }
3144
2574
  /**
3145
2575
  * <p>An array of target objects is required. It cannot be empty or null.</p>
3146
2576
  */
@@ -3152,12 +2582,6 @@ export interface TargetsRequiredException extends __SmithyException, $MetadataBe
3152
2582
  */
3153
2583
  message?: string;
3154
2584
  }
3155
- export declare namespace TargetsRequiredException {
3156
- /**
3157
- * @internal
3158
- */
3159
- const filterSensitiveLog: (obj: TargetsRequiredException) => any;
3160
- }
3161
2585
  /**
3162
2586
  * <p>A pull request title is required. It cannot be empty or null.</p>
3163
2587
  */
@@ -3169,12 +2593,6 @@ export interface TitleRequiredException extends __SmithyException, $MetadataBear
3169
2593
  */
3170
2594
  message?: string;
3171
2595
  }
3172
- export declare namespace TitleRequiredException {
3173
- /**
3174
- * @internal
3175
- */
3176
- const filterSensitiveLog: (obj: TitleRequiredException) => any;
3177
- }
3178
2596
  export interface CreatePullRequestApprovalRuleInput {
3179
2597
  /**
3180
2598
  * <p>The system-generated ID of the pull request for which you want to create the approval rule.</p>
@@ -3260,12 +2678,6 @@ export interface InvalidApprovalRuleContentException extends __SmithyException,
3260
2678
  */
3261
2679
  message?: string;
3262
2680
  }
3263
- export declare namespace InvalidApprovalRuleContentException {
3264
- /**
3265
- * @internal
3266
- */
3267
- const filterSensitiveLog: (obj: InvalidApprovalRuleContentException) => any;
3268
- }
3269
2681
  /**
3270
2682
  * <p>The name for the approval rule is not valid.</p>
3271
2683
  */
@@ -3277,12 +2689,6 @@ export interface InvalidApprovalRuleNameException extends __SmithyException, $Me
3277
2689
  */
3278
2690
  message?: string;
3279
2691
  }
3280
- export declare namespace InvalidApprovalRuleNameException {
3281
- /**
3282
- * @internal
3283
- */
3284
- const filterSensitiveLog: (obj: InvalidApprovalRuleNameException) => any;
3285
- }
3286
2692
  /**
3287
2693
  * <p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>
3288
2694
  */
@@ -3294,12 +2700,6 @@ export interface InvalidPullRequestIdException extends __SmithyException, $Metad
3294
2700
  */
3295
2701
  message?: string;
3296
2702
  }
3297
- export declare namespace InvalidPullRequestIdException {
3298
- /**
3299
- * @internal
3300
- */
3301
- const filterSensitiveLog: (obj: InvalidPullRequestIdException) => any;
3302
- }
3303
2703
  /**
3304
2704
  * <p>The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.</p>
3305
2705
  */
@@ -3311,12 +2711,6 @@ export interface NumberOfRulesExceededException extends __SmithyException, $Meta
3311
2711
  */
3312
2712
  message?: string;
3313
2713
  }
3314
- export declare namespace NumberOfRulesExceededException {
3315
- /**
3316
- * @internal
3317
- */
3318
- const filterSensitiveLog: (obj: NumberOfRulesExceededException) => any;
3319
- }
3320
2714
  /**
3321
2715
  * <p>The pull request status cannot be updated because it is already closed.</p>
3322
2716
  */
@@ -3328,12 +2722,6 @@ export interface PullRequestAlreadyClosedException extends __SmithyException, $M
3328
2722
  */
3329
2723
  message?: string;
3330
2724
  }
3331
- export declare namespace PullRequestAlreadyClosedException {
3332
- /**
3333
- * @internal
3334
- */
3335
- const filterSensitiveLog: (obj: PullRequestAlreadyClosedException) => any;
3336
- }
3337
2725
  /**
3338
2726
  * <p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>
3339
2727
  */
@@ -3345,12 +2733,6 @@ export interface PullRequestDoesNotExistException extends __SmithyException, $Me
3345
2733
  */
3346
2734
  message?: string;
3347
2735
  }
3348
- export declare namespace PullRequestDoesNotExistException {
3349
- /**
3350
- * @internal
3351
- */
3352
- const filterSensitiveLog: (obj: PullRequestDoesNotExistException) => any;
3353
- }
3354
2736
  /**
3355
2737
  * <p>A pull request ID is required, but none was provided.</p>
3356
2738
  */
@@ -3362,12 +2744,6 @@ export interface PullRequestIdRequiredException extends __SmithyException, $Meta
3362
2744
  */
3363
2745
  message?: string;
3364
2746
  }
3365
- export declare namespace PullRequestIdRequiredException {
3366
- /**
3367
- * @internal
3368
- */
3369
- const filterSensitiveLog: (obj: PullRequestIdRequiredException) => any;
3370
- }
3371
2747
  /**
3372
2748
  * <p>Represents the input of a create repository operation.</p>
3373
2749
  */
@@ -3433,12 +2809,6 @@ export interface InvalidRepositoryDescriptionException extends __SmithyException
3433
2809
  */
3434
2810
  message?: string;
3435
2811
  }
3436
- export declare namespace InvalidRepositoryDescriptionException {
3437
- /**
3438
- * @internal
3439
- */
3440
- const filterSensitiveLog: (obj: InvalidRepositoryDescriptionException) => any;
3441
- }
3442
2812
  /**
3443
2813
  * <p>The specified tag is not valid. Key names cannot be prefixed with aws:.</p>
3444
2814
  */
@@ -3450,12 +2820,6 @@ export interface InvalidSystemTagUsageException extends __SmithyException, $Meta
3450
2820
  */
3451
2821
  message?: string;
3452
2822
  }
3453
- export declare namespace InvalidSystemTagUsageException {
3454
- /**
3455
- * @internal
3456
- */
3457
- const filterSensitiveLog: (obj: InvalidSystemTagUsageException) => any;
3458
- }
3459
2823
  /**
3460
2824
  * <p>The map of tags is not valid.</p>
3461
2825
  */
@@ -3467,12 +2831,6 @@ export interface InvalidTagsMapException extends __SmithyException, $MetadataBea
3467
2831
  */
3468
2832
  message?: string;
3469
2833
  }
3470
- export declare namespace InvalidTagsMapException {
3471
- /**
3472
- * @internal
3473
- */
3474
- const filterSensitiveLog: (obj: InvalidTagsMapException) => any;
3475
- }
3476
2834
  /**
3477
2835
  * <p>A repository resource limit was exceeded.</p>
3478
2836
  */
@@ -3484,12 +2842,6 @@ export interface RepositoryLimitExceededException extends __SmithyException, $Me
3484
2842
  */
3485
2843
  message?: string;
3486
2844
  }
3487
- export declare namespace RepositoryLimitExceededException {
3488
- /**
3489
- * @internal
3490
- */
3491
- const filterSensitiveLog: (obj: RepositoryLimitExceededException) => any;
3492
- }
3493
2845
  /**
3494
2846
  * <p>The specified repository name already exists.</p>
3495
2847
  */
@@ -3501,12 +2853,6 @@ export interface RepositoryNameExistsException extends __SmithyException, $Metad
3501
2853
  */
3502
2854
  message?: string;
3503
2855
  }
3504
- export declare namespace RepositoryNameExistsException {
3505
- /**
3506
- * @internal
3507
- */
3508
- const filterSensitiveLog: (obj: RepositoryNameExistsException) => any;
3509
- }
3510
2856
  /**
3511
2857
  * <p>The tag policy is not valid.</p>
3512
2858
  */
@@ -3518,12 +2864,6 @@ export interface TagPolicyException extends __SmithyException, $MetadataBearer {
3518
2864
  */
3519
2865
  message?: string;
3520
2866
  }
3521
- export declare namespace TagPolicyException {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: TagPolicyException) => any;
3526
- }
3527
2867
  /**
3528
2868
  * <p>The maximum number of tags for an AWS CodeCommit resource has been exceeded.</p>
3529
2869
  */
@@ -3535,12 +2875,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
3535
2875
  */
3536
2876
  message?: string;
3537
2877
  }
3538
- export declare namespace TooManyTagsException {
3539
- /**
3540
- * @internal
3541
- */
3542
- const filterSensitiveLog: (obj: TooManyTagsException) => any;
3543
- }
3544
2878
  /**
3545
2879
  * <p>The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.</p>
3546
2880
  */
@@ -3552,12 +2886,6 @@ export interface ConcurrentReferenceUpdateException extends __SmithyException, $
3552
2886
  */
3553
2887
  message?: string;
3554
2888
  }
3555
- export declare namespace ConcurrentReferenceUpdateException {
3556
- /**
3557
- * @internal
3558
- */
3559
- const filterSensitiveLog: (obj: ConcurrentReferenceUpdateException) => any;
3560
- }
3561
2889
  export declare enum ReplacementTypeEnum {
3562
2890
  KEEP_BASE = "KEEP_BASE",
3563
2891
  KEEP_DESTINATION = "KEEP_DESTINATION",
@@ -3705,12 +3033,6 @@ export interface InvalidConflictResolutionException extends __SmithyException, $
3705
3033
  */
3706
3034
  message?: string;
3707
3035
  }
3708
- export declare namespace InvalidConflictResolutionException {
3709
- /**
3710
- * @internal
3711
- */
3712
- const filterSensitiveLog: (obj: InvalidConflictResolutionException) => any;
3713
- }
3714
3036
  /**
3715
3037
  * <p>Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing. </p>
3716
3038
  */
@@ -3722,12 +3044,6 @@ export interface InvalidReplacementContentException extends __SmithyException, $
3722
3044
  */
3723
3045
  message?: string;
3724
3046
  }
3725
- export declare namespace InvalidReplacementContentException {
3726
- /**
3727
- * @internal
3728
- */
3729
- const filterSensitiveLog: (obj: InvalidReplacementContentException) => any;
3730
- }
3731
3047
  /**
3732
3048
  * <p>Automerge was specified for resolving the conflict, but the specified replacement type is not valid.</p>
3733
3049
  */
@@ -3739,12 +3055,6 @@ export interface InvalidReplacementTypeException extends __SmithyException, $Met
3739
3055
  */
3740
3056
  message?: string;
3741
3057
  }
3742
- export declare namespace InvalidReplacementTypeException {
3743
- /**
3744
- * @internal
3745
- */
3746
- const filterSensitiveLog: (obj: InvalidReplacementTypeException) => any;
3747
- }
3748
3058
  /**
3749
3059
  * <p>The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.</p>
3750
3060
  */
@@ -3756,12 +3066,6 @@ export interface ManualMergeRequiredException extends __SmithyException, $Metada
3756
3066
  */
3757
3067
  message?: string;
3758
3068
  }
3759
- export declare namespace ManualMergeRequiredException {
3760
- /**
3761
- * @internal
3762
- */
3763
- const filterSensitiveLog: (obj: ManualMergeRequiredException) => any;
3764
- }
3765
3069
  /**
3766
3070
  * <p>The number of allowed conflict resolution entries was exceeded.</p>
3767
3071
  */
@@ -3773,12 +3077,6 @@ export interface MaximumConflictResolutionEntriesExceededException extends __Smi
3773
3077
  */
3774
3078
  message?: string;
3775
3079
  }
3776
- export declare namespace MaximumConflictResolutionEntriesExceededException {
3777
- /**
3778
- * @internal
3779
- */
3780
- const filterSensitiveLog: (obj: MaximumConflictResolutionEntriesExceededException) => any;
3781
- }
3782
3080
  /**
3783
3081
  * <p>More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.</p>
3784
3082
  */
@@ -3790,12 +3088,6 @@ export interface MultipleConflictResolutionEntriesException extends __SmithyExce
3790
3088
  */
3791
3089
  message?: string;
3792
3090
  }
3793
- export declare namespace MultipleConflictResolutionEntriesException {
3794
- /**
3795
- * @internal
3796
- */
3797
- const filterSensitiveLog: (obj: MultipleConflictResolutionEntriesException) => any;
3798
- }
3799
3091
  /**
3800
3092
  * <p>USE_NEW_CONTENT was specified, but no replacement content has been provided.</p>
3801
3093
  */
@@ -3807,12 +3099,6 @@ export interface ReplacementContentRequiredException extends __SmithyException,
3807
3099
  */
3808
3100
  message?: string;
3809
3101
  }
3810
- export declare namespace ReplacementContentRequiredException {
3811
- /**
3812
- * @internal
3813
- */
3814
- const filterSensitiveLog: (obj: ReplacementContentRequiredException) => any;
3815
- }
3816
3102
  /**
3817
3103
  * <p>A replacement type is required.</p>
3818
3104
  */
@@ -3824,12 +3110,6 @@ export interface ReplacementTypeRequiredException extends __SmithyException, $Me
3824
3110
  */
3825
3111
  message?: string;
3826
3112
  }
3827
- export declare namespace ReplacementTypeRequiredException {
3828
- /**
3829
- * @internal
3830
- */
3831
- const filterSensitiveLog: (obj: ReplacementTypeRequiredException) => any;
3832
- }
3833
3113
  export interface DeleteApprovalRuleTemplateInput {
3834
3114
  /**
3835
3115
  * <p>The name of the approval rule template to delete.</p>
@@ -3866,12 +3146,6 @@ export interface DefaultBranchCannotBeDeletedException extends __SmithyException
3866
3146
  */
3867
3147
  message?: string;
3868
3148
  }
3869
- export declare namespace DefaultBranchCannotBeDeletedException {
3870
- /**
3871
- * @internal
3872
- */
3873
- const filterSensitiveLog: (obj: DefaultBranchCannotBeDeletedException) => any;
3874
- }
3875
3149
  /**
3876
3150
  * <p>Represents the input of a delete branch operation.</p>
3877
3151
  */
@@ -3917,12 +3191,6 @@ export interface CommentDeletedException extends __SmithyException, $MetadataBea
3917
3191
  */
3918
3192
  message?: string;
3919
3193
  }
3920
- export declare namespace CommentDeletedException {
3921
- /**
3922
- * @internal
3923
- */
3924
- const filterSensitiveLog: (obj: CommentDeletedException) => any;
3925
- }
3926
3194
  /**
3927
3195
  * <p>No comment exists with the provided ID. Verify that you have used the correct ID, and
3928
3196
  * then try again.</p>
@@ -3935,12 +3203,6 @@ export interface CommentDoesNotExistException extends __SmithyException, $Metada
3935
3203
  */
3936
3204
  message?: string;
3937
3205
  }
3938
- export declare namespace CommentDoesNotExistException {
3939
- /**
3940
- * @internal
3941
- */
3942
- const filterSensitiveLog: (obj: CommentDoesNotExistException) => any;
3943
- }
3944
3206
  /**
3945
3207
  * <p>The comment ID is missing or null. A comment ID is required.</p>
3946
3208
  */
@@ -3952,12 +3214,6 @@ export interface CommentIdRequiredException extends __SmithyException, $Metadata
3952
3214
  */
3953
3215
  message?: string;
3954
3216
  }
3955
- export declare namespace CommentIdRequiredException {
3956
- /**
3957
- * @internal
3958
- */
3959
- const filterSensitiveLog: (obj: CommentIdRequiredException) => any;
3960
- }
3961
3217
  export interface DeleteCommentContentInput {
3962
3218
  /**
3963
3219
  * <p>The unique, system-generated ID of the comment. To get this ID, use <a>GetCommentsForComparedCommit</a>
@@ -4050,12 +3306,6 @@ export interface InvalidCommentIdException extends __SmithyException, $MetadataB
4050
3306
  */
4051
3307
  message?: string;
4052
3308
  }
4053
- export declare namespace InvalidCommentIdException {
4054
- /**
4055
- * @internal
4056
- */
4057
- const filterSensitiveLog: (obj: InvalidCommentIdException) => any;
4058
- }
4059
3309
  export interface DeleteFileInput {
4060
3310
  /**
4061
3311
  * <p>The name of the repository that contains the file to delete.</p>
@@ -4500,12 +3750,6 @@ export interface InvalidActorArnException extends __SmithyException, $MetadataBe
4500
3750
  */
4501
3751
  message?: string;
4502
3752
  }
4503
- export declare namespace InvalidActorArnException {
4504
- /**
4505
- * @internal
4506
- */
4507
- const filterSensitiveLog: (obj: InvalidActorArnException) => any;
4508
- }
4509
3753
  /**
4510
3754
  * <p>The specified number of maximum results is not valid.</p>
4511
3755
  */
@@ -4517,12 +3761,6 @@ export interface InvalidMaxResultsException extends __SmithyException, $Metadata
4517
3761
  */
4518
3762
  message?: string;
4519
3763
  }
4520
- export declare namespace InvalidMaxResultsException {
4521
- /**
4522
- * @internal
4523
- */
4524
- const filterSensitiveLog: (obj: InvalidMaxResultsException) => any;
4525
- }
4526
3764
  /**
4527
3765
  * <p>The pull request event type is not valid. </p>
4528
3766
  */
@@ -4534,12 +3772,6 @@ export interface InvalidPullRequestEventTypeException extends __SmithyException,
4534
3772
  */
4535
3773
  message?: string;
4536
3774
  }
4537
- export declare namespace InvalidPullRequestEventTypeException {
4538
- /**
4539
- * @internal
4540
- */
4541
- const filterSensitiveLog: (obj: InvalidPullRequestEventTypeException) => any;
4542
- }
4543
3775
  export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
4544
3776
  /**
4545
3777
  * <p>The name of the approval rule template to disassociate from a specified repository.</p>
@@ -4625,12 +3857,6 @@ export interface InvalidRevisionIdException extends __SmithyException, $Metadata
4625
3857
  */
4626
3858
  message?: string;
4627
3859
  }
4628
- export declare namespace InvalidRevisionIdException {
4629
- /**
4630
- * @internal
4631
- */
4632
- const filterSensitiveLog: (obj: InvalidRevisionIdException) => any;
4633
- }
4634
3860
  /**
4635
3861
  * <p>A revision ID is required, but was not provided.</p>
4636
3862
  */
@@ -4642,12 +3868,6 @@ export interface RevisionIdRequiredException extends __SmithyException, $Metadat
4642
3868
  */
4643
3869
  message?: string;
4644
3870
  }
4645
- export declare namespace RevisionIdRequiredException {
4646
- /**
4647
- * @internal
4648
- */
4649
- const filterSensitiveLog: (obj: RevisionIdRequiredException) => any;
4650
- }
4651
3871
  /**
4652
3872
  * <p>The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.</p>
4653
3873
  */
@@ -4659,12 +3879,6 @@ export interface RevisionNotCurrentException extends __SmithyException, $Metadat
4659
3879
  */
4660
3880
  message?: string;
4661
3881
  }
4662
- export declare namespace RevisionNotCurrentException {
4663
- /**
4664
- * @internal
4665
- */
4666
- const filterSensitiveLog: (obj: RevisionNotCurrentException) => any;
4667
- }
4668
3882
  export interface GetApprovalRuleTemplateInput {
4669
3883
  /**
4670
3884
  * <p>The name of the approval rule template for which you want to get information.</p>
@@ -4701,12 +3915,6 @@ export interface FileTooLargeException extends __SmithyException, $MetadataBeare
4701
3915
  */
4702
3916
  message?: string;
4703
3917
  }
4704
- export declare namespace FileTooLargeException {
4705
- /**
4706
- * @internal
4707
- */
4708
- const filterSensitiveLog: (obj: FileTooLargeException) => any;
4709
- }
4710
3918
  /**
4711
3919
  * <p>Represents the input of a get blob operation.</p>
4712
3920
  */
@@ -4752,12 +3960,6 @@ export interface InvalidBlobIdException extends __SmithyException, $MetadataBear
4752
3960
  */
4753
3961
  message?: string;
4754
3962
  }
4755
- export declare namespace InvalidBlobIdException {
4756
- /**
4757
- * @internal
4758
- */
4759
- const filterSensitiveLog: (obj: InvalidBlobIdException) => any;
4760
- }
4761
3963
  /**
4762
3964
  * <p>Represents the input of a get branch operation.</p>
4763
3965
  */
@@ -4915,12 +4117,6 @@ export interface InvalidReactionUserArnException extends __SmithyException, $Met
4915
4117
  */
4916
4118
  message?: string;
4917
4119
  }
4918
- export declare namespace InvalidReactionUserArnException {
4919
- /**
4920
- * @internal
4921
- */
4922
- const filterSensitiveLog: (obj: InvalidReactionUserArnException) => any;
4923
- }
4924
4120
  export interface GetCommentsForComparedCommitInput {
4925
4121
  /**
4926
4122
  * <p>The name of the repository where you want to compare commits.</p>
@@ -5148,12 +4344,6 @@ export interface RepositoryNotAssociatedWithPullRequestException extends __Smith
5148
4344
  */
5149
4345
  message?: string;
5150
4346
  }
5151
- export declare namespace RepositoryNotAssociatedWithPullRequestException {
5152
- /**
5153
- * @internal
5154
- */
5155
- const filterSensitiveLog: (obj: RepositoryNotAssociatedWithPullRequestException) => any;
5156
- }
5157
4347
  /**
5158
4348
  * <p>The specified commit ID does not exist.</p>
5159
4349
  */
@@ -5165,12 +4355,6 @@ export interface CommitIdDoesNotExistException extends __SmithyException, $Metad
5165
4355
  */
5166
4356
  message?: string;
5167
4357
  }
5168
- export declare namespace CommitIdDoesNotExistException {
5169
- /**
5170
- * @internal
5171
- */
5172
- const filterSensitiveLog: (obj: CommitIdDoesNotExistException) => any;
5173
- }
5174
4358
  /**
5175
4359
  * <p>Represents the input of a get commit operation.</p>
5176
4360
  */
@@ -5304,12 +4488,6 @@ export interface PathDoesNotExistException extends __SmithyException, $MetadataB
5304
4488
  */
5305
4489
  message?: string;
5306
4490
  }
5307
- export declare namespace PathDoesNotExistException {
5308
- /**
5309
- * @internal
5310
- */
5311
- const filterSensitiveLog: (obj: PathDoesNotExistException) => any;
5312
- }
5313
4491
  export interface GetFileInput {
5314
4492
  /**
5315
4493
  * <p>The name of the repository that contains the file.</p>
@@ -5384,12 +4562,6 @@ export interface FolderDoesNotExistException extends __SmithyException, $Metadat
5384
4562
  */
5385
4563
  message?: string;
5386
4564
  }
5387
- export declare namespace FolderDoesNotExistException {
5388
- /**
5389
- * @internal
5390
- */
5391
- const filterSensitiveLog: (obj: FolderDoesNotExistException) => any;
5392
- }
5393
4565
  export interface GetFolderInput {
5394
4566
  /**
5395
4567
  * <p>The name of the repository.</p>
@@ -5706,12 +4878,6 @@ export interface InvalidDestinationCommitSpecifierException extends __SmithyExce
5706
4878
  */
5707
4879
  message?: string;
5708
4880
  }
5709
- export declare namespace InvalidDestinationCommitSpecifierException {
5710
- /**
5711
- * @internal
5712
- */
5713
- const filterSensitiveLog: (obj: InvalidDestinationCommitSpecifierException) => any;
5714
- }
5715
4881
  /**
5716
4882
  * <p>The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.</p>
5717
4883
  */
@@ -5723,12 +4889,6 @@ export interface InvalidSourceCommitSpecifierException extends __SmithyException
5723
4889
  */
5724
4890
  message?: string;
5725
4891
  }
5726
- export declare namespace InvalidSourceCommitSpecifierException {
5727
- /**
5728
- * @internal
5729
- */
5730
- const filterSensitiveLog: (obj: InvalidSourceCommitSpecifierException) => any;
5731
- }
5732
4892
  export interface GetMergeOptionsInput {
5733
4893
  /**
5734
4894
  * <p>The name of the repository that contains the commits about which you want to get merge options.</p>
@@ -6106,12 +5266,6 @@ export interface InvalidAuthorArnException extends __SmithyException, $MetadataB
6106
5266
  */
6107
5267
  message?: string;
6108
5268
  }
6109
- export declare namespace InvalidAuthorArnException {
6110
- /**
6111
- * @internal
6112
- */
6113
- const filterSensitiveLog: (obj: InvalidAuthorArnException) => any;
6114
- }
6115
5269
  /**
6116
5270
  * <p>The pull request status is not valid. The only valid values are <code>OPEN</code> and <code>CLOSED</code>.</p>
6117
5271
  */
@@ -6123,12 +5277,6 @@ export interface InvalidPullRequestStatusException extends __SmithyException, $M
6123
5277
  */
6124
5278
  message?: string;
6125
5279
  }
6126
- export declare namespace InvalidPullRequestStatusException {
6127
- /**
6128
- * @internal
6129
- */
6130
- const filterSensitiveLog: (obj: InvalidPullRequestStatusException) => any;
6131
- }
6132
5280
  export interface ListPullRequestsInput {
6133
5281
  /**
6134
5282
  * <p>The name of the repository for which you want to list pull requests.</p>
@@ -6186,12 +5334,6 @@ export interface InvalidOrderException extends __SmithyException, $MetadataBeare
6186
5334
  */
6187
5335
  message?: string;
6188
5336
  }
6189
- export declare namespace InvalidOrderException {
6190
- /**
6191
- * @internal
6192
- */
6193
- const filterSensitiveLog: (obj: InvalidOrderException) => any;
6194
- }
6195
5337
  /**
6196
5338
  * <p>The specified sort by value is not valid.</p>
6197
5339
  */
@@ -6203,9 +5345,3 @@ export interface InvalidSortByException extends __SmithyException, $MetadataBear
6203
5345
  */
6204
5346
  message?: string;
6205
5347
  }
6206
- export declare namespace InvalidSortByException {
6207
- /**
6208
- * @internal
6209
- */
6210
- const filterSensitiveLog: (obj: InvalidSortByException) => any;
6211
- }