@aws-sdk/client-codecommit 3.130.0 → 3.141.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 (165) hide show
  1. package/CHANGELOG.md +30 -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-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
  83. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  84. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  85. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  86. package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
  87. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
  88. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  89. package/dist-es/commands/CreateBranchCommand.js +2 -2
  90. package/dist-es/commands/CreateCommitCommand.js +3 -3
  91. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  92. package/dist-es/commands/CreatePullRequestCommand.js +3 -3
  93. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  94. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  95. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  96. package/dist-es/commands/DeleteBranchCommand.js +3 -3
  97. package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
  98. package/dist-es/commands/DeleteFileCommand.js +3 -3
  99. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  100. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  101. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
  102. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
  103. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
  104. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  105. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
  106. package/dist-es/commands/GetBlobCommand.js +3 -3
  107. package/dist-es/commands/GetBranchCommand.js +3 -3
  108. package/dist-es/commands/GetCommentCommand.js +3 -3
  109. package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
  110. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
  111. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
  112. package/dist-es/commands/GetCommitCommand.js +3 -3
  113. package/dist-es/commands/GetDifferencesCommand.js +3 -3
  114. package/dist-es/commands/GetFileCommand.js +3 -3
  115. package/dist-es/commands/GetFolderCommand.js +3 -3
  116. package/dist-es/commands/GetMergeCommitCommand.js +3 -3
  117. package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
  118. package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
  119. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  120. package/dist-es/commands/GetPullRequestCommand.js +3 -3
  121. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
  122. package/dist-es/commands/GetRepositoryCommand.js +3 -3
  123. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
  124. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  125. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  126. package/dist-es/commands/ListBranchesCommand.js +3 -3
  127. package/dist-es/commands/ListPullRequestsCommand.js +3 -3
  128. package/dist-es/commands/ListRepositoriesCommand.js +3 -3
  129. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  130. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  131. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
  132. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
  133. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
  134. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
  135. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
  136. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
  137. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
  138. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
  139. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
  140. package/dist-es/commands/PostCommentReplyCommand.js +3 -3
  141. package/dist-es/commands/PutCommentReactionCommand.js +2 -2
  142. package/dist-es/commands/PutFileCommand.js +3 -3
  143. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
  144. package/dist-es/commands/TagResourceCommand.js +2 -2
  145. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
  146. package/dist-es/commands/UntagResourceCommand.js +2 -2
  147. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  148. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  149. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  150. package/dist-es/commands/UpdateCommentCommand.js +3 -3
  151. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
  152. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  153. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
  154. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  155. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
  156. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
  157. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
  158. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
  159. package/dist-es/models/models_0.js +143 -572
  160. package/dist-es/models/models_1.js +56 -224
  161. package/dist-types/models/models_0.d.ts +572 -858
  162. package/dist-types/models/models_1.d.ts +224 -336
  163. package/dist-types/ts3.4/models/models_0.d.ts +286 -572
  164. package/dist-types/ts3.4/models/models_1.d.ts +112 -224
  165. package/package.json +7 -7
@@ -28,12 +28,6 @@ export interface Approval {
28
28
  */
29
29
  approvalState?: ApprovalState | string;
30
30
  }
31
- export declare namespace Approval {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: Approval) => any;
36
- }
37
31
  /**
38
32
  * <p>Returns information about the template that created the approval rule for a pull request.</p>
39
33
  */
@@ -47,12 +41,6 @@ export interface OriginApprovalRuleTemplate {
47
41
  */
48
42
  approvalRuleTemplateName?: string;
49
43
  }
50
- export declare namespace OriginApprovalRuleTemplate {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
55
- }
56
44
  /**
57
45
  * <p>Returns information about an approval rule.</p>
58
46
  */
@@ -90,12 +78,6 @@ export interface ApprovalRule {
90
78
  */
91
79
  originApprovalRuleTemplate?: OriginApprovalRuleTemplate;
92
80
  }
93
- export declare namespace ApprovalRule {
94
- /**
95
- * @internal
96
- */
97
- const filterSensitiveLog: (obj: ApprovalRule) => any;
98
- }
99
81
  /**
100
82
  * <p>The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.</p>
101
83
  */
@@ -135,12 +117,6 @@ export interface ApprovalRuleEventMetadata {
135
117
  */
136
118
  approvalRuleContent?: string;
137
119
  }
138
- export declare namespace ApprovalRuleEventMetadata {
139
- /**
140
- * @internal
141
- */
142
- const filterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
143
- }
144
120
  /**
145
121
  * <p>An approval rule with that name already exists. Approval rule names must be unique
146
122
  * within the scope of a pull request.</p>
@@ -181,12 +157,6 @@ export interface ApprovalRuleOverriddenEventMetadata {
181
157
  */
182
158
  overrideStatus?: OverrideStatus | string;
183
159
  }
184
- export declare namespace ApprovalRuleOverriddenEventMetadata {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
189
- }
190
160
  /**
191
161
  * <p>Returns information about an approval rule template.</p>
192
162
  */
@@ -224,12 +194,6 @@ export interface ApprovalRuleTemplate {
224
194
  */
225
195
  lastModifiedUser?: string;
226
196
  }
227
- export declare namespace ApprovalRuleTemplate {
228
- /**
229
- * @internal
230
- */
231
- const filterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
232
- }
233
197
  /**
234
198
  * <p>The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.</p>
235
199
  */
@@ -302,12 +266,6 @@ export interface ApprovalStateChangedEventMetadata {
302
266
  */
303
267
  approvalStatus?: ApprovalState | string;
304
268
  }
305
- export declare namespace ApprovalStateChangedEventMetadata {
306
- /**
307
- * @internal
308
- */
309
- const filterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
310
- }
311
269
  /**
312
270
  * <p>An approval state is required, but was not specified.</p>
313
271
  */
@@ -329,12 +287,6 @@ export interface AssociateApprovalRuleTemplateWithRepositoryInput {
329
287
  */
330
288
  repositoryName: string | undefined;
331
289
  }
332
- export declare namespace AssociateApprovalRuleTemplateWithRepositoryInput {
333
- /**
334
- * @internal
335
- */
336
- const filterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
337
- }
338
290
  /**
339
291
  * <p>An encryption integrity check failed.</p>
340
292
  */
@@ -479,12 +431,6 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
479
431
  */
480
432
  repositoryNames: string[] | undefined;
481
433
  }
482
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
483
- /**
484
- * @internal
485
- */
486
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
487
- }
488
434
  /**
489
435
  * <p>Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.</p>
490
436
  */
@@ -502,12 +448,6 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesError {
502
448
  */
503
449
  errorMessage?: string;
504
450
  }
505
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesError {
506
- /**
507
- * @internal
508
- */
509
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
510
- }
511
451
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
512
452
  /**
513
453
  * <p>A list of names of the repositories that have been associated with the template.</p>
@@ -518,12 +458,6 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
518
458
  */
519
459
  errors: BatchAssociateApprovalRuleTemplateWithRepositoriesError[] | undefined;
520
460
  }
521
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
526
- }
527
461
  /**
528
462
  * <p>The maximum number of allowed repository names was exceeded. Currently, this number is 100.</p>
529
463
  */
@@ -611,12 +545,6 @@ export interface BatchDescribeMergeConflictsInput {
611
545
  */
612
546
  nextToken?: string;
613
547
  }
614
- export declare namespace BatchDescribeMergeConflictsInput {
615
- /**
616
- * @internal
617
- */
618
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
619
- }
620
548
  export declare enum FileModeTypeEnum {
621
549
  EXECUTABLE = "EXECUTABLE",
622
550
  NORMAL = "NORMAL",
@@ -639,12 +567,6 @@ export interface FileModes {
639
567
  */
640
568
  base?: FileModeTypeEnum | string;
641
569
  }
642
- export declare namespace FileModes {
643
- /**
644
- * @internal
645
- */
646
- const filterSensitiveLog: (obj: FileModes) => any;
647
- }
648
570
  /**
649
571
  * <p>Information about the size of files in a merge or pull request.</p>
650
572
  */
@@ -662,12 +584,6 @@ export interface FileSizes {
662
584
  */
663
585
  base?: number;
664
586
  }
665
- export declare namespace FileSizes {
666
- /**
667
- * @internal
668
- */
669
- const filterSensitiveLog: (obj: FileSizes) => any;
670
- }
671
587
  /**
672
588
  * <p>Information about whether a file is binary or textual in a merge or pull request operation.</p>
673
589
  */
@@ -685,12 +601,6 @@ export interface IsBinaryFile {
685
601
  */
686
602
  base?: boolean;
687
603
  }
688
- export declare namespace IsBinaryFile {
689
- /**
690
- * @internal
691
- */
692
- const filterSensitiveLog: (obj: IsBinaryFile) => any;
693
- }
694
604
  export declare enum ChangeTypeEnum {
695
605
  ADDED = "A",
696
606
  DELETED = "D",
@@ -710,12 +620,6 @@ export interface MergeOperations {
710
620
  */
711
621
  destination?: ChangeTypeEnum | string;
712
622
  }
713
- export declare namespace MergeOperations {
714
- /**
715
- * @internal
716
- */
717
- const filterSensitiveLog: (obj: MergeOperations) => any;
718
- }
719
623
  export declare enum ObjectTypeEnum {
720
624
  DIRECTORY = "DIRECTORY",
721
625
  FILE = "FILE",
@@ -739,12 +643,6 @@ export interface ObjectTypes {
739
643
  */
740
644
  base?: ObjectTypeEnum | string;
741
645
  }
742
- export declare namespace ObjectTypes {
743
- /**
744
- * @internal
745
- */
746
- const filterSensitiveLog: (obj: ObjectTypes) => any;
747
- }
748
646
  /**
749
647
  * <p>Information about the metadata for a conflict in a merge operation.</p>
750
648
  */
@@ -790,12 +688,6 @@ export interface ConflictMetadata {
790
688
  */
791
689
  mergeOperations?: MergeOperations;
792
690
  }
793
- export declare namespace ConflictMetadata {
794
- /**
795
- * @internal
796
- */
797
- const filterSensitiveLog: (obj: ConflictMetadata) => any;
798
- }
799
691
  /**
800
692
  * <p>Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.</p>
801
693
  */
@@ -814,12 +706,6 @@ export interface MergeHunkDetail {
814
706
  */
815
707
  hunkContent?: string;
816
708
  }
817
- export declare namespace MergeHunkDetail {
818
- /**
819
- * @internal
820
- */
821
- const filterSensitiveLog: (obj: MergeHunkDetail) => any;
822
- }
823
709
  /**
824
710
  * <p>Information about merge hunks in a merge or pull request operation.</p>
825
711
  */
@@ -845,12 +731,6 @@ export interface MergeHunk {
845
731
  */
846
732
  base?: MergeHunkDetail;
847
733
  }
848
- export declare namespace MergeHunk {
849
- /**
850
- * @internal
851
- */
852
- const filterSensitiveLog: (obj: MergeHunk) => any;
853
- }
854
734
  /**
855
735
  * <p>Information about conflicts in a merge operation.</p>
856
736
  */
@@ -864,12 +744,6 @@ export interface Conflict {
864
744
  */
865
745
  mergeHunks?: MergeHunk[];
866
746
  }
867
- export declare namespace Conflict {
868
- /**
869
- * @internal
870
- */
871
- const filterSensitiveLog: (obj: Conflict) => any;
872
- }
873
747
  /**
874
748
  * <p>Returns information about errors in a BatchDescribeMergeConflicts operation.</p>
875
749
  */
@@ -887,12 +761,6 @@ export interface BatchDescribeMergeConflictsError {
887
761
  */
888
762
  message: string | undefined;
889
763
  }
890
- export declare namespace BatchDescribeMergeConflictsError {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
895
- }
896
764
  export interface BatchDescribeMergeConflictsOutput {
897
765
  /**
898
766
  * <p>A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.</p>
@@ -919,12 +787,6 @@ export interface BatchDescribeMergeConflictsOutput {
919
787
  */
920
788
  baseCommitId?: string;
921
789
  }
922
- export declare namespace BatchDescribeMergeConflictsOutput {
923
- /**
924
- * @internal
925
- */
926
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
927
- }
928
790
  /**
929
791
  * <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
930
792
  */
@@ -1083,12 +945,6 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
1083
945
  */
1084
946
  repositoryNames: string[] | undefined;
1085
947
  }
1086
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
1091
- }
1092
948
  /**
1093
949
  * <p>Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.</p>
1094
950
  */
@@ -1107,12 +963,6 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
1107
963
  */
1108
964
  errorMessage?: string;
1109
965
  }
