@aws-sdk/client-codecommit 3.131.0 → 3.142.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 (167) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -1
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/CreateBranchCommand.js +1 -1
  11. package/dist-cjs/commands/CreateCommitCommand.js +2 -2
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -2
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteFileCommand.js +2 -2
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -1
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -2
  27. package/dist-cjs/commands/GetBlobCommand.js +2 -2
  28. package/dist-cjs/commands/GetBranchCommand.js +2 -2
  29. package/dist-cjs/commands/GetCommentCommand.js +2 -2
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -2
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -2
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -2
  33. package/dist-cjs/commands/GetCommitCommand.js +2 -2
  34. package/dist-cjs/commands/GetDifferencesCommand.js +2 -2
  35. package/dist-cjs/commands/GetFileCommand.js +2 -2
  36. package/dist-cjs/commands/GetFolderCommand.js +2 -2
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -2
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -2
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -2
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -2
  41. package/dist-cjs/commands/GetPullRequestCommand.js +2 -2
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -2
  43. package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -2
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -2
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
  47. package/dist-cjs/commands/ListBranchesCommand.js +2 -2
  48. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -2
  49. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
  50. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -2
  53. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -2
  54. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -2
  55. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -2
  56. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -2
  57. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -2
  58. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -1
  59. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -2
  60. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -2
  61. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -2
  62. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -1
  63. package/dist-cjs/commands/PutFileCommand.js +2 -2
  64. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -2
  65. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  66. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -2
  67. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateCommentCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -1
  73. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
  74. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -1
  75. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -2
  76. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -2
  77. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -2
  78. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -1
  79. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -1
  80. package/dist-cjs/models/models_0.js +578 -864
  81. package/dist-cjs/models/models_1.js +226 -338
  82. package/dist-cjs/protocols/Aws_json1_1.js +385 -652
  83. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
  84. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  85. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  86. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  87. package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
  88. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
  89. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  90. package/dist-es/commands/CreateBranchCommand.js +2 -2
  91. package/dist-es/commands/CreateCommitCommand.js +3 -3
  92. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  93. package/dist-es/commands/CreatePullRequestCommand.js +3 -3
  94. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  95. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  96. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  97. package/dist-es/commands/DeleteBranchCommand.js +3 -3
  98. package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
  99. package/dist-es/commands/DeleteFileCommand.js +3 -3
  100. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  101. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  102. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
  103. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
  104. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
  105. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  106. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
  107. package/dist-es/commands/GetBlobCommand.js +3 -3
  108. package/dist-es/commands/GetBranchCommand.js +3 -3
  109. package/dist-es/commands/GetCommentCommand.js +3 -3
  110. package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
  111. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
  112. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
  113. package/dist-es/commands/GetCommitCommand.js +3 -3
  114. package/dist-es/commands/GetDifferencesCommand.js +3 -3
  115. package/dist-es/commands/GetFileCommand.js +3 -3
  116. package/dist-es/commands/GetFolderCommand.js +3 -3
  117. package/dist-es/commands/GetMergeCommitCommand.js +3 -3
  118. package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
  119. package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
  120. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  121. package/dist-es/commands/GetPullRequestCommand.js +3 -3
  122. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
  123. package/dist-es/commands/GetRepositoryCommand.js +3 -3
  124. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
  125. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  126. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  127. package/dist-es/commands/ListBranchesCommand.js +3 -3
  128. package/dist-es/commands/ListPullRequestsCommand.js +3 -3
  129. package/dist-es/commands/ListRepositoriesCommand.js +3 -3
  130. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  131. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  132. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
  133. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
  134. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
  135. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
  136. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
  137. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
  138. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
  139. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
  140. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
  141. package/dist-es/commands/PostCommentReplyCommand.js +3 -3
  142. package/dist-es/commands/PutCommentReactionCommand.js +2 -2
  143. package/dist-es/commands/PutFileCommand.js +3 -3
  144. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
  145. package/dist-es/commands/TagResourceCommand.js +2 -2
  146. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
  147. package/dist-es/commands/UntagResourceCommand.js +2 -2
  148. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  149. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  150. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  151. package/dist-es/commands/UpdateCommentCommand.js +3 -3
  152. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
  153. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  154. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
  155. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  156. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
  157. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
  158. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
  159. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
  160. package/dist-es/models/models_0.js +143 -572
  161. package/dist-es/models/models_1.js +56 -224
  162. package/dist-es/protocols/Aws_json1_1.js +617 -653
  163. package/dist-types/models/models_0.d.ts +572 -858
  164. package/dist-types/models/models_1.d.ts +224 -336
  165. package/dist-types/ts3.4/models/models_0.d.ts +286 -572
  166. package/dist-types/ts3.4/models/models_1.d.ts +112 -224
  167. package/package.json +6 -6
@@ -18,10 +18,6 @@ export interface Approval {
18
18
 
19
19
  approvalState?: ApprovalState | string;
20
20
  }
21
- export declare namespace Approval {
22
-
23
- const filterSensitiveLog: (obj: Approval) => any;
24
- }
25
21
 