1110
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
1111
- /**
1112
- * @internal
1113
- */
1114
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
1115
- }
1116
966
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
1117
967
  /**
1118
968
  * <p>A list of repository names that have had their association with the template
@@ -1124,12 +974,6 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
1124
974
  */
1125
975
  errors: BatchDisassociateApprovalRuleTemplateFromRepositoriesError[] | undefined;
1126
976
  }
1127
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
1128
- /**
1129
- * @internal
1130
- */
1131
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
1132
- }
1133
977
  export interface BatchGetCommitsInput {
1134
978
  /**
1135
979
  * <p>The full commit IDs of the commits to get information about.</p>
@@ -1144,12 +988,6 @@ export interface BatchGetCommitsInput {
1144
988
  */
1145
989
  repositoryName: string | undefined;
1146
990
  }
1147
- export declare namespace BatchGetCommitsInput {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: BatchGetCommitsInput) => any;
1152
- }
1153
991
  /**
1154
992
  * <p>Information about the user who made a specified commit.</p>
1155
993
  */
@@ -1167,12 +1005,6 @@ export interface UserInfo {
1167
1005
  */
1168
1006
  date?: string;
1169
1007
  }
1170
- export declare namespace UserInfo {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: UserInfo) => any;
1175
- }
1176
1008
  /**
1177
1009
  * <p>Returns information about a specific commit.</p>
1178
1010
  */
@@ -1213,12 +1045,6 @@ export interface Commit {
1213
1045
  */
1214
1046
  additionalData?: string;
1215
1047
  }
1216
- export declare namespace Commit {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: Commit) => any;
1221
- }
1222
1048
  /**
1223
1049
  * <p>Returns information about errors in a BatchGetCommits operation.</p>
1224
1050
  */
@@ -1236,12 +1062,6 @@ export interface BatchGetCommitsError {
1236
1062
  */
1237
1063
  errorMessage?: string;
1238
1064
  }
1239
- export declare namespace BatchGetCommitsError {
1240
- /**
1241
- * @internal
1242
- */
1243
- const filterSensitiveLog: (obj: BatchGetCommitsError) => any;
1244
- }
1245
1065
  export interface BatchGetCommitsOutput {
1246
1066
  /**
1247
1067
  * <p>An array of commit data type objects, each of which contains information about a specified commit.</p>
@@ -1254,12 +1074,6 @@ export interface BatchGetCommitsOutput {
1254
1074
  */
1255
1075
  errors?: BatchGetCommitsError[];
1256
1076
  }
1257
- export declare namespace BatchGetCommitsOutput {
1258
- /**
1259
- * @internal
1260
- */
1261
- const filterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
1262
- }
1263
1077
  /**
1264
1078
  * <p>The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.</p>
1265
1079
  */
@@ -1294,12 +1108,6 @@ export interface BatchGetRepositoriesInput {
1294
1108
  */
1295
1109
  repositoryNames: string[] | undefined;
1296
1110
  }
1297
- export declare namespace BatchGetRepositoriesInput {
1298
- /**
1299
- * @internal
1300
- */
1301
- const filterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
1302
- }
1303
1111
  /**
1304
1112
  * <p>Information about a repository.</p>
1305
1113
  */
@@ -1345,12 +1153,6 @@ export interface RepositoryMetadata {
1345
1153
  */
1346
1154
  Arn?: string;
1347
1155
  }
1348
- export declare namespace RepositoryMetadata {
1349
- /**
1350
- * @internal
1351
- */
1352
- const filterSensitiveLog: (obj: RepositoryMetadata) => any;
1353
- }
1354
1156
  /**
1355
1157
  * <p>Represents the output of a batch get repositories operation.</p>
1356
1158
  */
@@ -1364,12 +1166,6 @@ export interface BatchGetRepositoriesOutput {
1364
1166
  */
1365
1167
  repositoriesNotFound?: string[];
1366
1168
  }
1367
- export declare namespace BatchGetRepositoriesOutput {
1368
- /**
1369
- * @internal
1370
- */
1371
- const filterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
1372
- }
1373
1169
  /**
1374
1170
  * <p>The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.</p>
1375
1171
  */
@@ -1438,12 +1234,6 @@ export interface BlobMetadata {
1438
1234
  */
1439
1235
  mode?: string;
1440
1236
  }
1441
- export declare namespace BlobMetadata {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: BlobMetadata) => any;
1446
- }
1447
1237
  /**
1448
1238
  * <p>The specified branch does not exist.</p>
1449
1239
  */
@@ -1468,12 +1258,6 @@ export interface BranchInfo {
1468
1258
  */
1469
1259
  commitId?: string;
1470
1260
  }
1471
- export declare namespace BranchInfo {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: BranchInfo) => any;
1476
- }
1477
1261
  /**
1478
1262
  * <p>Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name.
1479
1263
  * Branch names must be unique.</p>
@@ -1609,24 +1393,12 @@ export interface CreateApprovalRuleTemplateInput {
1609
1393
  */
1610
1394
  approvalRuleTemplateDescription?: string;
1611
1395
  }
1612
- export declare namespace CreateApprovalRuleTemplateInput {
1613
- /**
1614
- * @internal
1615
- */
1616
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
1617
- }
1618
1396
  export interface CreateApprovalRuleTemplateOutput {
1619
1397
  /**
1620
1398
  * <p>The content and structure of the created approval rule template.</p>
1621
1399
  */
1622
1400
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1623
1401
  }
1624
- export declare namespace CreateApprovalRuleTemplateOutput {
1625
- /**
1626
- * @internal
1627
- */
1628
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
1629
- }
1630
1402
  /**
1631
1403
  * <p>The content of the approval rule template is not valid.</p>
1632
1404
  */
@@ -1691,12 +1463,6 @@ export interface CreateBranchInput {
1691
1463
  */
1692
1464
  commitId: string | undefined;
1693
1465
  }
1694
- export declare namespace CreateBranchInput {
1695
- /**
1696
- * @internal
1697
- */
1698
- const filterSensitiveLog: (obj: CreateBranchInput) => any;
1699
- }
1700
1466
  /**
1701
1467
  * <p>The specified reference name is not valid.</p>
1702
1468
  */
@@ -1739,12 +1505,6 @@ export interface DeleteFileEntry {
1739
1505
  */
1740
1506
  filePath: string | undefined;
1741
1507
  }
1742
- export declare namespace DeleteFileEntry {
1743
- /**
1744
- * @internal
1745
- */
1746
- const filterSensitiveLog: (obj: DeleteFileEntry) => any;
1747
- }
1748
1508
  /**
1749
1509
  * <p>Information about a source file that is part of changes made in a commit.</p>
1750
1510
  */
@@ -1758,12 +1518,6 @@ export interface SourceFileSpecifier {
1758
1518
  */
1759
1519
  isMove?: boolean;
1760
1520
  }
1761
- export declare namespace SourceFileSpecifier {
1762
- /**
1763
- * @internal
1764
- */
1765
- const filterSensitiveLog: (obj: SourceFileSpecifier) => any;
1766
- }
1767
1521
  /**
1768
1522
  * <p>Information about a file added or updated as part of a commit.</p>
1769
1523
  */
@@ -1786,12 +1540,6 @@ export interface PutFileEntry {
1786
1540
  */
1787
1541
  sourceFile?: SourceFileSpecifier;
1788
1542
  }
1789
- export declare namespace PutFileEntry {
1790
- /**
1791
- * @internal
1792
- */
1793
- const filterSensitiveLog: (obj: PutFileEntry) => any;
1794
- }
1795
1543
  /**
1796
1544
  * <p>Information about the file mode changes.</p>
1797
1545
  */
@@ -1805,12 +1553,6 @@ export interface SetFileModeEntry {
1805
1553
  */
1806
1554
  fileMode: FileModeTypeEnum | string | undefined;
1807
1555
  }
1808
- export declare namespace SetFileModeEntry {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: SetFileModeEntry) => any;
1813
- }
1814
1556
  export interface CreateCommitInput {
1815
1557
  /**
1816
1558
  * <p>The name of the repository where you create the commit.</p>
@@ -1858,12 +1600,6 @@ export interface CreateCommitInput {
1858
1600
  */
1859
1601
  setFileModes?: SetFileModeEntry[];
1860
1602
  }
1861
- export declare namespace CreateCommitInput {
1862
- /**
1863
- * @internal
1864
- */
1865
- const filterSensitiveLog: (obj: CreateCommitInput) => any;
1866
- }
1867
1603
  /**
1868
1604
  * <p>A file to be added, updated, or deleted as part of a commit.</p>
1869
1605
  */
@@ -1882,12 +1618,6 @@ export interface FileMetadata {
1882
1618
  */
1883
1619
  fileMode?: FileModeTypeEnum | string;
1884
1620
  }
1885
- export declare namespace FileMetadata {
1886
- /**
1887
- * @internal
1888
- */
1889
- const filterSensitiveLog: (obj: FileMetadata) => any;
1890
- }
1891
1621
  export interface CreateCommitOutput {
1892
1622
  /**
1893
1623
  * <p>The full commit ID of the commit that contains your committed file changes.</p>
@@ -1910,12 +1640,6 @@ export interface CreateCommitOutput {
1910
1640
  */
1911
1641
  filesDeleted?: FileMetadata[];
1912
1642
  }
1913
- export declare namespace CreateCommitOutput {
1914
- /**
1915
- * @internal
1916
- */
1917
- const filterSensitiveLog: (obj: CreateCommitOutput) => any;
1918
- }
1919
1643
  /**
1920
1644
  * <p>A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository.
1921
1645
  * Either provide a different name for the file, or specify a different path for the file.</p>
@@ -2227,12 +1951,6 @@ export interface Target {
2227
1951
  */
2228
1952
  destinationReference?: string;
2229
1953
  }
2230
- export declare namespace Target {
2231
- /**
2232
- * @internal
2233
- */
2234
- const filterSensitiveLog: (obj: Target) => any;
2235
- }
2236
1954
  export interface CreatePullRequestInput {
2237
1955
  /**
2238
1956
  * <p>The title of the pull request. This title is used to identify the pull request to
@@ -2261,12 +1979,6 @@ export interface CreatePullRequestInput {
2261
1979
  */
2262
1980
  clientRequestToken?: string;
2263
1981
  }
2264
- export declare namespace CreatePullRequestInput {
2265
- /**
2266
- * @internal
2267
- */
2268
- const filterSensitiveLog: (obj: CreatePullRequestInput) => any;
2269
- }
2270
1982
  export declare enum PullRequestStatusEnum {
2271
1983
  CLOSED = "CLOSED",
2272
1984
  OPEN = "OPEN"
@@ -2292,12 +2004,6 @@ export interface MergeMetadata {
2292
2004
  */
2293
2005
  mergeOption?: MergeOptionTypeEnum | string;
2294
2006
  }
2295
- export declare namespace MergeMetadata {
2296
- /**
2297
- * @internal
2298
- */
2299
- const filterSensitiveLog: (obj: MergeMetadata) => any;
2300
- }
2301
2007
  /**
2302
2008
  * <p>Returns information about a pull request target.</p>
2303
2009
  */
@@ -2334,12 +2040,6 @@ export interface PullRequestTarget {
2334
2040
  */
2335
2041
  mergeMetadata?: MergeMetadata;
2336
2042
  }
2337
- export declare namespace PullRequestTarget {
2338
- /**
2339
- * @internal
2340
- */
2341
- const filterSensitiveLog: (obj: PullRequestTarget) => any;
2342
- }
2343
2043
  /**
2344
2044
  * <p>Returns information about a pull request.</p>
2345
2045
  */
@@ -2393,24 +2093,12 @@ export interface PullRequest {
2393
2093
  */
2394
2094
  approvalRules?: ApprovalRule[];
2395
2095
  }
2396
- export declare namespace PullRequest {
2397
- /**
2398
- * @internal
2399
- */
2400
- const filterSensitiveLog: (obj: PullRequest) => any;
2401
- }
2402
2096
  export interface CreatePullRequestOutput {
2403
2097
  /**
2404
2098
  * <p>Information about the newly created pull request.</p>
2405
2099
  */
2406
2100
  pullRequest: PullRequest | undefined;
2407
2101
  }
2408
- export declare namespace CreatePullRequestOutput {
2409
- /**
2410
- * @internal
2411
- */
2412
- const filterSensitiveLog: (obj: CreatePullRequestOutput) => any;
2413
- }
2414
2102
  /**
2415
2103
  * <p>The client request token is not valid. Either the token is not in a valid format, or
2416
2104
  * the token has been used in a previous request and cannot be reused.</p>
@@ -2650,24 +2338,12 @@ export interface CreatePullRequestApprovalRuleInput {
2650
2338
  */
2651
2339
  approvalRuleContent: string | undefined;
2652
2340
  }
2653
- export declare namespace CreatePullRequestApprovalRuleInput {
2654
- /**
2655
- * @internal
2656
- */
2657
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
2658
- }
2659
2341
  export interface CreatePullRequestApprovalRuleOutput {
2660
2342
  /**
2661
2343
  * <p>Information about the created approval rule.</p>
2662
2344
  */
2663
2345
  approvalRule: ApprovalRule | undefined;
2664
2346
  }
2665
- export declare namespace CreatePullRequestApprovalRuleOutput {
2666
- /**
2667
- * @internal
2668
- */
2669
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
2670
- }
2671
2347
  /**
2672
2348
  * <p>The content for the approval rule is not valid.</p>
2673
2349
  */
@@ -2776,12 +2452,6 @@ export interface CreateRepositoryInput {
2776
2452
  */
2777
2453
  tags?: Record<string, string>;
2778
2454
  }
2779
- export declare namespace CreateRepositoryInput {
2780
- /**
2781
- * @internal
2782
- */
2783
- const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
2784
- }
2785
2455
  /**
2786
2456
  * <p>Represents the output of a create repository operation.</p>
2787
2457
  */
@@ -2791,12 +2461,6 @@ export interface CreateRepositoryOutput {
2791
2461
  */
2792
2462
  repositoryMetadata?: RepositoryMetadata;
2793
2463
  }
2794
- export declare namespace CreateRepositoryOutput {
2795
- /**
2796
- * @internal
2797
- */
2798
- const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
2799
- }
2800
2464
  /**
2801
2465
  * <p>The specified repository description is not valid.</p>
2802
2466
  */
@@ -2912,12 +2576,6 @@ export interface ReplaceContentEntry {
2912
2576
  */
2913
2577
  fileMode?: FileModeTypeEnum | string;
2914
2578
  }
2915
- export declare namespace ReplaceContentEntry {
2916
- /**
2917
- * @internal
2918
- */
2919
- const filterSensitiveLog: (obj: ReplaceContentEntry) => any;
2920
- }
2921
2579
  /**
2922
2580
  * <p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when
2923
2581
  * resolving conflicts during a merge.</p>
@@ -2936,12 +2594,6 @@ export interface ConflictResolution {
2936
2594
  */
2937
2595
  setFileModes?: SetFileModeEntry[];
2938
2596
  }
2939
- export declare namespace ConflictResolution {
2940
- /**
2941
- * @internal
2942
- */
2943
- const filterSensitiveLog: (obj: ConflictResolution) => any;
2944
- }
2945
2597
  export interface CreateUnreferencedMergeCommitInput {
2946
2598
  /**
2947
2599
  * <p>The name of the repository where you want to create the unreferenced merge commit.</p>
@@ -2999,12 +2651,6 @@ export interface CreateUnreferencedMergeCommitInput {
2999
2651
  */
3000
2652
  conflictResolution?: ConflictResolution;
3001
2653
  }
3002
- export declare namespace CreateUnreferencedMergeCommitInput {
3003
- /**
3004
- * @internal
3005
- */
3006
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
3007
- }
3008
2654
  export interface CreateUnreferencedMergeCommitOutput {
3009
2655
  /**
3010
2656
  * <p>The full commit ID of the commit that contains your merge results.</p>
@@ -3015,12 +2661,6 @@ export interface CreateUnreferencedMergeCommitOutput {
3015
2661
  */
3016
2662
  treeId?: string;
3017
2663
  }
3018
- export declare namespace CreateUnreferencedMergeCommitOutput {
3019
- /**
3020
- * @internal
3021
- */
3022
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
3023
- }
3024
2664
  /**
3025
2665
  * <p>The specified conflict resolution list is not valid.</p>
3026
2666
  */
@@ -3115,12 +2755,6 @@ export interface DeleteApprovalRuleTemplateInput {
3115
2755
  */
3116
2756
  approvalRuleTemplateName: string | undefined;
3117
2757
  }
3118
- export declare namespace DeleteApprovalRuleTemplateInput {
3119
- /**
3120
- * @internal
3121
- */
3122
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
3123
- }
3124
2758
  export interface DeleteApprovalRuleTemplateOutput {
3125
2759
  /**
3126
2760
  * <p>The system-generated ID of the deleted approval rule template. If the template has
@@ -3128,12 +2762,6 @@ export interface DeleteApprovalRuleTemplateOutput {
3128
2762
  */
3129
2763
  approvalRuleTemplateId: string | undefined;
3130
2764
  }
3131
- export declare namespace DeleteApprovalRuleTemplateOutput {
3132
- /**
3133
- * @internal
3134
- */
3135
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
3136
- }
3137
2765
  /**
3138
2766
  * <p>The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.</p>
3139
2767
  */
@@ -3158,12 +2786,6 @@ export interface DeleteBranchInput {
3158
2786
  */
3159
2787
  branchName: string | undefined;
3160
2788
  }
3161
- export declare namespace DeleteBranchInput {
3162
- /**
3163
- * @internal
3164
- */
3165
- const filterSensitiveLog: (obj: DeleteBranchInput) => any;
3166
- }
3167
2789
  /**
3168
2790
  * <p>Represents the output of a delete branch operation.</p>
3169
2791
  */
@@ -3173,12 +2795,6 @@ export interface DeleteBranchOutput {
3173
2795
  */
3174
2796
  deletedBranch?: BranchInfo;
3175
2797
  }
3176
- export declare namespace DeleteBranchOutput {
3177
- /**
3178
- * @internal
3179
- */
3180
- const filterSensitiveLog: (obj: DeleteBranchOutput) => any;
3181
- }
3182
2798
  /**
3183
2799
  * <p>This comment has already been deleted. You cannot edit or delete a deleted comment.</p>
3184
2800
  */
@@ -3220,12 +2836,6 @@ export interface DeleteCommentContentInput {
3220
2836
  */
3221
2837
  commentId: string | undefined;
3222
2838
  }
3223
- export declare namespace DeleteCommentContentInput {
3224
- /**
3225
- * @internal
3226
- */
3227
- const filterSensitiveLog: (obj: DeleteCommentContentInput) => any;
3228
- }
3229
2839
  /**
3230
2840
  * <p>Returns information about a specific comment.</p>
3231
2841
  */
@@ -3274,24 +2884,12 @@ export interface Comment {
3274
2884
  */
3275
2885
  reactionCounts?: Record<string, number>;
3276
2886
  }
3277
- export declare namespace Comment {
3278
- /**
3279
- * @internal
3280
- */
3281
- const filterSensitiveLog: (obj: Comment) => any;
3282
- }
3283
2887
  export interface DeleteCommentContentOutput {
3284
2888
  /**
3285
2889
  * <p>Information about the comment you just deleted.</p>
3286
2890
  */
3287
2891
  comment?: Comment;
3288
2892
  }
3289
- export declare namespace DeleteCommentContentOutput {
3290
- /**
3291
- * @internal
3292
- */
3293
- const filterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
3294
- }
3295
2893
  /**
3296
2894
  * <p>The comment ID is not in a valid format. Make sure that you have provided the full comment ID.</p>
3297
2895
  */
@@ -3348,12 +2946,6 @@ export interface DeleteFileInput {
3348
2946
  */
3349
2947
  email?: string;
3350
2948
  }
3351
- export declare namespace DeleteFileInput {
3352
- /**
3353
- * @internal
3354
- */
3355
- const filterSensitiveLog: (obj: DeleteFileInput) => any;
3356
- }
3357
2949
  export interface DeleteFileOutput {
3358
2950
  /**
3359
2951
  * <p>The full commit ID of the commit that contains the change that deletes the file.</p>
@@ -3373,12 +2965,6 @@ export interface DeleteFileOutput {
3373
2965
  */
3374
2966
  filePath: string | undefined;
3375
2967
  }
3376
- export declare namespace DeleteFileOutput {
3377
- /**
3378
- * @internal
3379
- */
3380
- const filterSensitiveLog: (obj: DeleteFileOutput) => any;
3381
- }
3382
2968
  export interface DeletePullRequestApprovalRuleInput {
3383
2969
  /**
3384
2970
  * <p>The system-generated ID of the pull request that contains the approval rule you want to delete.</p>
@@ -3389,12 +2975,6 @@ export interface DeletePullRequestApprovalRuleInput {
3389
2975
  */
3390
2976
  approvalRuleName: string | undefined;
3391
2977
  }
3392
- export declare namespace DeletePullRequestApprovalRuleInput {
3393
- /**
3394
- * @internal
3395
- */
3396
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
3397
- }
3398
2978
  export interface DeletePullRequestApprovalRuleOutput {
3399
2979
  /**
3400
2980
  * <p>The ID of the deleted approval rule. </p>
@@ -3405,12 +2985,6 @@ export interface DeletePullRequestApprovalRuleOutput {
3405
2985
  */
3406
2986
  approvalRuleId: string | undefined;
3407
2987
  }