26
22
  export interface OriginApprovalRuleTemplate {
27
23
 
@@ -29,10 +25,6 @@ export interface OriginApprovalRuleTemplate {
29
25
 
30
26
  approvalRuleTemplateName?: string;
31
27
  }
32
- export declare namespace OriginApprovalRuleTemplate {
33
-
34
- const filterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
35
- }
36
28
 
37
29
  export interface ApprovalRule {
38
30
 
@@ -52,10 +44,6 @@ export interface ApprovalRule {
52
44
 
53
45
  originApprovalRuleTemplate?: OriginApprovalRuleTemplate;
54
46
  }
55
- export declare namespace ApprovalRule {
56
-
57
- const filterSensitiveLog: (obj: ApprovalRule) => any;
58
- }
59
47
 
60
48
  export declare class ApprovalRuleContentRequiredException extends __BaseException {
61
49
  readonly name: "ApprovalRuleContentRequiredException";
@@ -79,10 +67,6 @@ export interface ApprovalRuleEventMetadata {
79
67
 
80
68
  approvalRuleContent?: string;
81
69
  }
82
- export declare namespace ApprovalRuleEventMetadata {
83
-
84
- const filterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
85
- }
86
70
 
87
71
  export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
88
72
  readonly name: "ApprovalRuleNameAlreadyExistsException";
@@ -108,10 +92,6 @@ export interface ApprovalRuleOverriddenEventMetadata {
108
92
 
109
93
  overrideStatus?: OverrideStatus | string;
110
94
  }
111
- export declare namespace ApprovalRuleOverriddenEventMetadata {
112
-
113
- const filterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
114
- }
115
95
 
116
96
  export interface ApprovalRuleTemplate {
117
97
 
@@ -131,10 +111,6 @@ export interface ApprovalRuleTemplate {
131
111
 
132
112
  lastModifiedUser?: string;
133
113
  }
134
- export declare namespace ApprovalRuleTemplate {
135
-
136
- const filterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
137
- }
138
114
 
139
115
  export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
140
116
  readonly name: "ApprovalRuleTemplateContentRequiredException";
@@ -177,10 +153,6 @@ export interface ApprovalStateChangedEventMetadata {
177
153
 
178
154
  approvalStatus?: ApprovalState | string;
179
155
  }
180
- export declare namespace ApprovalStateChangedEventMetadata {
181
-
182
- const filterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
183
- }
184
156
 
185
157
  export declare class ApprovalStateRequiredException extends __BaseException {
186
158
  readonly name: "ApprovalStateRequiredException";
@@ -194,10 +166,6 @@ export interface AssociateApprovalRuleTemplateWithRepositoryInput {
194
166
 
195
167
  repositoryName: string | undefined;
196
168
  }
197
- export declare namespace AssociateApprovalRuleTemplateWithRepositoryInput {
198
-
199
- const filterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
200
- }
201
169
 
202
170
  export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
203
171
  readonly name: "EncryptionIntegrityChecksFailedException";
@@ -281,10 +249,6 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
281
249
 
282
250
  repositoryNames: string[] | undefined;
283
251
  }
284
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
285
-
286
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
287
- }
288
252
 
289
253
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesError {
290
254
 
@@ -294,20 +258,12 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesError {
294
258
 
295
259
  errorMessage?: string;
296
260
  }
297
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesError {
298
-
299
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
300
- }
301
261
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
302
262
 
303
263
  associatedRepositoryNames: string[] | undefined;
304
264
 
305
265
  errors: BatchAssociateApprovalRuleTemplateWithRepositoriesError[] | undefined;
306
266
  }
307
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
308
-
309
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
310
- }
311
267
 
312
268
  export declare class MaximumRepositoryNamesExceededException extends __BaseException {
313
269
  readonly name: "MaximumRepositoryNamesExceededException";
@@ -359,10 +315,6 @@ export interface BatchDescribeMergeConflictsInput {
359
315
 
360
316
  nextToken?: string;
361
317
  }
362
- export declare namespace BatchDescribeMergeConflictsInput {
363
-
364
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
365
- }
366
318
  export declare enum FileModeTypeEnum {
367
319
  EXECUTABLE = "EXECUTABLE",
368
320
  NORMAL = "NORMAL",
@@ -377,10 +329,6 @@ export interface FileModes {
377
329
 
378
330
  base?: FileModeTypeEnum | string;
379
331
  }
380
- export declare namespace FileModes {
381
-
382
- const filterSensitiveLog: (obj: FileModes) => any;
383
- }
384
332
 
385
333
  export interface FileSizes {
386
334
 
@@ -390,10 +338,6 @@ export interface FileSizes {
390
338
 
391
339
  base?: number;
392
340
  }
393
- export declare namespace FileSizes {
394
-
395
- const filterSensitiveLog: (obj: FileSizes) => any;
396
- }
397
341
 
398
342
  export interface IsBinaryFile {
399
343
 
@@ -403,10 +347,6 @@ export interface IsBinaryFile {
403
347
 
404
348
  base?: boolean;
405
349
  }
406
- export declare namespace IsBinaryFile {
407
-
408
- const filterSensitiveLog: (obj: IsBinaryFile) => any;
409
- }
410
350
  export declare enum ChangeTypeEnum {
411
351
  ADDED = "A",
412
352
  DELETED = "D",
@@ -419,10 +359,6 @@ export interface MergeOperations {
419
359
 
420
360
  destination?: ChangeTypeEnum | string;
421
361
  }
422
- export declare namespace MergeOperations {
423
-
424
- const filterSensitiveLog: (obj: MergeOperations) => any;
425
- }
426
362
  export declare enum ObjectTypeEnum {
427
363
  DIRECTORY = "DIRECTORY",
428
364
  FILE = "FILE",
@@ -438,10 +374,6 @@ export interface ObjectTypes {
438
374
 
439
375
  base?: ObjectTypeEnum | string;
440
376
  }
441
- export declare namespace ObjectTypes {
442
-
443
- const filterSensitiveLog: (obj: ObjectTypes) => any;
444
- }
445
377
 
446
378
  export interface ConflictMetadata {
447
379
 
@@ -465,10 +397,6 @@ export interface ConflictMetadata {
465
397
 
466
398
  mergeOperations?: MergeOperations;
467
399
  }
468
- export declare namespace ConflictMetadata {
469
-
470
- const filterSensitiveLog: (obj: ConflictMetadata) => any;
471
- }
472
400
 
473
401
  export interface MergeHunkDetail {
474
402
 
@@ -478,10 +406,6 @@ export interface MergeHunkDetail {
478
406
 
479
407
  hunkContent?: string;
480
408
  }
481
- export declare namespace MergeHunkDetail {
482
-
483
- const filterSensitiveLog: (obj: MergeHunkDetail) => any;
484
- }
485
409
 
486
410
  export interface MergeHunk {
487
411
 
@@ -493,10 +417,6 @@ export interface MergeHunk {
493
417
 
494
418
  base?: MergeHunkDetail;
495
419
  }
496
- export declare namespace MergeHunk {
497
-
498
- const filterSensitiveLog: (obj: MergeHunk) => any;
499
- }
500
420
 
501
421
  export interface Conflict {
502
422
 
@@ -504,10 +424,6 @@ export interface Conflict {
504
424
 
505
425
  mergeHunks?: MergeHunk[];
506
426
  }
507
- export declare namespace Conflict {
508
-
509
- const filterSensitiveLog: (obj: Conflict) => any;
510
- }
511
427
 
512
428
  export interface BatchDescribeMergeConflictsError {
513
429
 
@@ -517,10 +433,6 @@ export interface BatchDescribeMergeConflictsError {
517
433
 
518
434
  message: string | undefined;
519
435
  }
520
- export declare namespace BatchDescribeMergeConflictsError {
521
-
522
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
523
- }
524
436
  export interface BatchDescribeMergeConflictsOutput {
525
437
 
526
438
  conflicts: Conflict[] | undefined;
@@ -535,10 +447,6 @@ export interface BatchDescribeMergeConflictsOutput {
535
447
 
536
448
  baseCommitId?: string;
537
449
  }
538
- export declare namespace BatchDescribeMergeConflictsOutput {
539
-
540
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
541
- }
542
450
 
543
451
  export declare class CommitDoesNotExistException extends __BaseException {
544
452
  readonly name: "CommitDoesNotExistException";
@@ -636,10 +544,6 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
636
544
 
637
545
  repositoryNames: string[] | undefined;
638
546
  }
639
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
640
-
641
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
642
- }
643
547
 
644
548
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
645
549
 
@@ -649,30 +553,18 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
649
553
 
650
554
  errorMessage?: string;
651
555
  }
652
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
653
-
654
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
655
- }
656
556
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
657
557
 
658
558
  disassociatedRepositoryNames: string[] | undefined;
659
559
 
660
560
  errors: BatchDisassociateApprovalRuleTemplateFromRepositoriesError[] | undefined;
661
561
  }
662
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
663
-
664
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
665
- }
666
562
  export interface BatchGetCommitsInput {
667
563
 
668
564
  commitIds: string[] | undefined;
669
565
 
670
566
  repositoryName: string | undefined;
671
567
  }
672
- export declare namespace BatchGetCommitsInput {
673
-
674
- const filterSensitiveLog: (obj: BatchGetCommitsInput) => any;
675
- }
676
568
 
677
569
  export interface UserInfo {
678
570
 
@@ -682,10 +574,6 @@ export interface UserInfo {
682
574
 
683
575
  date?: string;
684
576
  }
685
- export declare namespace UserInfo {
686
-
687
- const filterSensitiveLog: (obj: UserInfo) => any;
688
- }
689
577
 
690
578
  export interface Commit {
691
579
 
@@ -703,10 +591,6 @@ export interface Commit {
703
591
 
704
592
  additionalData?: string;
705
593
  }
706
- export declare namespace Commit {
707
-
708
- const filterSensitiveLog: (obj: Commit) => any;
709
- }
710
594
 
711
595
  export interface BatchGetCommitsError {
712
596
 
@@ -716,20 +600,12 @@ export interface BatchGetCommitsError {
716
600
 
717
601
  errorMessage?: string;
718
602
  }
719
- export declare namespace BatchGetCommitsError {
720
-
721
- const filterSensitiveLog: (obj: BatchGetCommitsError) => any;
722
- }
723
603
  export interface BatchGetCommitsOutput {
724
604
 
725
605
  commits?: Commit[];
726
606
 
727
607
  errors?: BatchGetCommitsError[];
728
608
  }
729
- export declare namespace BatchGetCommitsOutput {
730
-
731
- const filterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
732
- }
733
609
 
734
610
  export declare class CommitIdsLimitExceededException extends __BaseException {
735
611
  readonly name: "CommitIdsLimitExceededException";
@@ -749,10 +625,6 @@ export interface BatchGetRepositoriesInput {
749
625
 
750
626
  repositoryNames: string[] | undefined;
751
627
  }
752
- export declare namespace BatchGetRepositoriesInput {
753
-
754
- const filterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
755
- }
756
628
 
757
629
  export interface RepositoryMetadata {
758
630
 
@@ -776,10 +648,6 @@ export interface RepositoryMetadata {
776
648
 
777
649
  Arn?: string;
778
650
  }
779
- export declare namespace RepositoryMetadata {
780
-
781
- const filterSensitiveLog: (obj: RepositoryMetadata) => any;
782
- }
783
651
 
784
652
  export interface BatchGetRepositoriesOutput {
785
653
 
@@ -787,10 +655,6 @@ export interface BatchGetRepositoriesOutput {
787
655
 
788
656
  repositoriesNotFound?: string[];
789
657
  }
790
- export declare namespace BatchGetRepositoriesOutput {
791
-
792
- const filterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
793
- }
794
658
 
795
659
  export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
796
660
  readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
@@ -821,10 +685,6 @@ export interface BlobMetadata {
821
685
 
822
686
  mode?: string;
823
687
  }
824
- export declare namespace BlobMetadata {
825
-
826
- const filterSensitiveLog: (obj: BlobMetadata) => any;
827
- }
828
688
 
829
689
  export declare class BranchDoesNotExistException extends __BaseException {
830
690
  readonly name: "BranchDoesNotExistException";
@@ -839,10 +699,6 @@ export interface BranchInfo {
839
699
 
840
700
  commitId?: string;
841
701
  }
842
- export declare namespace BranchInfo {
843
-
844
- const filterSensitiveLog: (obj: BranchInfo) => any;
845
- }
846
702
 
847
703
  export declare class BranchNameExistsException extends __BaseException {
848
704
  readonly name: "BranchNameExistsException";
@@ -893,18 +749,10 @@ export interface CreateApprovalRuleTemplateInput {
893
749
 
894
750
  approvalRuleTemplateDescription?: string;
895
751
  }
896
- export declare namespace CreateApprovalRuleTemplateInput {
897
-
898
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
899
- }
900
752
  export interface CreateApprovalRuleTemplateOutput {
901
753
 
902
754
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
903
755
  }
904
- export declare namespace CreateApprovalRuleTemplateOutput {
905
-
906
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
907
- }
908
756
 
909
757
  export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
910
758
  readonly name: "InvalidApprovalRuleTemplateContentException";
@@ -942,10 +790,6 @@ export interface CreateBranchInput {
942
790
 
943
791
  commitId: string | undefined;
944
792
  }
945
- export declare namespace CreateBranchInput {
946
-
947
- const filterSensitiveLog: (obj: CreateBranchInput) => any;
948
- }
949
793
 
950
794
  export declare class InvalidBranchNameException extends __BaseException {
951
795
  readonly name: "InvalidBranchNameException";
@@ -972,10 +816,6 @@ export interface DeleteFileEntry {
972
816
 
973
817
  filePath: string | undefined;
974
818
  }
975
- export declare namespace DeleteFileEntry {
976
-
977
- const filterSensitiveLog: (obj: DeleteFileEntry) => any;
978
- }
979
819
 
980
820
  export interface SourceFileSpecifier {
981
821
 
@@ -983,10 +823,6 @@ export interface SourceFileSpecifier {
983
823
 
984
824
  isMove?: boolean;
985
825
  }
986
- export declare namespace SourceFileSpecifier {
987
-
988
- const filterSensitiveLog: (obj: SourceFileSpecifier) => any;
989
- }
990
826
 
991
827
  export interface PutFileEntry {
992
828
 
@@ -998,10 +834,6 @@ export interface PutFileEntry {
998
834
 
999
835
  sourceFile?: SourceFileSpecifier;
1000
836
  }
1001
- export declare namespace PutFileEntry {
1002
-
1003
- const filterSensitiveLog: (obj: PutFileEntry) => any;
1004
- }
1005
837
 
1006
838
  export interface SetFileModeEntry {
1007
839
 
@@ -1009,10 +841,6 @@ export interface SetFileModeEntry {
1009
841
 
1010
842
  fileMode: FileModeTypeEnum | string | undefined;
1011
843
  }
1012
- export declare namespace SetFileModeEntry {
1013
-
1014
- const filterSensitiveLog: (obj: SetFileModeEntry) => any;
1015
- }
1016
844
  export interface CreateCommitInput {
1017
845
 
1018
846
  repositoryName: string | undefined;
@@ -1035,10 +863,6 @@ export interface CreateCommitInput {
1035
863
 
1036
864
  setFileModes?: SetFileModeEntry[];
1037
865
  }
1038
- export declare namespace CreateCommitInput {
1039
-
1040
- const filterSensitiveLog: (obj: CreateCommitInput) => any;
1041
- }
1042
866
 
1043
867
  export interface FileMetadata {
1044
868
 
@@ -1048,10 +872,6 @@ export interface FileMetadata {
1048
872
 
1049
873
  fileMode?: FileModeTypeEnum | string;
1050
874
  }
1051
- export declare namespace FileMetadata {
1052
-
1053
- const filterSensitiveLog: (obj: FileMetadata) => any;
1054
- }
1055
875
  export interface CreateCommitOutput {
1056
876
 
1057
877
  commitId?: string;
@@ -1064,10 +884,6 @@ export interface CreateCommitOutput {
1064
884
 
1065
885
  filesDeleted?: FileMetadata[];
1066
886
  }
1067
- export declare namespace CreateCommitOutput {
1068
-
1069
- const filterSensitiveLog: (obj: CreateCommitOutput) => any;
1070
- }
1071
887
 
1072
888
  export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
1073
889
  readonly name: "DirectoryNameConflictsWithFileNameException";
@@ -1252,10 +1068,6 @@ export interface Target {
1252
1068
 
1253
1069
  destinationReference?: string;
1254
1070
  }
1255
- export declare namespace Target {
1256
-
1257
- const filterSensitiveLog: (obj: Target) => any;
1258
- }
1259
1071
  export interface CreatePullRequestInput {
1260
1072
 
1261
1073
  title: string | undefined;
@@ -1266,10 +1078,6 @@ export interface CreatePullRequestInput {
1266
1078
 
1267
1079
  clientRequestToken?: string;
1268
1080
  }
1269
- export declare namespace CreatePullRequestInput {
1270
-
1271
- const filterSensitiveLog: (obj: CreatePullRequestInput) => any;
1272
- }
1273
1081
  export declare enum PullRequestStatusEnum {
1274
1082
  CLOSED = "CLOSED",
1275
1083
  OPEN = "OPEN"
@@ -1285,10 +1093,6 @@ export interface MergeMetadata {
1285
1093
 
1286
1094
  mergeOption?: MergeOptionTypeEnum | string;
1287
1095
  }
1288
- export declare namespace MergeMetadata {
1289
-
1290
- const filterSensitiveLog: (obj: MergeMetadata) => any;
1291
- }
1292
1096
 
1293
1097
  export interface PullRequestTarget {
1294
1098
 
@@ -1306,10 +1110,6 @@ export interface PullRequestTarget {
1306
1110
 
1307
1111
  mergeMetadata?: MergeMetadata;
1308
1112
  }
1309
- export declare namespace PullRequestTarget {
1310
-
1311
- const filterSensitiveLog: (obj: PullRequestTarget) => any;
1312
- }
1313
1113
 
1314
1114
  export interface PullRequest {
1315
1115
 
@@ -1335,18 +1135,10 @@ export interface PullRequest {
1335
1135
 
1336
1136
  approvalRules?: ApprovalRule[];
1337
1137
  }
1338
- export declare namespace PullRequest {
1339
-
1340
- const filterSensitiveLog: (obj: PullRequest) => any;
1341
- }
1342
1138
  export interface CreatePullRequestOutput {
1343
1139
 
1344
1140
  pullRequest: PullRequest | undefined;
1345
1141
  }
1346
- export declare namespace CreatePullRequestOutput {
1347
-
1348
- const filterSensitiveLog: (obj: CreatePullRequestOutput) => any;
1349
- }
1350
1142
 
1351
1143
  export declare class IdempotencyParameterMismatchException extends __BaseException {
1352
1144
  readonly name: "IdempotencyParameterMismatchException";
@@ -1467,18 +1259,10 @@ export interface CreatePullRequestApprovalRuleInput {
1467
1259
 
1468
1260
  approvalRuleContent: string | undefined;
1469
1261
  }
1470
- export declare namespace CreatePullRequestApprovalRuleInput {
1471
-
1472
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
1473
- }
1474
1262
  export interface CreatePullRequestApprovalRuleOutput {
1475
1263
 
1476
1264
  approvalRule: ApprovalRule | undefined;
1477
1265
  }
1478
- export declare namespace CreatePullRequestApprovalRuleOutput {
1479
-
1480
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
1481
- }
1482
1266
 
1483
1267
  export declare class InvalidApprovalRuleContentException extends __BaseException {
1484
1268
  readonly name: "InvalidApprovalRuleContentException";
@@ -1537,19 +1321,11 @@ export interface CreateRepositoryInput {
1537
1321
 
1538
1322
  tags?: Record<string, string>;
1539
1323
  }
1540
- export declare namespace CreateRepositoryInput {
1541
-
1542
- const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
1543
- }
1544
1324
 
1545
1325
  export interface CreateRepositoryOutput {
1546
1326
 
1547
1327
  repositoryMetadata?: RepositoryMetadata;
1548
1328
  }
1549
- export declare namespace CreateRepositoryOutput {
1550
-
1551
- const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
1552
- }
1553
1329
 
1554
1330
  export declare class InvalidRepositoryDescriptionException extends __BaseException {
1555
1331
  readonly name: "InvalidRepositoryDescriptionException";
@@ -1623,10 +1399,6 @@ export interface ReplaceContentEntry {
1623
1399
 
1624
1400
  fileMode?: FileModeTypeEnum | string;
1625
1401
  }
1626
- export declare namespace ReplaceContentEntry {
1627
-
1628
- const filterSensitiveLog: (obj: ReplaceContentEntry) => any;
1629
- }
1630
1402
 
1631
1403
  export interface ConflictResolution {
1632
1404
 
@@ -1636,10 +1408,6 @@ export interface ConflictResolution {
1636
1408
 
1637
1409
  setFileModes?: SetFileModeEntry[];
1638
1410
  }
1639
- export declare namespace ConflictResolution {
1640
-
1641
- const filterSensitiveLog: (obj: ConflictResolution) => any;
1642
- }
1643
1411
  export interface CreateUnreferencedMergeCommitInput {
1644
1412
 
1645
1413
  repositoryName: string | undefined;
@@ -1664,20 +1432,12 @@ export interface CreateUnreferencedMergeCommitInput {
1664
1432
 
1665
1433
  conflictResolution?: ConflictResolution;
1666
1434
  }
1667
- export declare namespace CreateUnreferencedMergeCommitInput {
1668
-
1669
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
1670
- }
1671
1435
  export interface CreateUnreferencedMergeCommitOutput {
1672
1436
 
1673
1437
  commitId?: string;
1674
1438
 
1675
1439
  treeId?: string;
1676
1440
  }
1677
- export declare namespace CreateUnreferencedMergeCommitOutput {
1678
-
1679
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
1680
- }
1681
1441
 
1682
1442
  export declare class InvalidConflictResolutionException extends __BaseException {
1683
1443
  readonly name: "InvalidConflictResolutionException";
@@ -1738,18 +1498,10 @@ export interface DeleteApprovalRuleTemplateInput {
1738
1498
 
1739
1499
  approvalRuleTemplateName: string | undefined;
1740
1500
  }
1741
- export declare namespace DeleteApprovalRuleTemplateInput {
1742
-
1743
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
1744
- }
1745
1501
  export interface DeleteApprovalRuleTemplateOutput {
1746
1502
 
1747
1503
  approvalRuleTemplateId: string | undefined;
1748
1504
  }
1749
- export declare namespace DeleteApprovalRuleTemplateOutput {
1750
-
1751
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
1752
- }
1753
1505
 
1754
1506
  export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
1755
1507
  readonly name: "DefaultBranchCannotBeDeletedException";
@@ -1764,19 +1516,11 @@ export interface DeleteBranchInput {
1764
1516
 
1765
1517
  branchName: string | undefined;
1766
1518
  }
1767
- export declare namespace DeleteBranchInput {
1768
-
1769
- const filterSensitiveLog: (obj: DeleteBranchInput) => any;
1770
- }
1771
1519
 
1772
1520
  export interface DeleteBranchOutput {
1773
1521
 
1774
1522
  deletedBranch?: BranchInfo;
1775
1523
  }
1776
- export declare namespace DeleteBranchOutput {
1777
-
1778
- const filterSensitiveLog: (obj: DeleteBranchOutput) => any;
1779
- }
1780
1524
 
1781
1525
  export declare class CommentDeletedException extends __BaseException {
1782
1526
  readonly name: "CommentDeletedException";
@@ -1802,10 +1546,6 @@ export interface DeleteCommentContentInput {
1802
1546
 
1803
1547
  commentId: string | undefined;
1804
1548
  }
1805
- export declare namespace DeleteCommentContentInput {
1806
-
1807
- const filterSensitiveLog: (obj: DeleteCommentContentInput) => any;
1808
- }
1809
1549
 
1810
1550
  export interface Comment {
1811
1551
 
@@ -1829,18 +1569,10 @@ export interface Comment {
1829
1569
 
1830
1570
  reactionCounts?: Record<string, number>;
1831
1571
  }
1832
- export declare namespace Comment {
1833
-
1834
- const filterSensitiveLog: (obj: Comment) => any;
1835
- }
1836
1572
  export interface DeleteCommentContentOutput {
1837
1573
 
1838
1574
  comment?: Comment;
1839
1575
  }
1840
- export declare namespace DeleteCommentContentOutput {
1841
-
1842
- const filterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
1843
- }
1844
1576
 
1845
1577
  export declare class InvalidCommentIdException extends __BaseException {
1846
1578
  readonly name: "InvalidCommentIdException";
@@ -1866,10 +1598,6 @@ export interface DeleteFileInput {
1866
1598
 
1867
1599
  email?: string;
1868
1600
  }
1869
- export declare namespace DeleteFileInput {
1870
-
1871
- const filterSensitiveLog: (obj: DeleteFileInput) => any;
1872
- }
1873
1601
  export interface DeleteFileOutput {
1874
1602
 
1875
1603
  commitId: string | undefined;
@@ -1880,46 +1608,26 @@ export interface DeleteFileOutput {
1880
1608
 
1881
1609
  filePath: string | undefined;
1882
1610
  }
1883
- export declare namespace DeleteFileOutput {
1884
-
1885
- const filterSensitiveLog: (obj: DeleteFileOutput) => any;
1886
- }
1887
1611
  export interface DeletePullRequestApprovalRuleInput {
1888
1612
 
1889
1613
  pullRequestId: string | undefined;
1890
1614
 
1891
1615
  approvalRuleName: string | undefined;
1892
1616
  }
1893
- export declare namespace DeletePullRequestApprovalRuleInput {
1894
-
1895
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
1896
- }
1897
1617
  export interface DeletePullRequestApprovalRuleOutput {
1898
1618
 
1899
1619
  approvalRuleId: string | undefined;
1900
1620
  }
1901
- export declare namespace DeletePullRequestApprovalRuleOutput {
1902
-
1903
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
1904
- }
1905
1621
 
1906
1622
  export interface DeleteRepositoryInput {
1907
1623
 
1908
1624
  repositoryName: string | undefined;
1909
1625
  }
1910
- export declare namespace DeleteRepositoryInput {
1911
-
1912
- const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
1913
- }
1914
1626
 
1915
1627
  export interface DeleteRepositoryOutput {
1916
1628
 
1917
1629
  repositoryId?: string;
1918
1630
  }
1919
- export declare namespace DeleteRepositoryOutput {
1920
-
1921
- const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
1922
- }
1923
1631
  export interface DescribeMergeConflictsInput {
1924
1632
 
1925
1633
  repositoryName: string | undefined;
@@ -1940,10 +1648,6 @@ export interface DescribeMergeConflictsInput {
1940
1648
 
1941
1649
  nextToken?: string;
1942
1650
  }
1943
- export declare namespace DescribeMergeConflictsInput {
1944
-
1945
- const filterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
1946
- }
1947
1651
  export interface DescribeMergeConflictsOutput {
1948
1652
 
1949
1653
  conflictMetadata: ConflictMetadata | undefined;
@@ -1958,10 +1662,6 @@ export interface DescribeMergeConflictsOutput {
1958
1662
 
1959
1663
  baseCommitId?: string;
1960
1664
  }
1961
- export declare namespace DescribeMergeConflictsOutput {
1962
-
1963
- const filterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
1964
- }
1965
1665
  export declare enum PullRequestEventType {
1966
1666
  PULL_REQUEST_APPROVAL_RULE_CREATED = "PULL_REQUEST_APPROVAL_RULE_CREATED",
1967
1667
  PULL_REQUEST_APPROVAL_RULE_DELETED = "PULL_REQUEST_APPROVAL_RULE_DELETED",
@@ -1985,10 +1685,6 @@ export interface DescribePullRequestEventsInput {
1985
1685
 
1986
1686
  maxResults?: number;
1987
1687
  }
1988
- export declare namespace DescribePullRequestEventsInput {
1989
-
1990
- const filterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
1991
- }
1992
1688
 
1993
1689
  export interface PullRequestCreatedEventMetadata {
1994
1690
 
@@ -2000,10 +1696,6 @@ export interface PullRequestCreatedEventMetadata {
2000
1696
 
2001
1697
  mergeBase?: string;
2002
1698
  }
2003
- export declare namespace PullRequestCreatedEventMetadata {
2004
-
2005
- const filterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
2006
- }
2007
1699
 
2008
1700
  export interface PullRequestMergedStateChangedEventMetadata {
2009
1701
 
@@ -2013,10 +1705,6 @@ export interface PullRequestMergedStateChangedEventMetadata {
2013
1705
 
2014
1706
  mergeMetadata?: MergeMetadata;
2015
1707
  }
2016
- export declare namespace PullRequestMergedStateChangedEventMetadata {
2017
-
2018
- const filterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
2019
- }
2020
1708
 
2021
1709
  export interface PullRequestSourceReferenceUpdatedEventMetadata {
2022
1710
 
@@ -2028,19 +1716,11 @@ export interface PullRequestSourceReferenceUpdatedEventMetadata {
2028
1716
 
2029
1717
  mergeBase?: string;
2030
1718
  }
2031
- export declare namespace PullRequestSourceReferenceUpdatedEventMetadata {
2032
-
2033
- const filterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
2034
- }
2035
1719
 
2036
1720
  export interface PullRequestStatusChangedEventMetadata {
2037
1721
 
2038
1722
  pullRequestStatus?: PullRequestStatusEnum | string;
2039
1723
  }
2040
- export declare namespace PullRequestStatusChangedEventMetadata {
2041
-
2042
- const filterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
2043
- }
2044
1724
 
2045
1725
  export interface PullRequestEvent {
2046
1726
 
@@ -2066,20 +1746,12 @@ export interface PullRequestEvent {
2066
1746
 
2067
1747
  approvalRuleOverriddenEventMetadata?: ApprovalRuleOverriddenEventMetadata;
2068
1748
  }
2069
- export declare namespace PullRequestEvent {
2070
-
2071
- const filterSensitiveLog: (obj: PullRequestEvent) => any;
2072
- }
2073
1749
  export interface DescribePullRequestEventsOutput {
2074
1750
 
2075
1751
  pullRequestEvents: PullRequestEvent[] | undefined;
2076
1752
 
2077
1753
  nextToken?: string;
2078
1754
  }
2079
- export declare namespace DescribePullRequestEventsOutput {
2080
-
2081
- const filterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
2082
- }
2083
1755
 
2084
1756
  export declare class InvalidActorArnException extends __BaseException {
2085
1757
  readonly name: "InvalidActorArnException";
@@ -2107,20 +1779,12 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
2107
1779
 
2108
1780
  repositoryName: string | undefined;
2109
1781
  }
2110
- export declare namespace DisassociateApprovalRuleTemplateFromRepositoryInput {
2111
-
2112
- const filterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
2113
- }
2114
1782
  export interface EvaluatePullRequestApprovalRulesInput {
2115
1783
 
2116
1784
  pullRequestId: string | undefined;
2117
1785
 
2118
1786
  revisionId: string | undefined;
2119
1787
  }
2120
- export declare namespace EvaluatePullRequestApprovalRulesInput {
2121
-
2122
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
2123
- }
2124
1788
 
2125
1789
  export interface Evaluation {
2126
1790
 
@@ -2132,18 +1796,10 @@ export interface Evaluation {
2132
1796
 
2133
1797
  approvalRulesNotSatisfied?: string[];
2134
1798
  }
2135
- export declare namespace Evaluation {
2136
-
2137
- const filterSensitiveLog: (obj: Evaluation) => any;
2138
- }
2139
1799
  export interface EvaluatePullRequestApprovalRulesOutput {
2140
1800
 
2141
1801
  evaluation: Evaluation | undefined;
2142
1802
  }
2143
- export declare namespace EvaluatePullRequestApprovalRulesOutput {
2144
-
2145
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
2146
- }
2147
1803
 
2148
1804
  export declare class InvalidRevisionIdException extends __BaseException {
2149
1805
  readonly name: "InvalidRevisionIdException";
@@ -2169,18 +1825,10 @@ export interface GetApprovalRuleTemplateInput {
2169
1825
 
2170
1826
  approvalRuleTemplateName: string | undefined;
2171
1827
  }
2172
- export declare namespace GetApprovalRuleTemplateInput {
2173
-
2174
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
2175
- }
2176
1828
  export interface GetApprovalRuleTemplateOutput {
2177
1829
 
2178
1830
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
2179
1831
  }
2180
- export declare namespace GetApprovalRuleTemplateOutput {
2181
-
2182
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
2183
- }
2184
1832
 
2185
1833
  export declare class FileTooLargeException extends __BaseException {
2186
1834
  readonly name: "FileTooLargeException";
@@ -2195,19 +1843,11 @@ export interface GetBlobInput {
2195
1843
 
2196
1844
  blobId: string | undefined;
2197
1845
  }
2198
- export declare namespace GetBlobInput {
2199
-
2200
- const filterSensitiveLog: (obj: GetBlobInput) => any;
2201
- }
2202
1846
 
2203
1847
  export interface GetBlobOutput {
2204
1848
 
2205
1849
  content: Uint8Array | undefined;
2206
1850
  }
2207
- export declare namespace GetBlobOutput {
2208
-
2209
- const filterSensitiveLog: (obj: GetBlobOutput) => any;
2210
- }
2211
1851
 
2212
1852
  export declare class InvalidBlobIdException extends __BaseException {
2213
1853
  readonly name: "InvalidBlobIdException";
@@ -2222,35 +1862,19 @@ export interface GetBranchInput {
2222
1862
 
2223
1863
  branchName?: string;
2224
1864
  }
2225
- export declare namespace GetBranchInput {
2226
-
2227
- const filterSensitiveLog: (obj: GetBranchInput) => any;
2228
- }
2229
1865
 
2230
1866
  export interface GetBranchOutput {
2231
1867
 
2232
1868
  branch?: BranchInfo;
2233
1869
  }
2234
- export declare namespace GetBranchOutput {
2235
-
2236
- const filterSensitiveLog: (obj: GetBranchOutput) => any;
2237
- }
2238
1870
  export interface GetCommentInput {
2239
1871
 
2240
1872
  commentId: string | undefined;
2241
1873
  }
2242
- export declare namespace GetCommentInput {
2243
-
2244
- const filterSensitiveLog: (obj: GetCommentInput) => any;
2245
- }
2246
1874
  export interface GetCommentOutput {
2247
1875
 
2248
1876
  comment?: Comment;
2249
1877
  }
2250
- export declare namespace GetCommentOutput {
2251
-
2252
- const filterSensitiveLog: (obj: GetCommentOutput) => any;
2253
- }
2254
1878
  export interface GetCommentReactionsInput {
2255
1879
 
2256
1880
  commentId: string | undefined;
@@ -2261,10 +1885,6 @@ export interface GetCommentReactionsInput {
2261
1885
 
2262
1886
  maxResults?: number;
2263
1887
  }
2264
- export declare namespace GetCommentReactionsInput {
2265
-
2266
- const filterSensitiveLog: (obj: GetCommentReactionsInput) => any;
2267
- }
2268
1888
 
2269
1889
  export interface ReactionValueFormats {
2270
1890
 
@@ -2274,10 +1894,6 @@ export interface ReactionValueFormats {
2274
1894
 
2275
1895
  unicode?: string;
2276
1896
  }
2277
- export declare namespace ReactionValueFormats {
2278
-
2279
- const filterSensitiveLog: (obj: ReactionValueFormats) => any;
2280
- }
2281
1897
 
2282
1898
  export interface ReactionForComment {
2283
1899
 
@@ -2287,20 +1903,12 @@ export interface ReactionForComment {
2287
1903
 
2288
1904
  reactionsFromDeletedUsersCount?: number;
2289
1905
  }
2290
- export declare namespace ReactionForComment {
2291
-
2292
- const filterSensitiveLog: (obj: ReactionForComment) => any;
2293
- }
2294
1906
  export interface GetCommentReactionsOutput {
2295
1907
 
2296
1908
  reactionsForComment: ReactionForComment[] | undefined;
2297
1909
 
2298
1910
  nextToken?: string;
2299
1911
  }
2300
- export declare namespace GetCommentReactionsOutput {
2301
-
2302
- const filterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
2303
- }
2304
1912
 
2305
1913
  export declare class InvalidReactionUserArnException extends __BaseException {
2306
1914
  readonly name: "InvalidReactionUserArnException";
@@ -2320,10 +1928,6 @@ export interface GetCommentsForComparedCommitInput {
2320
1928
 
2321
1929
  maxResults?: number;
2322
1930
  }
2323
- export declare namespace GetCommentsForComparedCommitInput {
2324
-
2325
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
2326
- }
2327
1931
  export declare enum RelativeFileVersionEnum {
2328
1932
  AFTER = "AFTER",
2329
1933
  BEFORE = "BEFORE"
@@ -2337,10 +1941,6 @@ export interface Location {
2337
1941
 
2338
1942
  relativeFileVersion?: RelativeFileVersionEnum | string;
2339
1943
  }
2340
- export declare namespace Location {
2341
-
2342
- const filterSensitiveLog: (obj: Location) => any;
2343
- }
2344
1944
 
2345
1945
  export interface CommentsForComparedCommit {
2346
1946
 
@@ -2358,20 +1958,12 @@ export interface CommentsForComparedCommit {
2358
1958
 
2359
1959
  comments?: Comment[];
2360
1960
  }
2361
- export declare namespace CommentsForComparedCommit {
2362
-
2363
- const filterSensitiveLog: (obj: CommentsForComparedCommit) => any;
2364
- }
2365
1961
  export interface GetCommentsForComparedCommitOutput {
2366
1962
 
2367
1963
  commentsForComparedCommitData?: CommentsForComparedCommit[];
2368
1964
 
2369
1965
  nextToken?: string;
2370
1966
  }
2371
- export declare namespace GetCommentsForComparedCommitOutput {
2372
-
2373
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
2374
- }
2375
1967
  export interface GetCommentsForPullRequestInput {
2376
1968
 
2377
1969
  pullRequestId: string | undefined;
@@ -2386,10 +1978,6 @@ export interface GetCommentsForPullRequestInput {
2386
1978
 
2387
1979
  maxResults?: number;
2388
1980
  }
2389
- export declare namespace GetCommentsForPullRequestInput {
2390
-
2391
- const filterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
2392
- }
2393
1981
 
2394
1982
  export interface CommentsForPullRequest {
2395
1983
 
@@ -2409,20 +1997,12 @@ export interface CommentsForPullRequest {
2409
1997
 
2410
1998
  comments?: Comment[];
2411
1999
  }
2412
- export declare namespace CommentsForPullRequest {
2413
-
2414
- const filterSensitiveLog: (obj: CommentsForPullRequest) => any;
2415
- }
2416
2000
  export interface GetCommentsForPullRequestOutput {
2417
2001
 
2418
2002
  commentsForPullRequestData?: CommentsForPullRequest[];
2419
2003
 
2420
2004
  nextToken?: string;
2421
2005
  }
2422
- export declare namespace GetCommentsForPullRequestOutput {
2423
-
2424
- const filterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
2425
- }
2426
2006
 
2427
2007
  export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
2428
2008
  readonly name: "RepositoryNotAssociatedWithPullRequestException";
@@ -2444,19 +2024,11 @@ export interface GetCommitInput {
2444
2024
 
2445
2025
  commitId: string | undefined;
2446
2026
  }
2447
- export declare namespace GetCommitInput {
2448
-
2449
- const filterSensitiveLog: (obj: GetCommitInput) => any;
2450
- }
2451
2027
 
2452
2028
  export interface GetCommitOutput {
2453
2029
 
2454
2030
  commit: Commit | undefined;
2455
2031
  }
2456
- export declare namespace GetCommitOutput {
2457
-
2458
- const filterSensitiveLog: (obj: GetCommitOutput) => any;
2459
- }
2460
2032
  export interface GetDifferencesInput {
2461
2033
 
2462
2034
  repositoryName: string | undefined;
@@ -2473,10 +2045,6 @@ export interface GetDifferencesInput {
2473
2045
 
2474
2046
  NextToken?: string;
2475
2047
  }
2476
- export declare namespace GetDifferencesInput {
2477
-
2478
- const filterSensitiveLog: (obj: GetDifferencesInput) => any;
2479
- }
2480
2048
 
2481
2049
  export interface Difference {
2482
2050
 
@@ -2486,20 +2054,12 @@ export interface Difference {
2486
2054
 
2487
2055
  changeType?: ChangeTypeEnum | string;
2488
2056
  }
2489
- export declare namespace Difference {
2490
-
2491
- const filterSensitiveLog: (obj: Difference) => any;
2492
- }
2493
2057
  export interface GetDifferencesOutput {
2494
2058
 
2495
2059
  differences?: Difference[];
2496
2060
 
2497
2061
  NextToken?: string;
2498
2062
  }
2499
- export declare namespace GetDifferencesOutput {
2500
-
2501
- const filterSensitiveLog: (obj: GetDifferencesOutput) => any;
2502
- }
2503
2063
 
2504
2064
  export declare class PathDoesNotExistException extends __BaseException {
2505
2065
  readonly name: "PathDoesNotExistException";
@@ -2515,10 +2075,6 @@ export interface GetFileInput {
2515
2075
 
2516
2076
  filePath: string | undefined;
2517
2077
  }
2518
- export declare namespace GetFileInput {
2519
-
2520
- const filterSensitiveLog: (obj: GetFileInput) => any;
2521
- }
2522
2078
  export interface GetFileOutput {
2523
2079
 
2524
2080
  commitId: string | undefined;
@@ -2533,10 +2089,6 @@ export interface GetFileOutput {
2533
2089
 
2534
2090
  fileContent: Uint8Array | undefined;
2535
2091
  }
2536
- export declare namespace GetFileOutput {
2537
-
2538
- const filterSensitiveLog: (obj: GetFileOutput) => any;
2539
- }
2540
2092
 
2541
2093
  export declare class FolderDoesNotExistException extends __BaseException {
2542
2094
  readonly name: "FolderDoesNotExistException";
@@ -2552,10 +2104,6 @@ export interface GetFolderInput {
2552
2104
 
2553
2105
  folderPath: string | undefined;
2554
2106
  }
2555
- export declare namespace GetFolderInput {
2556
-
2557
- const filterSensitiveLog: (obj: GetFolderInput) => any;
2558
- }
2559
2107
 
2560
2108
  export interface File {
2561
2109
 
@@ -2567,10 +2115,6 @@ export interface File {
2567
2115
 
2568
2116
  fileMode?: FileModeTypeEnum | string;
2569
2117
  }
2570
- export declare namespace File {
2571
-
2572
- const filterSensitiveLog: (obj: File) => any;
2573
- }
2574
2118
 
2575
2119
  export interface Folder {
2576
2120
 
@@ -2580,10 +2124,6 @@ export interface Folder {
2580
2124
 
2581
2125
  relativePath?: string;
2582
2126
  }
2583
- export declare namespace Folder {
2584
-
2585
- const filterSensitiveLog: (obj: Folder) => any;
2586
- }
2587
2127
 
2588
2128
  export interface SubModule {
2589
2129
 
@@ -2593,10 +2133,6 @@ export interface SubModule {
2593
2133
 
2594
2134
  relativePath?: string;
2595
2135
  }
2596
- export declare namespace SubModule {
2597
-
2598
- const filterSensitiveLog: (obj: SubModule) => any;
2599
- }
2600
2136
 
2601
2137
  export interface SymbolicLink {
2602
2138
 
@@ -2608,10 +2144,6 @@ export interface SymbolicLink {
2608
2144
 
2609
2145
  fileMode?: FileModeTypeEnum | string;
2610
2146
  }
2611
- export declare namespace SymbolicLink {
2612
-
2613
- const filterSensitiveLog: (obj: SymbolicLink) => any;
2614
- }
2615
2147
  export interface GetFolderOutput {
2616
2148
 
2617
2149
  commitId: string | undefined;
@@ -2628,10 +2160,6 @@ export interface GetFolderOutput {
2628
2160
 
2629
2161
  subModules?: SubModule[];
2630
2162
  }
2631
- export declare namespace GetFolderOutput {
2632
-
2633
- const filterSensitiveLog: (obj: GetFolderOutput) => any;
2634
- }
2635
2163
  export interface GetMergeCommitInput {
2636
2164
 
2637
2165
  repositoryName: string | undefined;
@@ -2644,10 +2172,6 @@ export interface GetMergeCommitInput {
2644
2172
 
2645
2173
  conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2646
2174
  }
2647
- export declare namespace GetMergeCommitInput {
2648
-
2649
- const filterSensitiveLog: (obj: GetMergeCommitInput) => any;
2650
- }
2651
2175
  export interface GetMergeCommitOutput {
2652
2176
 
2653
2177
  sourceCommitId?: string;
@@ -2658,10 +2182,6 @@ export interface GetMergeCommitOutput {
2658
2182
 
2659
2183
  mergedCommitId?: string;
2660
2184
  }
2661
- export declare namespace GetMergeCommitOutput {
2662
-
2663
- const filterSensitiveLog: (obj: GetMergeCommitOutput) => any;
2664
- }
2665
2185
  export interface GetMergeConflictsInput {
2666
2186
 
2667
2187
  repositoryName: string | undefined;
@@ -2680,10 +2200,6 @@ export interface GetMergeConflictsInput {
2680
2200
 
2681
2201
  nextToken?: string;
2682
2202
  }
2683
- export declare namespace GetMergeConflictsInput {
2684
-
2685
- const filterSensitiveLog: (obj: GetMergeConflictsInput) => any;
2686
- }
2687
2203
  export interface GetMergeConflictsOutput {
2688
2204
 
2689
2205
  mergeable: boolean | undefined;
@@ -2698,10 +2214,6 @@ export interface GetMergeConflictsOutput {
2698
2214
 
2699
2215
  nextToken?: string;
2700
2216
  }
2701
- export declare namespace GetMergeConflictsOutput {
2702
-
2703
- const filterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
2704
- }
2705
2217
 
2706
2218
  export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
2707
2219
  readonly name: "InvalidDestinationCommitSpecifierException";
@@ -2728,10 +2240,6 @@ export interface GetMergeOptionsInput {
2728
2240
 
2729
2241
  conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2730
2242
  }
2731
- export declare namespace GetMergeOptionsInput {
2732
-
2733
- const filterSensitiveLog: (obj: GetMergeOptionsInput) => any;
2734
- }
2735
2243
  export interface GetMergeOptionsOutput {
2736
2244
 
2737
2245
  mergeOptions: (MergeOptionTypeEnum | string)[] | undefined;
@@ -2742,91 +2250,51 @@ export interface GetMergeOptionsOutput {
2742
2250
 
2743
2251
  baseCommitId: string | undefined;
2744
2252
  }
2745
- export declare namespace GetMergeOptionsOutput {
2746
-
2747
- const filterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
2748
- }
2749
2253
  export interface GetPullRequestInput {
2750
2254
 
2751
2255
  pullRequestId: string | undefined;
2752
2256
  }
2753
- export declare namespace GetPullRequestInput {
2754
-
2755
- const filterSensitiveLog: (obj: GetPullRequestInput) => any;
2756
- }
2757
2257
  export interface GetPullRequestOutput {
2758
2258
 
2759
2259
  pullRequest: PullRequest | undefined;
2760
2260
  }
2761
- export declare namespace GetPullRequestOutput {
2762
-
2763
- const filterSensitiveLog: (obj: GetPullRequestOutput) => any;
2764
- }
2765
2261
  export interface GetPullRequestApprovalStatesInput {
2766
2262
 
2767
2263
  pullRequestId: string | undefined;
2768
2264
 
2769
2265
  revisionId: string | undefined;
2770
2266
  }
2771
- export declare namespace GetPullRequestApprovalStatesInput {
2772
-
2773
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
2774
- }
2775
2267
  export interface GetPullRequestApprovalStatesOutput {
2776
2268
 
2777
2269
  approvals?: Approval[];
2778
2270
  }
2779
- export declare namespace GetPullRequestApprovalStatesOutput {
2780
-
2781
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
2782
- }
2783
2271
  export interface GetPullRequestOverrideStateInput {
2784
2272
 
2785
2273
  pullRequestId: string | undefined;
2786
2274
 
2787
2275
  revisionId: string | undefined;
2788
2276
  }
2789
- export declare namespace GetPullRequestOverrideStateInput {
2790
-
2791
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
2792
- }
2793
2277
  export interface GetPullRequestOverrideStateOutput {
2794
2278
 
2795
2279
  overridden?: boolean;
2796
2280
 
2797
2281
  overrider?: string;
2798
2282
  }
2799
- export declare namespace GetPullRequestOverrideStateOutput {
2800
-
2801
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
2802
- }
2803
2283
 
2804
2284
  export interface GetRepositoryInput {
2805
2285
 
2806
2286
  repositoryName: string | undefined;
2807
2287
  }
2808
- export declare namespace GetRepositoryInput {
2809
-
2810
- const filterSensitiveLog: (obj: GetRepositoryInput) => any;
2811
- }
2812
2288
 
2813
2289
  export interface GetRepositoryOutput {
2814
2290
 
2815
2291
  repositoryMetadata?: RepositoryMetadata;
2816
2292
  }
2817
- export declare namespace GetRepositoryOutput {
2818
-
2819
- const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
2820
- }
2821
2293
 
2822
2294
  export interface GetRepositoryTriggersInput {
2823
2295
 
2824
2296
  repositoryName: string | undefined;
2825
2297
  }
2826
- export declare namespace GetRepositoryTriggersInput {
2827
-
2828
- const filterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
2829
- }
2830
2298
  export declare enum RepositoryTriggerEventEnum {
2831
2299
  ALL = "all",
2832
2300
  CREATE_REFERENCE = "createReference",
@@ -2846,10 +2314,6 @@ export interface RepositoryTrigger {
2846
2314
 
2847
2315
  events: (RepositoryTriggerEventEnum | string)[] | undefined;
2848
2316
  }
2849
- export declare namespace RepositoryTrigger {
2850
-
2851
- const filterSensitiveLog: (obj: RepositoryTrigger) => any;
2852
- }
2853
2317
 
2854
2318
  export interface GetRepositoryTriggersOutput {
2855
2319
 
@@ -2857,30 +2321,18 @@ export interface GetRepositoryTriggersOutput {
2857
2321
 
2858
2322
  triggers?: RepositoryTrigger[];
2859
2323
  }
2860
- export declare namespace GetRepositoryTriggersOutput {
2861
-
2862
- const filterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
2863
- }
2864
2324
  export interface ListApprovalRuleTemplatesInput {
2865
2325
 
2866
2326
  nextToken?: string;
2867
2327
 
2868
2328
  maxResults?: number;
2869
2329
  }
2870
- export declare namespace ListApprovalRuleTemplatesInput {
2871
-
2872
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
2873
- }
2874
2330
  export interface ListApprovalRuleTemplatesOutput {
2875
2331
 
2876
2332
  approvalRuleTemplateNames?: string[];
2877
2333
 
2878
2334
  nextToken?: string;
2879
2335
  }
2880
- export declare namespace ListApprovalRuleTemplatesOutput {
2881
-
2882
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
2883
- }
2884
2336
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2885
2337
 
2886
2338
  repositoryName: string | undefined;
@@ -2889,20 +2341,12 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2889
2341
 
2890
2342
  maxResults?: number;
2891
2343
  }
2892
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2893
-
2894
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
2895
- }
2896
2344
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2897
2345
 
2898
2346
  approvalRuleTemplateNames?: string[];
2899
2347
 
2900
2348
  nextToken?: string;
2901
2349
  }
2902
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2903
-
2904
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
2905
- }
2906
2350
 
2907
2351
  export interface ListBranchesInput {
2908
2352
 
@@ -2910,10 +2354,6 @@ export interface ListBranchesInput {
2910
2354
 
2911
2355
  nextToken?: string;
2912
2356
  }
2913
- export declare namespace ListBranchesInput {
2914
-
2915
- const filterSensitiveLog: (obj: ListBranchesInput) => any;
2916
- }
2917
2357
 
2918
2358
  export interface ListBranchesOutput {
2919
2359
 
@@ -2921,10 +2361,6 @@ export interface ListBranchesOutput {
2921
2361
 
2922
2362
  nextToken?: string;
2923
2363
  }
2924
- export declare namespace ListBranchesOutput {
2925
-
2926
- const filterSensitiveLog: (obj: ListBranchesOutput) => any;
2927
- }
2928
2364
 
2929
2365
  export declare class InvalidAuthorArnException extends __BaseException {
2930
2366
  readonly name: "InvalidAuthorArnException";
@@ -2951,20 +2387,12 @@ export interface ListPullRequestsInput {
2951
2387
 
2952
2388
  maxResults?: number;
2953
2389
  }
2954
- export declare namespace ListPullRequestsInput {
2955
-
2956
- const filterSensitiveLog: (obj: ListPullRequestsInput) => any;
2957
- }
2958
2390
  export interface ListPullRequestsOutput {
2959
2391
 
2960
2392
  pullRequestIds: string[] | undefined;
2961
2393
 
2962
2394
  nextToken?: string;
2963
2395
  }
2964
- export declare namespace ListPullRequestsOutput {
2965
-
2966
- const filterSensitiveLog: (obj: ListPullRequestsOutput) => any;
2967
- }
2968
2396
 
2969
2397
  export declare class InvalidOrderException extends __BaseException {
2970
2398
  readonly name: "InvalidOrderException";
@@ -2979,3 +2407,289 @@ export declare class InvalidSortByException extends __BaseException {
2979
2407
 
2980
2408
  constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
2981
2409
  }
2410
+
2411
+ export declare const ApprovalFilterSensitiveLog: (obj: Approval) => any;
2412
+
2413
+ export declare const OriginApprovalRuleTemplateFilterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
2414
+
2415
+ export declare const ApprovalRuleFilterSensitiveLog: (obj: ApprovalRule) => any;
2416
+
2417
+ export declare const ApprovalRuleEventMetadataFilterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
2418
+
2419
+ export declare const ApprovalRuleOverriddenEventMetadataFilterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
2420
+
2421
+ export declare const ApprovalRuleTemplateFilterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
2422
+
2423
+ export declare const ApprovalStateChangedEventMetadataFilterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
2424
+
2425
+ export declare const AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
2426
+
2427
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
2428
+
2429
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
2430
+
2431
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
2432
+
2433
+ export declare const BatchDescribeMergeConflictsInputFilterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
2434
+
2435
+ export declare const FileModesFilterSensitiveLog: (obj: FileModes) => any;
2436
+
2437
+ export declare const FileSizesFilterSensitiveLog: (obj: FileSizes) => any;
2438
+
2439
+ export declare const IsBinaryFileFilterSensitiveLog: (obj: IsBinaryFile) => any;
2440
+
2441
+ export declare const MergeOperationsFilterSensitiveLog: (obj: MergeOperations) => any;
2442
+
2443
+ export declare const ObjectTypesFilterSensitiveLog: (obj: ObjectTypes) => any;
2444
+
2445
+ export declare const ConflictMetadataFilterSensitiveLog: (obj: ConflictMetadata) => any;
2446
+
2447
+ export declare const MergeHunkDetailFilterSensitiveLog: (obj: MergeHunkDetail) => any;
2448
+
2449
+ export declare const MergeHunkFilterSensitiveLog: (obj: MergeHunk) => any;
2450
+
2451
+ export declare const ConflictFilterSensitiveLog: (obj: Conflict) => any;
2452
+
2453
+ export declare const BatchDescribeMergeConflictsErrorFilterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
2454
+
2455
+ export declare const BatchDescribeMergeConflictsOutputFilterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
2456
+
2457
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
2458
+
2459
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
2460
+
2461
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
2462
+
2463
+ export declare const BatchGetCommitsInputFilterSensitiveLog: (obj: BatchGetCommitsInput) => any;
2464
+
2465
+ export declare const UserInfoFilterSensitiveLog: (obj: UserInfo) => any;
2466
+
2467
+ export declare const CommitFilterSensitiveLog: (obj: Commit) => any;
2468
+
2469
+ export declare const BatchGetCommitsErrorFilterSensitiveLog: (obj: BatchGetCommitsError) => any;
2470
+
2471
+ export declare const BatchGetCommitsOutputFilterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
2472
+
2473
+ export declare const BatchGetRepositoriesInputFilterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
2474
+
2475
+ export declare const RepositoryMetadataFilterSensitiveLog: (obj: RepositoryMetadata) => any;
2476
+
2477
+ export declare const BatchGetRepositoriesOutputFilterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
2478
+
2479
+ export declare const BlobMetadataFilterSensitiveLog: (obj: BlobMetadata) => any;
2480
+
2481
+ export declare const BranchInfoFilterSensitiveLog: (obj: BranchInfo) => any;
2482
+
2483
+ export declare const CreateApprovalRuleTemplateInputFilterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
2484
+
2485
+ export declare const CreateApprovalRuleTemplateOutputFilterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
2486
+
2487
+ export declare const CreateBranchInputFilterSensitiveLog: (obj: CreateBranchInput) => any;
2488
+
2489
+ export declare const DeleteFileEntryFilterSensitiveLog: (obj: DeleteFileEntry) => any;
2490
+
2491
+ export declare const SourceFileSpecifierFilterSensitiveLog: (obj: SourceFileSpecifier) => any;
2492
+
2493
+ export declare const PutFileEntryFilterSensitiveLog: (obj: PutFileEntry) => any;
2494
+
2495
+ export declare const SetFileModeEntryFilterSensitiveLog: (obj: SetFileModeEntry) => any;
2496
+
2497
+ export declare const CreateCommitInputFilterSensitiveLog: (obj: CreateCommitInput) => any;
2498
+
2499
+ export declare const FileMetadataFilterSensitiveLog: (obj: FileMetadata) => any;
2500
+
2501
+ export declare const CreateCommitOutputFilterSensitiveLog: (obj: CreateCommitOutput) => any;
2502
+
2503
+ export declare const TargetFilterSensitiveLog: (obj: Target) => any;
2504
+
2505
+ export declare const CreatePullRequestInputFilterSensitiveLog: (obj: CreatePullRequestInput) => any;
2506
+
2507
+ export declare const MergeMetadataFilterSensitiveLog: (obj: MergeMetadata) => any;
2508
+
2509
+ export declare const PullRequestTargetFilterSensitiveLog: (obj: PullRequestTarget) => any;
2510
+
2511
+ export declare const PullRequestFilterSensitiveLog: (obj: PullRequest) => any;
2512
+
2513
+ export declare const CreatePullRequestOutputFilterSensitiveLog: (obj: CreatePullRequestOutput) => any;
2514
+
2515
+ export declare const CreatePullRequestApprovalRuleInputFilterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
2516
+
2517
+ export declare const CreatePullRequestApprovalRuleOutputFilterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
2518
+
2519
+ export declare const CreateRepositoryInputFilterSensitiveLog: (obj: CreateRepositoryInput) => any;
2520
+
2521
+ export declare const CreateRepositoryOutputFilterSensitiveLog: (obj: CreateRepositoryOutput) => any;
2522
+
2523
+ export declare const ReplaceContentEntryFilterSensitiveLog: (obj: ReplaceContentEntry) => any;
2524
+
2525
+ export declare const ConflictResolutionFilterSensitiveLog: (obj: ConflictResolution) => any;
2526
+
2527
+ export declare const CreateUnreferencedMergeCommitInputFilterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
2528
+
2529
+ export declare const CreateUnreferencedMergeCommitOutputFilterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
2530
+
2531
+ export declare const DeleteApprovalRuleTemplateInputFilterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
2532
+
2533
+ export declare const DeleteApprovalRuleTemplateOutputFilterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
2534
+
2535
+ export declare const DeleteBranchInputFilterSensitiveLog: (obj: DeleteBranchInput) => any;
2536
+
2537
+ export declare const DeleteBranchOutputFilterSensitiveLog: (obj: DeleteBranchOutput) => any;
2538
+
2539
+ export declare const DeleteCommentContentInputFilterSensitiveLog: (obj: DeleteCommentContentInput) => any;
2540
+
2541
+ export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
2542
+
2543
+ export declare const DeleteCommentContentOutputFilterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
2544
+
2545
+ export declare const DeleteFileInputFilterSensitiveLog: (obj: DeleteFileInput) => any;
2546
+
2547
+ export declare const DeleteFileOutputFilterSensitiveLog: (obj: DeleteFileOutput) => any;
2548
+
2549
+ export declare const DeletePullRequestApprovalRuleInputFilterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
2550
+
2551
+ export declare const DeletePullRequestApprovalRuleOutputFilterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
2552
+
2553
+ export declare const DeleteRepositoryInputFilterSensitiveLog: (obj: DeleteRepositoryInput) => any;
2554
+
2555
+ export declare const DeleteRepositoryOutputFilterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
2556
+
2557
+ export declare const DescribeMergeConflictsInputFilterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
2558
+
2559
+ export declare const DescribeMergeConflictsOutputFilterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
2560
+
2561
+ export declare const DescribePullRequestEventsInputFilterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
2562
+
2563
+ export declare const PullRequestCreatedEventMetadataFilterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
2564
+
2565
+ export declare const PullRequestMergedStateChangedEventMetadataFilterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
2566
+
2567
+ export declare const PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
2568
+
2569
+ export declare const PullRequestStatusChangedEventMetadataFilterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
2570
+
2571
+ export declare const PullRequestEventFilterSensitiveLog: (obj: PullRequestEvent) => any;
2572
+
2573
+ export declare const DescribePullRequestEventsOutputFilterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
2574
+
2575
+ export declare const DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
2576
+
2577
+ export declare const EvaluatePullRequestApprovalRulesInputFilterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
2578
+
2579
+ export declare const EvaluationFilterSensitiveLog: (obj: Evaluation) => any;
2580
+
2581
+ export declare const EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
2582
+
2583
+ export declare const GetApprovalRuleTemplateInputFilterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
2584
+
2585
+ export declare const GetApprovalRuleTemplateOutputFilterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
2586
+
2587
+ export declare const GetBlobInputFilterSensitiveLog: (obj: GetBlobInput) => any;
2588
+
2589
+ export declare const GetBlobOutputFilterSensitiveLog: (obj: GetBlobOutput) => any;
2590
+
2591
+ export declare const GetBranchInputFilterSensitiveLog: (obj: GetBranchInput) => any;
2592
+
2593
+ export declare const GetBranchOutputFilterSensitiveLog: (obj: GetBranchOutput) => any;
2594
+
2595
+ export declare const GetCommentInputFilterSensitiveLog: (obj: GetCommentInput) => any;
2596
+
2597
+ export declare const GetCommentOutputFilterSensitiveLog: (obj: GetCommentOutput) => any;
2598
+
2599
+ export declare const GetCommentReactionsInputFilterSensitiveLog: (obj: GetCommentReactionsInput) => any;
2600
+
2601
+ export declare const ReactionValueFormatsFilterSensitiveLog: (obj: ReactionValueFormats) => any;
2602
+
2603
+ export declare const ReactionForCommentFilterSensitiveLog: (obj: ReactionForComment) => any;
2604
+
2605
+ export declare const GetCommentReactionsOutputFilterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
2606
+
2607
+ export declare const GetCommentsForComparedCommitInputFilterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
2608
+
2609
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
2610
+
2611
+ export declare const CommentsForComparedCommitFilterSensitiveLog: (obj: CommentsForComparedCommit) => any;
2612
+
2613
+ export declare const GetCommentsForComparedCommitOutputFilterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
2614
+
2615
+ export declare const GetCommentsForPullRequestInputFilterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
2616
+
2617
+ export declare const CommentsForPullRequestFilterSensitiveLog: (obj: CommentsForPullRequest) => any;
2618
+
2619
+ export declare const GetCommentsForPullRequestOutputFilterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
2620
+
2621
+ export declare const GetCommitInputFilterSensitiveLog: (obj: GetCommitInput) => any;
2622
+
2623
+ export declare const GetCommitOutputFilterSensitiveLog: (obj: GetCommitOutput) => any;
2624
+
2625
+ export declare const GetDifferencesInputFilterSensitiveLog: (obj: GetDifferencesInput) => any;
2626
+
2627
+ export declare const DifferenceFilterSensitiveLog: (obj: Difference) => any;
2628
+
2629
+ export declare const GetDifferencesOutputFilterSensitiveLog: (obj: GetDifferencesOutput) => any;
2630
+
2631
+ export declare const GetFileInputFilterSensitiveLog: (obj: GetFileInput) => any;
2632
+
2633
+ export declare const GetFileOutputFilterSensitiveLog: (obj: GetFileOutput) => any;
2634
+
2635
+ export declare const GetFolderInputFilterSensitiveLog: (obj: GetFolderInput) => any;
2636
+
2637
+ export declare const FileFilterSensitiveLog: (obj: File) => any;
2638
+
2639
+ export declare const FolderFilterSensitiveLog: (obj: Folder) => any;
2640
+
2641
+ export declare const SubModuleFilterSensitiveLog: (obj: SubModule) => any;
2642
+
2643
+ export declare const SymbolicLinkFilterSensitiveLog: (obj: SymbolicLink) => any;
2644
+
2645
+ export declare const GetFolderOutputFilterSensitiveLog: (obj: GetFolderOutput) => any;
2646
+
2647
+ export declare const GetMergeCommitInputFilterSensitiveLog: (obj: GetMergeCommitInput) => any;
2648
+
2649
+ export declare const GetMergeCommitOutputFilterSensitiveLog: (obj: GetMergeCommitOutput) => any;
2650
+
2651
+ export declare const GetMergeConflictsInputFilterSensitiveLog: (obj: GetMergeConflictsInput) => any;
2652
+
2653
+ export declare const GetMergeConflictsOutputFilterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
2654
+
2655
+ export declare const GetMergeOptionsInputFilterSensitiveLog: (obj: GetMergeOptionsInput) => any;
2656
+
2657
+ export declare const GetMergeOptionsOutputFilterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
2658
+
2659
+ export declare const GetPullRequestInputFilterSensitiveLog: (obj: GetPullRequestInput) => any;
2660
+
2661
+ export declare const GetPullRequestOutputFilterSensitiveLog: (obj: GetPullRequestOutput) => any;
2662
+
2663
+ export declare const GetPullRequestApprovalStatesInputFilterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
2664
+
2665
+ export declare const GetPullRequestApprovalStatesOutputFilterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
2666
+
2667
+ export declare const GetPullRequestOverrideStateInputFilterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
2668
+
2669
+ export declare const GetPullRequestOverrideStateOutputFilterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
2670
+
2671
+ export declare const GetRepositoryInputFilterSensitiveLog: (obj: GetRepositoryInput) => any;
2672
+
2673
+ export declare const GetRepositoryOutputFilterSensitiveLog: (obj: GetRepositoryOutput) => any;
2674
+
2675
+ export declare const GetRepositoryTriggersInputFilterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
2676
+
2677
+ export declare const RepositoryTriggerFilterSensitiveLog: (obj: RepositoryTrigger) => any;
2678
+
2679
+ export declare const GetRepositoryTriggersOutputFilterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
2680
+
2681
+ export declare const ListApprovalRuleTemplatesInputFilterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
2682
+
2683
+ export declare const ListApprovalRuleTemplatesOutputFilterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
2684
+
2685
+ export declare const ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
2686
+
2687
+ export declare const ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
2688
+
2689
+ export declare const ListBranchesInputFilterSensitiveLog: (obj: ListBranchesInput) => any;
2690
+
2691
+ export declare const ListBranchesOutputFilterSensitiveLog: (obj: ListBranchesOutput) => any;
2692
+
2693
+ export declare const ListPullRequestsInputFilterSensitiveLog: (obj: ListPullRequestsInput) => any;
2694
+
2695
+ export declare const ListPullRequestsOutputFilterSensitiveLog: (obj: ListPullRequestsOutput) => any;