3408
- export declare namespace DeletePullRequestApprovalRuleOutput {
3409
- /**
3410
- * @internal
3411
- */
3412
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
3413
- }
3414
2988
  /**
3415
2989
  * <p>Represents the input of a delete repository operation.</p>
3416
2990
  */
@@ -3420,12 +2994,6 @@ export interface DeleteRepositoryInput {
3420
2994
  */
3421
2995
  repositoryName: string | undefined;
3422
2996
  }
3423
- export declare namespace DeleteRepositoryInput {
3424
- /**
3425
- * @internal
3426
- */
3427
- const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
3428
- }
3429
2997
  /**
3430
2998
  * <p>Represents the output of a delete repository operation.</p>
3431
2999
  */
@@ -3435,12 +3003,6 @@ export interface DeleteRepositoryOutput {
3435
3003
  */
3436
3004
  repositoryId?: string;
3437
3005
  }
3438
- export declare namespace DeleteRepositoryOutput {
3439
- /**
3440
- * @internal
3441
- */
3442
- const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
3443
- }
3444
3006
  export interface DescribeMergeConflictsInput {
3445
3007
  /**
3446
3008
  * <p>The name of the repository where you want to get information about a merge conflict.</p>
@@ -3487,12 +3049,6 @@ export interface DescribeMergeConflictsInput {
3487
3049
  */
3488
3050
  nextToken?: string;
3489
3051
  }
3490
- export declare namespace DescribeMergeConflictsInput {
3491
- /**
3492
- * @internal
3493
- */
3494
- const filterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
3495
- }
3496
3052
  export interface DescribeMergeConflictsOutput {
3497
3053
  /**
3498
3054
  * <p>Contains metadata about the conflicts found in the merge.</p>
@@ -3519,12 +3075,6 @@ export interface DescribeMergeConflictsOutput {
3519
3075
  */
3520
3076
  baseCommitId?: string;
3521
3077
  }
3522
- export declare namespace DescribeMergeConflictsOutput {
3523
- /**
3524
- * @internal
3525
- */
3526
- const filterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
3527
- }
3528
3078
  export declare enum PullRequestEventType {
3529
3079
  PULL_REQUEST_APPROVAL_RULE_CREATED = "PULL_REQUEST_APPROVAL_RULE_CREATED",
3530
3080
  PULL_REQUEST_APPROVAL_RULE_DELETED = "PULL_REQUEST_APPROVAL_RULE_DELETED",
@@ -3562,12 +3112,6 @@ export interface DescribePullRequestEventsInput {
3562
3112
  */
3563
3113
  maxResults?: number;
3564
3114
  }
3565
- export declare namespace DescribePullRequestEventsInput {
3566
- /**
3567
- * @internal
3568
- */
3569
- const filterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
3570
- }
3571
3115
  /**
3572
3116
  * <p>Metadata about the pull request that is used when comparing the pull request source with its destination.</p>
3573
3117
  */
@@ -3589,12 +3133,6 @@ export interface PullRequestCreatedEventMetadata {
3589
3133
  */
3590
3134
  mergeBase?: string;
3591
3135
  }
3592
- export declare namespace PullRequestCreatedEventMetadata {
3593
- /**
3594
- * @internal
3595
- */
3596
- const filterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
3597
- }
3598
3136
  /**
3599
3137
  * <p>Returns information about the change in the merge state for a pull request event. </p>
3600
3138
  */
@@ -3612,12 +3150,6 @@ export interface PullRequestMergedStateChangedEventMetadata {
3612
3150
  */
3613
3151
  mergeMetadata?: MergeMetadata;
3614
3152
  }
3615
- export declare namespace PullRequestMergedStateChangedEventMetadata {
3616
- /**
3617
- * @internal
3618
- */
3619
- const filterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
3620
- }
3621
3153
  /**
3622
3154
  * <p>Information about an update to the source branch of a pull request.</p>
3623
3155
  */
@@ -3639,12 +3171,6 @@ export interface PullRequestSourceReferenceUpdatedEventMetadata {
3639
3171
  */
3640
3172
  mergeBase?: string;
3641
3173
  }
3642
- export declare namespace PullRequestSourceReferenceUpdatedEventMetadata {
3643
- /**
3644
- * @internal
3645
- */
3646
- const filterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
3647
- }
3648
3174
  /**
3649
3175
  * <p>Information about a change to the status of a pull request.</p>
3650
3176
  */
@@ -3654,12 +3180,6 @@ export interface PullRequestStatusChangedEventMetadata {
3654
3180
  */
3655
3181
  pullRequestStatus?: PullRequestStatusEnum | string;
3656
3182
  }
3657
- export declare namespace PullRequestStatusChangedEventMetadata {
3658
- /**
3659
- * @internal
3660
- */
3661
- const filterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
3662
- }
3663
3183
  /**
3664
3184
  * <p>Returns information about a pull request event.</p>
3665
3185
  */
@@ -3713,12 +3233,6 @@ export interface PullRequestEvent {
3713
3233
  */
3714
3234
  approvalRuleOverriddenEventMetadata?: ApprovalRuleOverriddenEventMetadata;
3715
3235
  }
3716
- export declare namespace PullRequestEvent {
3717
- /**
3718
- * @internal
3719
- */
3720
- const filterSensitiveLog: (obj: PullRequestEvent) => any;
3721
- }
3722
3236
  export interface DescribePullRequestEventsOutput {
3723
3237
  /**
3724
3238
  * <p>Information about the pull request events.</p>
@@ -3729,12 +3243,6 @@ export interface DescribePullRequestEventsOutput {
3729
3243
  */
3730
3244
  nextToken?: string;
3731
3245
  }
3732
- export declare namespace DescribePullRequestEventsOutput {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
3737
- }
3738
3246
  /**
3739
3247
  * <p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request,
3740
3248
  * and then try again.</p>
@@ -3779,12 +3287,6 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
3779
3287
  */
3780
3288
  repositoryName: string | undefined;
3781
3289
  }
3782
- export declare namespace DisassociateApprovalRuleTemplateFromRepositoryInput {
3783
- /**
3784
- * @internal
3785
- */
3786
- const filterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
3787
- }
3788
3290
  export interface EvaluatePullRequestApprovalRulesInput {
3789
3291
  /**
3790
3292
  * <p>The system-generated ID of the pull request you want to evaluate.</p>
@@ -3797,12 +3299,6 @@ export interface EvaluatePullRequestApprovalRulesInput {
3797
3299
  */
3798
3300
  revisionId: string | undefined;
3799
3301
  }
3800
- export declare namespace EvaluatePullRequestApprovalRulesInput {
3801
- /**
3802
- * @internal
3803
- */
3804
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
3805
- }
3806
3302
  /**
3807
3303
  * <p>Returns information about the approval rules applied to a pull request and whether conditions have been met.</p>
3808
3304
  */
@@ -3824,12 +3320,6 @@ export interface Evaluation {
3824
3320
  */
3825
3321
  approvalRulesNotSatisfied?: string[];
3826
3322
  }
3827
- export declare namespace Evaluation {
3828
- /**
3829
- * @internal
3830
- */
3831
- const filterSensitiveLog: (obj: Evaluation) => any;
3832
- }
3833
3323
  export interface EvaluatePullRequestApprovalRulesOutput {
3834
3324
  /**
3835
3325
  * <p>The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have
@@ -3837,12 +3327,6 @@ export interface EvaluatePullRequestApprovalRulesOutput {
3837
3327
  */
3838
3328
  evaluation: Evaluation | undefined;
3839
3329
  }
3840
- export declare namespace EvaluatePullRequestApprovalRulesOutput {
3841
- /**
3842
- * @internal
3843
- */
3844
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
3845
- }
3846
3330
  /**
3847
3331
  * <p>The revision ID is not valid. Use GetPullRequest to determine the value.</p>
3848
3332
  */
@@ -3882,24 +3366,12 @@ export interface GetApprovalRuleTemplateInput {
3882
3366
  */
3883
3367
  approvalRuleTemplateName: string | undefined;
3884
3368
  }
3885
- export declare namespace GetApprovalRuleTemplateInput {
3886
- /**
3887
- * @internal
3888
- */
3889
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
3890
- }
3891
3369
  export interface GetApprovalRuleTemplateOutput {
3892
3370
  /**
3893
3371
  * <p>The content and structure of the approval rule template.</p>
3894
3372
  */
3895
3373
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
3896
3374
  }
3897
- export declare namespace GetApprovalRuleTemplateOutput {
3898
- /**
3899
- * @internal
3900
- */
3901
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
3902
- }
3903
3375
  /**
3904
3376
  * <p>The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see
3905
3377
  * <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS CodeCommit User Guide</a>.</p>
@@ -3925,12 +3397,6 @@ export interface GetBlobInput {
3925
3397
  */
3926
3398
  blobId: string | undefined;
3927
3399
  }
3928
- export declare namespace GetBlobInput {
3929
- /**
3930
- * @internal
3931
- */
3932
- const filterSensitiveLog: (obj: GetBlobInput) => any;
3933
- }
3934
3400
  /**
3935
3401
  * <p>Represents the output of a get blob operation.</p>
3936
3402
  */
@@ -3940,12 +3406,6 @@ export interface GetBlobOutput {
3940
3406
  */
3941
3407
  content: Uint8Array | undefined;
3942
3408
  }
3943
- export declare namespace GetBlobOutput {
3944
- /**
3945
- * @internal
3946
- */
3947
- const filterSensitiveLog: (obj: GetBlobOutput) => any;
3948
- }
3949
3409
  /**
3950
3410
  * <p>The specified blob is not valid.</p>
3951
3411
  */
@@ -3970,12 +3430,6 @@ export interface GetBranchInput {
3970
3430
  */
3971
3431
  branchName?: string;
3972
3432
  }
3973
- export declare namespace GetBranchInput {
3974
- /**
3975
- * @internal
3976
- */
3977
- const filterSensitiveLog: (obj: GetBranchInput) => any;
3978
- }
3979
3433
  /**
3980
3434
  * <p>Represents the output of a get branch operation.</p>
3981
3435
  */
@@ -3985,12 +3439,6 @@ export interface GetBranchOutput {
3985
3439
  */
3986
3440
  branch?: BranchInfo;
3987
3441
  }
3988
- export declare namespace GetBranchOutput {
3989
- /**
3990
- * @internal
3991
- */
3992
- const filterSensitiveLog: (obj: GetBranchOutput) => any;
3993
- }
3994
3442
  export interface GetCommentInput {
3995
3443
  /**
3996
3444
  * <p>The unique, system-generated ID of the comment. To get this ID, use <a>GetCommentsForComparedCommit</a>
@@ -3998,24 +3446,12 @@ export interface GetCommentInput {
3998
3446
  */
3999
3447
  commentId: string | undefined;
4000
3448
  }
4001
- export declare namespace GetCommentInput {
4002
- /**
4003
- * @internal
4004
- */
4005
- const filterSensitiveLog: (obj: GetCommentInput) => any;
4006
- }
4007
3449
  export interface GetCommentOutput {
4008
3450
  /**
4009
3451
  * <p>The contents of the comment.</p>
4010
3452
  */
4011
3453
  comment?: Comment;
4012
3454
  }
4013
- export declare namespace GetCommentOutput {
4014
- /**
4015
- * @internal
4016
- */
4017
- const filterSensitiveLog: (obj: GetCommentOutput) => any;
4018
- }
4019
3455
  export interface GetCommentReactionsInput {
4020
3456
  /**
4021
3457
  * <p>The ID of the comment for which you want to get reactions information.</p>
@@ -4034,12 +3470,6 @@ export interface GetCommentReactionsInput {
4034
3470
  */
4035
3471
  maxResults?: number;
4036
3472
  }
4037
- export declare namespace GetCommentReactionsInput {
4038
- /**
4039
- * @internal
4040
- */
4041
- const filterSensitiveLog: (obj: GetCommentReactionsInput) => any;
4042
- }
4043
3473
  /**
4044
3474
  * <p>Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.</p>
4045
3475
  */
@@ -4057,12 +3487,6 @@ export interface ReactionValueFormats {
4057
3487
  */
4058
3488
  unicode?: string;
4059
3489
  }
4060
- export declare namespace ReactionValueFormats {
4061
- /**
4062
- * @internal
4063
- */
4064
- const filterSensitiveLog: (obj: ReactionValueFormats) => any;
4065
- }
4066
3490
  /**
4067
3491
  * <p>Information about the reaction values provided by users on a comment.</p>
4068
3492
  */
@@ -4081,12 +3505,6 @@ export interface ReactionForComment {
4081
3505
  */
4082
3506
  reactionsFromDeletedUsersCount?: number;
4083
3507
  }
4084
- export declare namespace ReactionForComment {
4085
- /**
4086
- * @internal
4087
- */
4088
- const filterSensitiveLog: (obj: ReactionForComment) => any;
4089
- }
4090
3508
  export interface GetCommentReactionsOutput {
4091
3509
  /**
4092
3510
  * <p>An array of reactions to the specified comment.</p>
@@ -4097,12 +3515,6 @@ export interface GetCommentReactionsOutput {
4097
3515
  */
4098
3516
  nextToken?: string;
4099
3517
  }
4100
- export declare namespace GetCommentReactionsOutput {
4101
- /**
4102
- * @internal
4103
- */
4104
- const filterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
4105
- }
4106
3518
  /**
4107
3519
  * <p>The Amazon Resource Name (ARN) of the user or identity is not valid.</p>
4108
3520
  */
@@ -4139,12 +3551,6 @@ export interface GetCommentsForComparedCommitInput {
4139
3551
  */
4140
3552
  maxResults?: number;
4141
3553
  }
4142
- export declare namespace GetCommentsForComparedCommitInput {
4143
- /**
4144
- * @internal
4145
- */
4146
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
4147
- }
4148
3554
  export declare enum RelativeFileVersionEnum {
4149
3555
  AFTER = "AFTER",
4150
3556
  BEFORE = "BEFORE"
@@ -4167,12 +3573,6 @@ export interface Location {
4167
3573
  */
4168
3574
  relativeFileVersion?: RelativeFileVersionEnum | string;
4169
3575
  }
4170
- export declare namespace Location {
4171
- /**
4172
- * @internal
4173
- */
4174
- const filterSensitiveLog: (obj: Location) => any;
4175
- }
4176
3576
  /**
4177
3577
  * <p>Returns information about comments on the comparison between two commits.</p>
4178
3578
  */
@@ -4210,12 +3610,6 @@ export interface CommentsForComparedCommit {
4210
3610
  */
4211
3611
  comments?: Comment[];
4212
3612
  }
4213
- export declare namespace CommentsForComparedCommit {
4214
- /**
4215
- * @internal
4216
- */
4217
- const filterSensitiveLog: (obj: CommentsForComparedCommit) => any;
4218
- }
4219
3613
  export interface GetCommentsForComparedCommitOutput {
4220
3614
  /**
4221
3615
  * <p>A list of comment objects on the compared commit.</p>
@@ -4226,12 +3620,6 @@ export interface GetCommentsForComparedCommitOutput {
4226
3620
  */
4227
3621
  nextToken?: string;
4228
3622
  }
4229
- export declare namespace GetCommentsForComparedCommitOutput {
4230
- /**
4231
- * @internal
4232
- */
4233
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
4234
- }
4235
3623
  export interface GetCommentsForPullRequestInput {
4236
3624
  /**
4237
3625
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -4260,12 +3648,6 @@ export interface GetCommentsForPullRequestInput {
4260
3648
  */
4261
3649
  maxResults?: number;
4262
3650
  }
4263
- export declare namespace GetCommentsForPullRequestInput {
4264
- /**
4265
- * @internal
4266
- */
4267
- const filterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
4268
- }
4269
3651
  /**
4270
3652
  * <p>Returns information about comments on a pull request.</p>
4271
3653
  */
@@ -4308,12 +3690,6 @@ export interface CommentsForPullRequest {
4308
3690
  */
4309
3691
  comments?: Comment[];
4310
3692
  }
4311
- export declare namespace CommentsForPullRequest {
4312
- /**
4313
- * @internal
4314
- */
4315
- const filterSensitiveLog: (obj: CommentsForPullRequest) => any;
4316
- }
4317
3693
  export interface GetCommentsForPullRequestOutput {
4318
3694
  /**
4319
3695
  * <p>An array of comment objects on the pull request.</p>
@@ -4324,12 +3700,6 @@ export interface GetCommentsForPullRequestOutput {
4324
3700
  */
4325
3701
  nextToken?: string;
4326
3702
  }
4327
- export declare namespace GetCommentsForPullRequestOutput {
4328
- /**
4329
- * @internal
4330
- */
4331
- const filterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
4332
- }
4333
3703
  /**
4334
3704
  * <p>The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.</p>
4335
3705
  */
@@ -4365,12 +3735,6 @@ export interface GetCommitInput {
4365
3735
  */
4366
3736
  commitId: string | undefined;
4367
3737
  }
4368
- export declare namespace GetCommitInput {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: GetCommitInput) => any;
4373
- }
4374
3738
  /**
4375
3739
  * <p>Represents the output of a get commit operation.</p>
4376
3740
  */
@@ -4380,12 +3744,6 @@ export interface GetCommitOutput {
4380
3744
  */
4381
3745
  commit: Commit | undefined;
4382
3746
  }
4383
- export declare namespace GetCommitOutput {
4384
- /**
4385
- * @internal
4386
- */
4387
- const filterSensitiveLog: (obj: GetCommitOutput) => any;
4388
- }
4389
3747
  export interface GetDifferencesInput {
4390
3748
  /**
4391
3749
  * <p>The name of the repository where you want to get differences.</p>
@@ -4426,12 +3784,6 @@ export interface GetDifferencesInput {
4426
3784
  */
4427
3785
  NextToken?: string;
4428
3786
  }
4429
- export declare namespace GetDifferencesInput {
4430
- /**
4431
- * @internal
4432
- */
4433
- const filterSensitiveLog: (obj: GetDifferencesInput) => any;
4434
- }
4435
3787
  /**
4436
3788
  * <p>Returns information about a set of differences for a commit specifier.</p>
4437
3789
  */
@@ -4451,12 +3803,6 @@ export interface Difference {
4451
3803
  */
4452
3804
  changeType?: ChangeTypeEnum | string;
4453
3805
  }
4454
- export declare namespace Difference {
4455
- /**
4456
- * @internal
4457
- */
4458
- const filterSensitiveLog: (obj: Difference) => any;
4459
- }
4460
3806
  export interface GetDifferencesOutput {
4461
3807
  /**
4462
3808
  * <p>A data type object that contains information about the differences, including whether
@@ -4468,12 +3814,6 @@ export interface GetDifferencesOutput {
4468
3814
  */
4469
3815
  NextToken?: string;
4470
3816
  }
4471
- export declare namespace GetDifferencesOutput {
4472
- /**
4473
- * @internal
4474
- */
4475
- const filterSensitiveLog: (obj: GetDifferencesOutput) => any;
4476
- }
4477
3817
  /**
4478
3818
  * <p>The specified path does not exist.</p>
4479
3819
  */
@@ -4503,12 +3843,6 @@ export interface GetFileInput {
4503
3843
  */
4504
3844
  filePath: string | undefined;
4505
3845
  }
4506
- export declare namespace GetFileInput {
4507
- /**
4508
- * @internal
4509
- */
4510
- const filterSensitiveLog: (obj: GetFileInput) => any;
4511
- }
4512
3846
  export interface GetFileOutput {
4513
3847
  /**
4514
3848
  * <p>The full commit ID of the commit that contains the content returned by GetFile.</p>
@@ -4541,12 +3875,6 @@ export interface GetFileOutput {
4541
3875
  */
4542
3876
  fileContent: Uint8Array | undefined;
4543
3877
  }
4544
- export declare namespace GetFileOutput {
4545
- /**
4546
- * @internal
4547
- */
4548
- const filterSensitiveLog: (obj: GetFileOutput) => any;
4549
- }
4550
3878
  /**
4551
3879
  * <p>The specified folder does not exist. Either the folder name is not correct, or you did
4552
3880
  * not enter the full path to the folder.</p>
@@ -4578,12 +3906,6 @@ export interface GetFolderInput {
4578
3906
  */
4579
3907
  folderPath: string | undefined;
4580
3908
  }
4581
- export declare namespace GetFolderInput {
4582
- /**
4583
- * @internal
4584
- */
4585
- const filterSensitiveLog: (obj: GetFolderInput) => any;
4586
- }
4587
3909
  /**
4588
3910
  * <p>Returns information about a file in a repository.</p>
4589
3911
  */
@@ -4605,12 +3927,6 @@ export interface File {
4605
3927
  */
4606
3928
  fileMode?: FileModeTypeEnum | string;
4607
3929
  }
4608
- export declare namespace File {
4609
- /**
4610
- * @internal
4611
- */
4612
- const filterSensitiveLog: (obj: File) => any;
4613
- }
4614
3930
  /**
4615
3931
  * <p>Returns information about a folder in a repository.</p>
4616
3932
  */
@@ -4628,12 +3944,6 @@ export interface Folder {
4628
3944
  */
4629
3945
  relativePath?: string;
4630
3946
  }
4631
- export declare namespace Folder {
4632
- /**
4633
- * @internal
4634
- */
4635
- const filterSensitiveLog: (obj: Folder) => any;
4636
- }
4637
3947
  /**
4638
3948
  * <p>Returns information about a submodule reference in a repository folder.</p>
4639
3949
  */
@@ -4651,12 +3961,6 @@ export interface SubModule {
4651
3961
  */
4652
3962
  relativePath?: string;
4653
3963
  }
4654
- export declare namespace SubModule {
4655
- /**
4656
- * @internal
4657
- */
4658
- const filterSensitiveLog: (obj: SubModule) => any;
4659
- }
4660
3964
  /**
4661
3965
  * <p>Returns information about a symbolic link in a repository folder.</p>
4662
3966
  */
@@ -4678,12 +3982,6 @@ export interface SymbolicLink {
4678
3982
  */
4679
3983
  fileMode?: FileModeTypeEnum | string;
4680
3984
  }
4681
- export declare namespace SymbolicLink {
4682
- /**
4683
- * @internal
4684
- */
4685
- const filterSensitiveLog: (obj: SymbolicLink) => any;
4686
- }
4687
3985
  export interface GetFolderOutput {
4688
3986
  /**
4689
3987
  * <p>The full commit ID used as a reference for the returned version of the folder
@@ -4716,12 +4014,6 @@ export interface GetFolderOutput {
4716
4014
  */
4717
4015
  subModules?: SubModule[];
4718
4016
  }
4719
- export declare namespace GetFolderOutput {
4720
- /**
4721
- * @internal
4722
- */
4723
- const filterSensitiveLog: (obj: GetFolderOutput) => any;
4724
- }
4725
4017
  export interface GetMergeCommitInput {
4726
4018
  /**
4727
4019
  * <p>The name of the repository that contains the merge commit about which you want to get information.</p>
@@ -4751,12 +4043,6 @@ export interface GetMergeCommitInput {
4751
4043
  */
4752
4044
  conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
4753
4045
  }
4754
- export declare namespace GetMergeCommitInput {
4755
- /**
4756
- * @internal
4757
- */
4758
- const filterSensitiveLog: (obj: GetMergeCommitInput) => any;
4759
- }
4760
4046
  export interface GetMergeCommitOutput {
4761
4047
  /**
4762
4048
  * <p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>
@@ -4777,12 +4063,6 @@ export interface GetMergeCommitOutput {
4777
4063
  */
4778
4064
  mergedCommitId?: string;
4779
4065
  }
4780
- export declare namespace GetMergeCommitOutput {
4781
- /**
4782
- * @internal
4783
- */
4784
- const filterSensitiveLog: (obj: GetMergeCommitOutput) => any;
4785
- }
4786
4066
  export interface GetMergeConflictsInput {
4787
4067
  /**
4788
4068
  * <p>The name of the repository where the pull request was created.</p>
@@ -4825,12 +4105,6 @@ export interface GetMergeConflictsInput {
4825
4105
  */
4826
4106
  nextToken?: string;
4827
4107
  }
4828
- export declare namespace GetMergeConflictsInput {
4829
- /**
4830
- * @internal
4831
- */
4832
- const filterSensitiveLog: (obj: GetMergeConflictsInput) => any;
4833
- }
4834
4108
  export interface GetMergeConflictsOutput {
4835
4109
  /**
4836
4110
  * <p>A Boolean value that indicates whether the code is mergeable by the specified merge option.</p>
@@ -4858,12 +4132,6 @@ export interface GetMergeConflictsOutput {
4858
4132
  */
4859
4133
  nextToken?: string;
4860
4134
  }
4861
- export declare namespace GetMergeConflictsOutput {
4862
- /**
4863
- * @internal
4864
- */
4865
- const filterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
4866
- }
4867
4135
  /**
4868
4136
  * <p>The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID. </p>
4869
4137
  */
@@ -4915,12 +4183,6 @@ export interface GetMergeOptionsInput {
4915
4183
  */
4916
4184
  conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
4917
4185
  }
4918
- export declare namespace GetMergeOptionsInput {
4919
- /**
4920
- * @internal
4921
- */
4922
- const filterSensitiveLog: (obj: GetMergeOptionsInput) => any;
4923
- }
4924
4186
  export interface GetMergeOptionsOutput {
4925
4187
  /**
4926
4188
  * <p>The merge option or strategy used to merge the code.</p>
@@ -4939,36 +4201,18 @@ export interface GetMergeOptionsOutput {
4939
4201
  */
4940
4202
  baseCommitId: string | undefined;
4941
4203
  }
4942
- export declare namespace GetMergeOptionsOutput {
4943
- /**
4944
- * @internal
4945
- */
4946
- const filterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
4947
- }
4948
4204
  export interface GetPullRequestInput {
4949
4205
  /**
4950
4206
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
4951
4207
  */
4952
4208
  pullRequestId: string | undefined;
4953
4209
  }
4954
- export declare namespace GetPullRequestInput {
4955
- /**
4956
- * @internal
4957
- */
4958
- const filterSensitiveLog: (obj: GetPullRequestInput) => any;
4959
- }
4960
4210
  export interface GetPullRequestOutput {
4961
4211
  /**
4962
4212
  * <p>Information about the specified pull request.</p>
4963
4213
  */
4964
4214
  pullRequest: PullRequest | undefined;
4965
4215
  }
4966
- export declare namespace GetPullRequestOutput {
4967
- /**
4968
- * @internal
4969
- */
4970
- const filterSensitiveLog: (obj: GetPullRequestOutput) => any;
4971
- }
4972
4216
  export interface GetPullRequestApprovalStatesInput {
4973
4217
  /**
4974
4218
  * <p>The system-generated ID for the pull request.</p>
@@ -4979,24 +4223,12 @@ export interface GetPullRequestApprovalStatesInput {
4979
4223
  */
4980
4224
  revisionId: string | undefined;
4981
4225
  }
4982
- export declare namespace GetPullRequestApprovalStatesInput {
4983
- /**
4984
- * @internal
4985
- */
4986
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
4987
- }
4988
4226
  export interface GetPullRequestApprovalStatesOutput {
4989
4227
  /**
4990
4228
  * <p>Information about users who have approved the pull request.</p>
4991
4229
  */
4992
4230
  approvals?: Approval[];
4993
4231
  }
4994
- export declare namespace GetPullRequestApprovalStatesOutput {
4995
- /**
4996
- * @internal
4997
- */
4998
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
4999
- }
5000
4232
  export interface GetPullRequestOverrideStateInput {
5001
4233
  /**
5002
4234
  * <p>The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).</p>
@@ -5009,12 +4241,6 @@ export interface GetPullRequestOverrideStateInput {
5009
4241
  */
5010
4242
  revisionId: string | undefined;
5011
4243
  }
5012
- export declare namespace GetPullRequestOverrideStateInput {
5013
- /**
5014
- * @internal
5015
- */
5016
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
5017
- }
5018
4244
  export interface GetPullRequestOverrideStateOutput {
5019
4245
  /**
5020
4246
  * <p>A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).</p>
@@ -5025,12 +4251,6 @@ export interface GetPullRequestOverrideStateOutput {
5025
4251
  */
5026
4252
  overrider?: string;
5027
4253
  }
5028
- export declare namespace GetPullRequestOverrideStateOutput {
5029
- /**
5030
- * @internal
5031
- */
5032
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
5033
- }
5034
4254
  /**
5035
4255
  * <p>Represents the input of a get repository operation.</p>
5036
4256
  */
@@ -5040,12 +4260,6 @@ export interface GetRepositoryInput {
5040
4260
  */
5041
4261
  repositoryName: string | undefined;
5042
4262
  }
5043
- export declare namespace GetRepositoryInput {
5044
- /**
5045
- * @internal
5046
- */
5047
- const filterSensitiveLog: (obj: GetRepositoryInput) => any;
5048
- }
5049
4263
  /**
5050
4264
  * <p>Represents the output of a get repository operation.</p>
5051
4265
  */
@@ -5055,12 +4269,6 @@ export interface GetRepositoryOutput {
5055
4269
  */
5056
4270
  repositoryMetadata?: RepositoryMetadata;
5057
4271
  }
5058
- export declare namespace GetRepositoryOutput {
5059
- /**
5060
- * @internal
5061
- */
5062
- const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
5063
- }
5064
4272
  /**
5065
4273
  * <p>Represents the input of a get repository triggers operation.</p>
5066
4274
  */
@@ -5070,12 +4278,6 @@ export interface GetRepositoryTriggersInput {
5070
4278
  */
5071
4279
  repositoryName: string | undefined;
5072
4280
  }
5073
- export declare namespace GetRepositoryTriggersInput {
5074
- /**
5075
- * @internal
5076
- */
5077
- const filterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
5078
- }
5079
4281
  export declare enum RepositoryTriggerEventEnum {
5080
4282
  ALL = "all",
5081
4283
  CREATE_REFERENCE = "createReference",
@@ -5119,12 +4321,6 @@ export interface RepositoryTrigger {
5119
4321
  */
5120
4322
  events: (RepositoryTriggerEventEnum | string)[] | undefined;
5121
4323
  }
5122
- export declare namespace RepositoryTrigger {
5123
- /**
5124
- * @internal
5125
- */
5126
- const filterSensitiveLog: (obj: RepositoryTrigger) => any;
5127
- }
5128
4324
  /**
5129
4325
  * <p>Represents the output of a get repository triggers operation.</p>
5130
4326
  */
@@ -5138,12 +4334,6 @@ export interface GetRepositoryTriggersOutput {
5138
4334
  */
5139
4335
  triggers?: RepositoryTrigger[];
5140
4336
  }
5141
- export declare namespace GetRepositoryTriggersOutput {
5142
- /**
5143
- * @internal
5144
- */
5145
- const filterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
5146
- }
5147
4337
  export interface ListApprovalRuleTemplatesInput {
5148
4338
  /**
5149
4339
  * <p>An enumeration token that, when provided in a request, returns the next batch of the
@@ -5155,12 +4345,6 @@ export interface ListApprovalRuleTemplatesInput {
5155
4345
  */
5156
4346
  maxResults?: number;
5157
4347
  }
5158
- export declare namespace ListApprovalRuleTemplatesInput {
5159
- /**
5160
- * @internal
5161
- */
5162
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
5163
- }
5164
4348
  export interface ListApprovalRuleTemplatesOutput {
5165
4349
  /**
5166
4350
  * <p>The names of all the approval rule templates found in the AWS Region for your AWS account.</p>
@@ -5171,12 +4355,6 @@ export interface ListApprovalRuleTemplatesOutput {
5171
4355
  */
5172
4356
  nextToken?: string;
5173
4357
  }
5174
- export declare namespace ListApprovalRuleTemplatesOutput {
5175
- /**
5176
- * @internal
5177
- */
5178
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
5179
- }
5180
4358
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
5181
4359
  /**
5182
4360
  * <p>The name of the repository for which you want to list all associated approval rule templates.</p>
@@ -5192,12 +4370,6 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
5192
4370
  */
5193
4371
  maxResults?: number;
5194
4372
  }
5195
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryInput {
5196
- /**
5197
- * @internal
5198
- */
5199
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
5200
- }
5201
4373
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
5202
4374
  /**
5203
4375
  * <p>The names of all approval rule templates associated with the repository.</p>
@@ -5208,12 +4380,6 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
5208
4380
  */
5209
4381
  nextToken?: string;
5210
4382
  }
5211
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
5212
- /**
5213
- * @internal
5214
- */
5215
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
5216
- }
5217
4383
  /**
5218
4384
  * <p>Represents the input of a list branches operation.</p>
5219
4385
  */
@@ -5227,12 +4393,6 @@ export interface ListBranchesInput {
5227
4393
  */
5228
4394
  nextToken?: string;
5229
4395
  }
5230
- export declare namespace ListBranchesInput {
5231
- /**
5232
- * @internal
5233
- */
5234
- const filterSensitiveLog: (obj: ListBranchesInput) => any;
5235
- }
5236
4396
  /**
5237
4397
  * <p>Represents the output of a list branches operation.</p>
5238
4398
  */
@@ -5246,12 +4406,6 @@ export interface ListBranchesOutput {
5246
4406
  */
5247
4407
  nextToken?: string;
5248
4408
  }
5249
- export declare namespace ListBranchesOutput {
5250
- /**
5251
- * @internal
5252
- */
5253
- const filterSensitiveLog: (obj: ListBranchesOutput) => any;
5254
- }
5255
4409
  /**
5256
4410
  * <p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.</p>
5257
4411
  */
@@ -5298,12 +4452,6 @@ export interface ListPullRequestsInput {
5298
4452
  */
5299
4453
  maxResults?: number;
5300
4454
  }
5301
- export declare namespace ListPullRequestsInput {
5302
- /**
5303
- * @internal
5304
- */
5305
- const filterSensitiveLog: (obj: ListPullRequestsInput) => any;
5306
- }
5307
4455
  export interface ListPullRequestsOutput {
5308
4456
  /**
5309
4457
  * <p>The system-generated IDs of the pull requests.</p>
@@ -5314,12 +4462,6 @@ export interface ListPullRequestsOutput {
5314
4462
  */
5315
4463
  nextToken?: string;
5316
4464
  }
5317
- export declare namespace ListPullRequestsOutput {
5318
- /**
5319
- * @internal
5320
- */
5321
- const filterSensitiveLog: (obj: ListPullRequestsOutput) => any;
5322
- }
5323
4465
  /**
5324
4466
  * <p>The specified sort order is not valid.</p>
5325
4467
  */
@@ -5342,3 +4484,575 @@ export declare class InvalidSortByException extends __BaseException {
5342
4484
  */
5343
4485
  constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
5344
4486
  }
4487
+ /**
4488
+ * @internal
4489
+ */
4490
+ export declare const ApprovalFilterSensitiveLog: (obj: Approval) => any;
4491
+ /**
4492
+ * @internal
4493
+ */
4494
+ export declare const OriginApprovalRuleTemplateFilterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
4495
+ /**
4496
+ * @internal
4497
+ */
4498
+ export declare const ApprovalRuleFilterSensitiveLog: (obj: ApprovalRule) => any;
4499
+ /**
4500
+ * @internal
4501
+ */
4502
+ export declare const ApprovalRuleEventMetadataFilterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
4503
+ /**
4504
+ * @internal
4505
+ */
4506
+ export declare const ApprovalRuleOverriddenEventMetadataFilterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
4507
+ /**
4508
+ * @internal
4509
+ */
4510
+ export declare const ApprovalRuleTemplateFilterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
4511
+ /**
4512
+ * @internal
4513
+ */
4514
+ export declare const ApprovalStateChangedEventMetadataFilterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
4515
+ /**
4516
+ * @internal
4517
+ */
4518
+ export declare const AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
4519
+ /**
4520
+ * @internal
4521
+ */
4522
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
4523
+ /**
4524
+ * @internal
4525
+ */
4526
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
4527
+ /**
4528
+ * @internal
4529
+ */
4530
+ export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
4531
+ /**
4532
+ * @internal
4533
+ */
4534
+ export declare const BatchDescribeMergeConflictsInputFilterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
4535
+ /**
4536
+ * @internal
4537
+ */
4538
+ export declare const FileModesFilterSensitiveLog: (obj: FileModes) => any;
4539
+ /**
4540
+ * @internal
4541
+ */
4542
+ export declare const FileSizesFilterSensitiveLog: (obj: FileSizes) => any;
4543
+ /**
4544
+ * @internal
4545
+ */
4546
+ export declare const IsBinaryFileFilterSensitiveLog: (obj: IsBinaryFile) => any;
4547
+ /**
4548
+ * @internal
4549
+ */
4550
+ export declare const MergeOperationsFilterSensitiveLog: (obj: MergeOperations) => any;
4551
+ /**
4552
+ * @internal
4553
+ */
4554
+ export declare const ObjectTypesFilterSensitiveLog: (obj: ObjectTypes) => any;
4555
+ /**
4556
+ * @internal
4557
+ */
4558
+ export declare const ConflictMetadataFilterSensitiveLog: (obj: ConflictMetadata) => any;
4559
+ /**
4560
+ * @internal
4561
+ */
4562
+ export declare const MergeHunkDetailFilterSensitiveLog: (obj: MergeHunkDetail) => any;
4563
+ /**
4564
+ * @internal
4565
+ */
4566
+ export declare const MergeHunkFilterSensitiveLog: (obj: MergeHunk) => any;
4567
+ /**
4568
+ * @internal
4569
+ */
4570
+ export declare const ConflictFilterSensitiveLog: (obj: Conflict) => any;
4571
+ /**
4572
+ * @internal
4573
+ */
4574
+ export declare const BatchDescribeMergeConflictsErrorFilterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
4575
+ /**
4576
+ * @internal
4577
+ */
4578
+ export declare const BatchDescribeMergeConflictsOutputFilterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
4579
+ /**
4580
+ * @internal
4581
+ */
4582
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
4583
+ /**
4584
+ * @internal
4585
+ */
4586
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
4587
+ /**
4588
+ * @internal
4589
+ */
4590
+ export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
4591
+ /**
4592
+ * @internal
4593
+ */
4594
+ export declare const BatchGetCommitsInputFilterSensitiveLog: (obj: BatchGetCommitsInput) => any;
4595
+ /**
4596
+ * @internal
4597
+ */
4598
+ export declare const UserInfoFilterSensitiveLog: (obj: UserInfo) => any;
4599
+ /**
4600
+ * @internal
4601
+ */
4602
+ export declare const CommitFilterSensitiveLog: (obj: Commit) => any;
4603
+ /**
4604
+ * @internal
4605
+ */
4606
+ export declare const BatchGetCommitsErrorFilterSensitiveLog: (obj: BatchGetCommitsError) => any;
4607
+ /**
4608
+ * @internal
4609
+ */
4610
+ export declare const BatchGetCommitsOutputFilterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
4611
+ /**
4612
+ * @internal
4613
+ */
4614
+ export declare const BatchGetRepositoriesInputFilterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
4615
+ /**
4616
+ * @internal
4617
+ */
4618
+ export declare const RepositoryMetadataFilterSensitiveLog: (obj: RepositoryMetadata) => any;
4619
+ /**
4620
+ * @internal
4621
+ */
4622
+ export declare const BatchGetRepositoriesOutputFilterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
4623
+ /**
4624
+ * @internal
4625
+ */
4626
+ export declare const BlobMetadataFilterSensitiveLog: (obj: BlobMetadata) => any;
4627
+ /**
4628
+ * @internal
4629
+ */
4630
+ export declare const BranchInfoFilterSensitiveLog: (obj: BranchInfo) => any;
4631
+ /**
4632
+ * @internal
4633
+ */
4634
+ export declare const CreateApprovalRuleTemplateInputFilterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
4635
+ /**
4636
+ * @internal
4637
+ */
4638
+ export declare const CreateApprovalRuleTemplateOutputFilterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
4639
+ /**
4640
+ * @internal
4641
+ */
4642
+ export declare const CreateBranchInputFilterSensitiveLog: (obj: CreateBranchInput) => any;
4643
+ /**
4644
+ * @internal
4645
+ */
4646
+ export declare const DeleteFileEntryFilterSensitiveLog: (obj: DeleteFileEntry) => any;
4647
+ /**
4648
+ * @internal
4649
+ */
4650
+ export declare const SourceFileSpecifierFilterSensitiveLog: (obj: SourceFileSpecifier) => any;
4651
+ /**
4652
+ * @internal
4653
+ */
4654
+ export declare const PutFileEntryFilterSensitiveLog: (obj: PutFileEntry) => any;
4655
+ /**
4656
+ * @internal
4657
+ */
4658
+ export declare const SetFileModeEntryFilterSensitiveLog: (obj: SetFileModeEntry) => any;
4659
+ /**
4660
+ * @internal
4661
+ */
4662
+ export declare const CreateCommitInputFilterSensitiveLog: (obj: CreateCommitInput) => any;
4663
+ /**
4664
+ * @internal
4665
+ */
4666
+ export declare const FileMetadataFilterSensitiveLog: (obj: FileMetadata) => any;
4667
+ /**
4668
+ * @internal
4669
+ */
4670
+ export declare const CreateCommitOutputFilterSensitiveLog: (obj: CreateCommitOutput) => any;
4671
+ /**
4672
+ * @internal
4673
+ */
4674
+ export declare const TargetFilterSensitiveLog: (obj: Target) => any;
4675
+ /**
4676
+ * @internal
4677
+ */
4678
+ export declare const CreatePullRequestInputFilterSensitiveLog: (obj: CreatePullRequestInput) => any;
4679
+ /**
4680
+ * @internal
4681
+ */
4682
+ export declare const MergeMetadataFilterSensitiveLog: (obj: MergeMetadata) => any;
4683
+ /**
4684
+ * @internal
4685
+ */
4686
+ export declare const PullRequestTargetFilterSensitiveLog: (obj: PullRequestTarget) => any;
4687
+ /**
4688
+ * @internal
4689
+ */
4690
+ export declare const PullRequestFilterSensitiveLog: (obj: PullRequest) => any;
4691
+ /**
4692
+ * @internal
4693
+ */
4694
+ export declare const CreatePullRequestOutputFilterSensitiveLog: (obj: CreatePullRequestOutput) => any;
4695
+ /**
4696
+ * @internal
4697
+ */
4698
+ export declare const CreatePullRequestApprovalRuleInputFilterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
4699
+ /**
4700
+ * @internal
4701
+ */
4702
+ export declare const CreatePullRequestApprovalRuleOutputFilterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
4703
+ /**
4704
+ * @internal
4705
+ */
4706
+ export declare const CreateRepositoryInputFilterSensitiveLog: (obj: CreateRepositoryInput) => any;
4707
+ /**
4708
+ * @internal
4709
+ */
4710
+ export declare const CreateRepositoryOutputFilterSensitiveLog: (obj: CreateRepositoryOutput) => any;
4711
+ /**
4712
+ * @internal
4713
+ */
4714
+ export declare const ReplaceContentEntryFilterSensitiveLog: (obj: ReplaceContentEntry) => any;
4715
+ /**
4716
+ * @internal
4717
+ */
4718
+ export declare const ConflictResolutionFilterSensitiveLog: (obj: ConflictResolution) => any;
4719
+ /**
4720
+ * @internal
4721
+ */
4722
+ export declare const CreateUnreferencedMergeCommitInputFilterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
4723
+ /**
4724
+ * @internal
4725
+ */
4726
+ export declare const CreateUnreferencedMergeCommitOutputFilterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
4727
+ /**
4728
+ * @internal
4729
+ */
4730
+ export declare const DeleteApprovalRuleTemplateInputFilterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
4731
+ /**
4732
+ * @internal
4733
+ */
4734
+ export declare const DeleteApprovalRuleTemplateOutputFilterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
4735
+ /**
4736
+ * @internal
4737
+ */
4738
+ export declare const DeleteBranchInputFilterSensitiveLog: (obj: DeleteBranchInput) => any;
4739
+ /**
4740
+ * @internal
4741
+ */
4742
+ export declare const DeleteBranchOutputFilterSensitiveLog: (obj: DeleteBranchOutput) => any;
4743
+ /**
4744
+ * @internal
4745
+ */
4746
+ export declare const DeleteCommentContentInputFilterSensitiveLog: (obj: DeleteCommentContentInput) => any;
4747
+ /**
4748
+ * @internal
4749
+ */
4750
+ export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
4751
+ /**
4752
+ * @internal
4753
+ */
4754
+ export declare const DeleteCommentContentOutputFilterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
4755
+ /**
4756
+ * @internal
4757
+ */
4758
+ export declare const DeleteFileInputFilterSensitiveLog: (obj: DeleteFileInput) => any;
4759
+ /**
4760
+ * @internal
4761
+ */
4762
+ export declare const DeleteFileOutputFilterSensitiveLog: (obj: DeleteFileOutput) => any;
4763
+ /**
4764
+ * @internal
4765
+ */
4766
+ export declare const DeletePullRequestApprovalRuleInputFilterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
4767
+ /**
4768
+ * @internal
4769
+ */
4770
+ export declare const DeletePullRequestApprovalRuleOutputFilterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
4771
+ /**
4772
+ * @internal
4773
+ */
4774
+ export declare const DeleteRepositoryInputFilterSensitiveLog: (obj: DeleteRepositoryInput) => any;
4775
+ /**
4776
+ * @internal
4777
+ */
4778
+ export declare const DeleteRepositoryOutputFilterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
4779
+ /**
4780
+ * @internal
4781
+ */
4782
+ export declare const DescribeMergeConflictsInputFilterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
4783
+ /**
4784
+ * @internal
4785
+ */
4786
+ export declare const DescribeMergeConflictsOutputFilterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
4787
+ /**
4788
+ * @internal
4789
+ */
4790
+ export declare const DescribePullRequestEventsInputFilterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
4791
+ /**
4792
+ * @internal
4793
+ */
4794
+ export declare const PullRequestCreatedEventMetadataFilterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
4795
+ /**
4796
+ * @internal
4797
+ */
4798
+ export declare const PullRequestMergedStateChangedEventMetadataFilterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
4799
+ /**
4800
+ * @internal
4801
+ */
4802
+ export declare const PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
4803
+ /**
4804
+ * @internal
4805
+ */
4806
+ export declare const PullRequestStatusChangedEventMetadataFilterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
4807
+ /**
4808
+ * @internal
4809
+ */
4810
+ export declare const PullRequestEventFilterSensitiveLog: (obj: PullRequestEvent) => any;
4811
+ /**
4812
+ * @internal
4813
+ */
4814
+ export declare const DescribePullRequestEventsOutputFilterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
4815
+ /**
4816
+ * @internal
4817
+ */
4818
+ export declare const DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
4819
+ /**
4820
+ * @internal
4821
+ */
4822
+ export declare const EvaluatePullRequestApprovalRulesInputFilterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
4823
+ /**
4824
+ * @internal
4825
+ */
4826
+ export declare const EvaluationFilterSensitiveLog: (obj: Evaluation) => any;
4827
+ /**
4828
+ * @internal
4829
+ */
4830
+ export declare const EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
4831
+ /**
4832
+ * @internal
4833
+ */
4834
+ export declare const GetApprovalRuleTemplateInputFilterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
4835
+ /**
4836
+ * @internal
4837
+ */
4838
+ export declare const GetApprovalRuleTemplateOutputFilterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
4839
+ /**
4840
+ * @internal
4841
+ */
4842
+ export declare const GetBlobInputFilterSensitiveLog: (obj: GetBlobInput) => any;
4843
+ /**
4844
+ * @internal
4845
+ */
4846
+ export declare const GetBlobOutputFilterSensitiveLog: (obj: GetBlobOutput) => any;
4847
+ /**
4848
+ * @internal
4849
+ */
4850
+ export declare const GetBranchInputFilterSensitiveLog: (obj: GetBranchInput) => any;
4851
+ /**
4852
+ * @internal
4853
+ */
4854
+ export declare const GetBranchOutputFilterSensitiveLog: (obj: GetBranchOutput) => any;
4855
+ /**
4856
+ * @internal
4857
+ */
4858
+ export declare const GetCommentInputFilterSensitiveLog: (obj: GetCommentInput) => any;
4859
+ /**
4860
+ * @internal
4861
+ */
4862
+ export declare const GetCommentOutputFilterSensitiveLog: (obj: GetCommentOutput) => any;
4863
+ /**
4864
+ * @internal
4865
+ */
4866
+ export declare const GetCommentReactionsInputFilterSensitiveLog: (obj: GetCommentReactionsInput) => any;
4867
+ /**
4868
+ * @internal
4869
+ */
4870
+ export declare const ReactionValueFormatsFilterSensitiveLog: (obj: ReactionValueFormats) => any;
4871
+ /**
4872
+ * @internal
4873
+ */
4874
+ export declare const ReactionForCommentFilterSensitiveLog: (obj: ReactionForComment) => any;
4875
+ /**
4876
+ * @internal
4877
+ */
4878
+ export declare const GetCommentReactionsOutputFilterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
4879
+ /**
4880
+ * @internal
4881
+ */
4882
+ export declare const GetCommentsForComparedCommitInputFilterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
4883
+ /**
4884
+ * @internal
4885
+ */
4886
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
4887
+ /**
4888
+ * @internal
4889
+ */
4890
+ export declare const CommentsForComparedCommitFilterSensitiveLog: (obj: CommentsForComparedCommit) => any;
4891
+ /**
4892
+ * @internal
4893
+ */
4894
+ export declare const GetCommentsForComparedCommitOutputFilterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
4895
+ /**
4896
+ * @internal
4897
+ */
4898
+ export declare const GetCommentsForPullRequestInputFilterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
4899
+ /**
4900
+ * @internal
4901
+ */
4902
+ export declare const CommentsForPullRequestFilterSensitiveLog: (obj: CommentsForPullRequest) => any;
4903
+ /**
4904
+ * @internal
4905
+ */
4906
+ export declare const GetCommentsForPullRequestOutputFilterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
4907
+ /**
4908
+ * @internal
4909
+ */
4910
+ export declare const GetCommitInputFilterSensitiveLog: (obj: GetCommitInput) => any;
4911
+ /**
4912
+ * @internal
4913
+ */
4914
+ export declare const GetCommitOutputFilterSensitiveLog: (obj: GetCommitOutput) => any;
4915
+ /**
4916
+ * @internal
4917
+ */
4918
+ export declare const GetDifferencesInputFilterSensitiveLog: (obj: GetDifferencesInput) => any;
4919
+ /**
4920
+ * @internal
4921
+ */
4922
+ export declare const DifferenceFilterSensitiveLog: (obj: Difference) => any;
4923
+ /**
4924
+ * @internal
4925
+ */
4926
+ export declare const GetDifferencesOutputFilterSensitiveLog: (obj: GetDifferencesOutput) => any;
4927
+ /**
4928
+ * @internal
4929
+ */
4930
+ export declare const GetFileInputFilterSensitiveLog: (obj: GetFileInput) => any;
4931
+ /**
4932
+ * @internal
4933
+ */
4934
+ export declare const GetFileOutputFilterSensitiveLog: (obj: GetFileOutput) => any;
4935
+ /**
4936
+ * @internal
4937
+ */
4938
+ export declare const GetFolderInputFilterSensitiveLog: (obj: GetFolderInput) => any;
4939
+ /**
4940
+ * @internal
4941
+ */
4942
+ export declare const FileFilterSensitiveLog: (obj: File) => any;
4943
+ /**
4944
+ * @internal
4945
+ */
4946
+ export declare const FolderFilterSensitiveLog: (obj: Folder) => any;
4947
+ /**
4948
+ * @internal
4949
+ */
4950
+ export declare const SubModuleFilterSensitiveLog: (obj: SubModule) => any;
4951
+ /**
4952
+ * @internal
4953
+ */
4954
+ export declare const SymbolicLinkFilterSensitiveLog: (obj: SymbolicLink) => any;
4955
+ /**
4956
+ * @internal
4957
+ */
4958
+ export declare const GetFolderOutputFilterSensitiveLog: (obj: GetFolderOutput) => any;
4959
+ /**
4960
+ * @internal
4961
+ */
4962
+ export declare const GetMergeCommitInputFilterSensitiveLog: (obj: GetMergeCommitInput) => any;
4963
+ /**
4964
+ * @internal
4965
+ */
4966
+ export declare const GetMergeCommitOutputFilterSensitiveLog: (obj: GetMergeCommitOutput) => any;
4967
+ /**
4968
+ * @internal
4969
+ */
4970
+ export declare const GetMergeConflictsInputFilterSensitiveLog: (obj: GetMergeConflictsInput) => any;
4971
+ /**
4972
+ * @internal
4973
+ */
4974
+ export declare const GetMergeConflictsOutputFilterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
4975
+ /**
4976
+ * @internal
4977
+ */
4978
+ export declare const GetMergeOptionsInputFilterSensitiveLog: (obj: GetMergeOptionsInput) => any;
4979
+ /**
4980
+ * @internal
4981
+ */
4982
+ export declare const GetMergeOptionsOutputFilterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
4983
+ /**
4984
+ * @internal
4985
+ */
4986
+ export declare const GetPullRequestInputFilterSensitiveLog: (obj: GetPullRequestInput) => any;
4987
+ /**
4988
+ * @internal
4989
+ */
4990
+ export declare const GetPullRequestOutputFilterSensitiveLog: (obj: GetPullRequestOutput) => any;
4991
+ /**
4992
+ * @internal
4993
+ */
4994
+ export declare const GetPullRequestApprovalStatesInputFilterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
4995
+ /**
4996
+ * @internal
4997
+ */
4998
+ export declare const GetPullRequestApprovalStatesOutputFilterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
4999
+ /**
5000
+ * @internal
5001
+ */
5002
+ export declare const GetPullRequestOverrideStateInputFilterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
5003
+ /**
5004
+ * @internal
5005
+ */
5006
+ export declare const GetPullRequestOverrideStateOutputFilterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
5007
+ /**
5008
+ * @internal
5009
+ */
5010
+ export declare const GetRepositoryInputFilterSensitiveLog: (obj: GetRepositoryInput) => any;
5011
+ /**
5012
+ * @internal
5013
+ */
5014
+ export declare const GetRepositoryOutputFilterSensitiveLog: (obj: GetRepositoryOutput) => any;
5015
+ /**
5016
+ * @internal
5017
+ */
5018
+ export declare const GetRepositoryTriggersInputFilterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
5019
+ /**
5020
+ * @internal
5021
+ */
5022
+ export declare const RepositoryTriggerFilterSensitiveLog: (obj: RepositoryTrigger) => any;
5023
+ /**
5024
+ * @internal
5025
+ */
5026
+ export declare const GetRepositoryTriggersOutputFilterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
5027
+ /**
5028
+ * @internal
5029
+ */
5030
+ export declare const ListApprovalRuleTemplatesInputFilterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
5031
+ /**
5032
+ * @internal
5033
+ */
5034
+ export declare const ListApprovalRuleTemplatesOutputFilterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
5035
+ /**
5036
+ * @internal
5037
+ */
5038
+ export declare const ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
5039
+ /**
5040
+ * @internal
5041
+ */
5042
+ export declare const ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
5043
+ /**
5044
+ * @internal
5045
+ */
5046
+ export declare const ListBranchesInputFilterSensitiveLog: (obj: ListBranchesInput) => any;
5047
+ /**
5048
+ * @internal
5049
+ */
5050
+ export declare const ListBranchesOutputFilterSensitiveLog: (obj: ListBranchesOutput) => any;
5051
+ /**
5052
+ * @internal
5053
+ */
5054
+ export declare const ListPullRequestsInputFilterSensitiveLog: (obj: ListPullRequestsInput) => any;
5055
+ /**
5056
+ * @internal
5057
+ */
5058
+ export declare const ListPullRequestsOutputFilterSensitiveLog: (obj: ListPullRequestsOutput) => any;