@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 ListRepositoriesInput {
28
28
  */
29
29
  order?: OrderEnum | string;
30
30
  }
31
- export declare namespace ListRepositoriesInput {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: ListRepositoriesInput) => any;
36
- }
37
31
  /**
38
32
  * <p>Information about a repository name and ID.</p>
39
33
  */
@@ -47,12 +41,6 @@ export interface RepositoryNameIdPair {
47
41
  */
48
42
  repositoryId?: string;
49
43
  }
50
- export declare namespace RepositoryNameIdPair {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: RepositoryNameIdPair) => any;
55
- }
56
44
  /**
57
45
  * <p>Represents the output of a list repositories operation.</p>
58
46
  */
@@ -68,12 +56,6 @@ export interface ListRepositoriesOutput {
68
56
  */
69
57
  nextToken?: string;
70
58
  }
71
- export declare namespace ListRepositoriesOutput {
72
- /**
73
- * @internal
74
- */
75
- const filterSensitiveLog: (obj: ListRepositoriesOutput) => any;
76
- }
77
59
  export interface ListRepositoriesForApprovalRuleTemplateInput {
78
60
  /**
79
61
  * <p>The name of the approval rule template for which you want to list repositories that are associated with that template.</p>
@@ -89,12 +71,6 @@ export interface ListRepositoriesForApprovalRuleTemplateInput {
89
71
  */
90
72
  maxResults?: number;
91
73
  }
92
- export declare namespace ListRepositoriesForApprovalRuleTemplateInput {
93
- /**
94
- * @internal
95
- */
96
- const filterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateInput) => any;
97
- }
98
74
  export interface ListRepositoriesForApprovalRuleTemplateOutput {
99
75
  /**
100
76
  * <p>A list of repository names that are associated with the specified approval rule template.</p>
@@ -105,12 +81,6 @@ export interface ListRepositoriesForApprovalRuleTemplateOutput {
105
81
  */
106
82
  nextToken?: string;
107
83
  }
108
- export declare namespace ListRepositoriesForApprovalRuleTemplateOutput {
109
- /**
110
- * @internal
111
- */
112
- const filterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
113
- }
114
84
  /**
115
85
  * <p>The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see
116
86
  * <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
@@ -136,12 +106,6 @@ export interface ListTagsForResourceInput {
136
106
  */
137
107
  nextToken?: string;
138
108
  }
139
- export declare namespace ListTagsForResourceInput {
140
- /**
141
- * @internal
142
- */
143
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
144
- }
145
109
  export interface ListTagsForResourceOutput {
146
110
  /**
147
111
  * <p>A list of tag key and value pairs associated with the specified resource.</p>
@@ -152,12 +116,6 @@ export interface ListTagsForResourceOutput {
152
116
  */
153
117
  nextToken?: string;
154
118
  }
155
- export declare namespace ListTagsForResourceOutput {
156
- /**
157
- * @internal
158
- */
159
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
160
- }
161
119
  /**
162
120
  * <p>A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required. For a list of valid resources in AWS CodeCommit, see
163
121
  * <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
@@ -202,12 +160,6 @@ export interface MergeBranchesByFastForwardInput {
202
160
  */
203
161
  targetBranch?: string;
204
162
  }
205
- export declare namespace MergeBranchesByFastForwardInput {
206
- /**
207
- * @internal
208
- */
209
- const filterSensitiveLog: (obj: MergeBranchesByFastForwardInput) => any;
210
- }
211
163
  export interface MergeBranchesByFastForwardOutput {
212
164
  /**
213
165
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -218,12 +170,6 @@ export interface MergeBranchesByFastForwardOutput {
218
170
  */
219
171
  treeId?: string;
220
172
  }
221
- export declare namespace MergeBranchesByFastForwardOutput {
222
- /**
223
- * @internal
224
- */
225
- const filterSensitiveLog: (obj: MergeBranchesByFastForwardOutput) => any;
226
- }
227
173
  export interface MergeBranchesBySquashInput {
228
174
  /**
229
175
  * <p>The name of the repository where you want to merge two branches.</p>
@@ -282,12 +228,6 @@ export interface MergeBranchesBySquashInput {
282
228
  */
283
229
  conflictResolution?: ConflictResolution;
284
230
  }
285
- export declare namespace MergeBranchesBySquashInput {
286
- /**
287
- * @internal
288
- */
289
- const filterSensitiveLog: (obj: MergeBranchesBySquashInput) => any;
290
- }
291
231
  export interface MergeBranchesBySquashOutput {
292
232
  /**
293
233
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -298,12 +238,6 @@ export interface MergeBranchesBySquashOutput {
298
238
  */
299
239
  treeId?: string;
300
240
  }
301
- export declare namespace MergeBranchesBySquashOutput {
302
- /**
303
- * @internal
304
- */
305
- const filterSensitiveLog: (obj: MergeBranchesBySquashOutput) => any;
306
- }
307
241
  export interface MergeBranchesByThreeWayInput {
308
242
  /**
309
243
  * <p>The name of the repository where you want to merge two branches.</p>
@@ -362,12 +296,6 @@ export interface MergeBranchesByThreeWayInput {
362
296
  */
363
297
  conflictResolution?: ConflictResolution;
364
298
  }
365
- export declare namespace MergeBranchesByThreeWayInput {
366
- /**
367
- * @internal
368
- */
369
- const filterSensitiveLog: (obj: MergeBranchesByThreeWayInput) => any;
370
- }
371
299
  export interface MergeBranchesByThreeWayOutput {
372
300
  /**
373
301
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -378,12 +306,6 @@ export interface MergeBranchesByThreeWayOutput {
378
306
  */
379
307
  treeId?: string;
380
308
  }
381
- export declare namespace MergeBranchesByThreeWayOutput {
382
- /**
383
- * @internal
384
- */
385
- const filterSensitiveLog: (obj: MergeBranchesByThreeWayOutput) => any;
386
- }
387
309
  export interface MergePullRequestByFastForwardInput {
388
310
  /**
389
311
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -399,24 +321,12 @@ export interface MergePullRequestByFastForwardInput {
399
321
  */
400
322
  sourceCommitId?: string;
401
323
  }
402
- export declare namespace MergePullRequestByFastForwardInput {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: MergePullRequestByFastForwardInput) => any;
407
- }
408
324
  export interface MergePullRequestByFastForwardOutput {
409
325
  /**
410
326
  * <p>Information about the specified pull request, including the merge.</p>
411
327
  */
412
328
  pullRequest?: PullRequest;
413
329
  }
414
- export declare namespace MergePullRequestByFastForwardOutput {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
419
- }
420
330
  /**
421
331
  * <p>The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.</p>
422
332
  */
@@ -493,24 +403,12 @@ export interface MergePullRequestBySquashInput {
493
403
  */
494
404
  conflictResolution?: ConflictResolution;
495
405
  }
496
- export declare namespace MergePullRequestBySquashInput {
497
- /**
498
- * @internal
499
- */
500
- const filterSensitiveLog: (obj: MergePullRequestBySquashInput) => any;
501
- }
502
406
  export interface MergePullRequestBySquashOutput {
503
407
  /**
504
408
  * <p>Returns information about a pull request.</p>
505
409
  */
506
410
  pullRequest?: PullRequest;
507
411
  }
508
- export declare namespace MergePullRequestBySquashOutput {
509
- /**
510
- * @internal
511
- */
512
- const filterSensitiveLog: (obj: MergePullRequestBySquashOutput) => any;
513
- }
514
412
  export interface MergePullRequestByThreeWayInput {
515
413
  /**
516
414
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -564,24 +462,12 @@ export interface MergePullRequestByThreeWayInput {
564
462
  */
565
463
  conflictResolution?: ConflictResolution;
566
464
  }
567
- export declare namespace MergePullRequestByThreeWayInput {
568
- /**
569
- * @internal
570
- */
571
- const filterSensitiveLog: (obj: MergePullRequestByThreeWayInput) => any;
572
- }
573
465
  export interface MergePullRequestByThreeWayOutput {
574
466
  /**
575
467
  * <p>Returns information about a pull request.</p>
576
468
  */
577
469
  pullRequest?: PullRequest;
578
470
  }
579
- export declare namespace MergePullRequestByThreeWayOutput {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
584
- }
585
471
  /**
586
472
  * <p>The override status is not valid. Valid statuses are OVERRIDE and REVOKE.</p>
587
473
  */
@@ -622,12 +508,6 @@ export interface OverridePullRequestApprovalRulesInput {
622
508
  */
623
509
  overrideStatus: OverrideStatus | string | undefined;
624
510
  }
625
- export declare namespace OverridePullRequestApprovalRulesInput {
626
- /**
627
- * @internal
628
- */
629
- const filterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
630
- }
631
511
  /**
632
512
  * <p>An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.</p>
633
513
  */
@@ -727,12 +607,6 @@ export interface PostCommentForComparedCommitInput {
727
607
  */
728
608
  clientRequestToken?: string;
729
609
  }
730
- export declare namespace PostCommentForComparedCommitInput {
731
- /**
732
- * @internal
733
- */
734
- const filterSensitiveLog: (obj: PostCommentForComparedCommitInput) => any;
735
- }
736
610
  export interface PostCommentForComparedCommitOutput {
737
611
  /**
738
612
  * <p>The name of the repository where you posted a comment on the comparison between commits.</p>
@@ -763,12 +637,6 @@ export interface PostCommentForComparedCommitOutput {
763
637
  */
764
638
  comment?: Comment;
765
639
  }
766
- export declare namespace PostCommentForComparedCommitOutput {
767
- /**
768
- * @internal
769
- */
770
- const filterSensitiveLog: (obj: PostCommentForComparedCommitOutput) => any;
771
- }
772
640
  export interface PostCommentForPullRequestInput {
773
641
  /**
774
642
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -804,12 +672,6 @@ export interface PostCommentForPullRequestInput {
804
672
  */
805
673
  clientRequestToken?: string;
806
674
  }
807
- export declare namespace PostCommentForPullRequestInput {
808
- /**
809
- * @internal
810
- */
811
- const filterSensitiveLog: (obj: PostCommentForPullRequestInput) => any;
812
- }
813
675
  export interface PostCommentForPullRequestOutput {
814
676
  /**
815
677
  * <p>The name of the repository where you posted a comment on a pull request.</p>
@@ -846,12 +708,6 @@ export interface PostCommentForPullRequestOutput {
846
708
  */
847
709
  comment?: Comment;
848
710
  }
849
- export declare namespace PostCommentForPullRequestOutput {
850
- /**
851
- * @internal
852
- */
853
- const filterSensitiveLog: (obj: PostCommentForPullRequestOutput) => any;
854
- }
855
711
  export interface PostCommentReplyInput {
856
712
  /**
857
713
  * <p>The system-generated ID of the comment to which you want to reply. To get this ID, use <a>GetCommentsForComparedCommit</a>
@@ -870,24 +726,12 @@ export interface PostCommentReplyInput {
870
726
  */
871
727
  content: string | undefined;
872
728
  }
873
- export declare namespace PostCommentReplyInput {
874
- /**
875
- * @internal
876
- */
877
- const filterSensitiveLog: (obj: PostCommentReplyInput) => any;
878
- }
879
729
  export interface PostCommentReplyOutput {
880
730
  /**
881
731
  * <p>Information about the reply to a comment.</p>
882
732
  */
883
733
  comment?: Comment;
884
734
  }
885
- export declare namespace PostCommentReplyOutput {
886
- /**
887
- * @internal
888
- */
889
- const filterSensitiveLog: (obj: PostCommentReplyOutput) => any;
890
- }
891
735
  /**
892
736
  * <p>The value of the reaction is not valid. For more information, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
893
737
  */
@@ -910,12 +754,6 @@ export interface PutCommentReactionInput {
910
754
  */
911
755
  reactionValue: string | undefined;
912
756
  }
913
- export declare namespace PutCommentReactionInput {
914
- /**
915
- * @internal
916
- */
917
- const filterSensitiveLog: (obj: PutCommentReactionInput) => any;
918
- }
919
757
  /**
920
758
  * <p>The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.</p>
921
759
  */
@@ -998,12 +836,6 @@ export interface PutFileInput {
998
836
  */
999
837
  email?: string;
1000
838
  }
1001
- export declare namespace PutFileInput {
1002
- /**
1003
- * @internal
1004
- */
1005
- const filterSensitiveLog: (obj: PutFileInput) => any;
1006
- }
1007
839
  export interface PutFileOutput {
1008
840
  /**
1009
841
  * <p>The full SHA ID of the commit that contains this file change.</p>
@@ -1018,12 +850,6 @@ export interface PutFileOutput {
1018
850
  */
1019
851
  treeId: string | undefined;
1020
852
  }
1021
- export declare namespace PutFileOutput {
1022
- /**
1023
- * @internal
1024
- */
1025
- const filterSensitiveLog: (obj: PutFileOutput) => any;
1026
- }
1027
853
  /**
1028
854
  * <p>The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch
1029
855
  * that you specified.</p>
@@ -1139,12 +965,6 @@ export interface PutRepositoryTriggersInput {
1139
965
  */
1140
966
  triggers: RepositoryTrigger[] | undefined;
1141
967
  }
1142
- export declare namespace PutRepositoryTriggersInput {
1143
- /**
1144
- * @internal
1145
- */
1146
- const filterSensitiveLog: (obj: PutRepositoryTriggersInput) => any;
1147
- }
1148
968
  /**
1149
969
  * <p>Represents the output of a put repository triggers operation.</p>
1150
970
  */
@@ -1154,12 +974,6 @@ export interface PutRepositoryTriggersOutput {
1154
974
  */
1155
975
  configurationId?: string;
1156
976
  }
1157
- export declare namespace PutRepositoryTriggersOutput {
1158
- /**
1159
- * @internal
1160
- */
1161
- const filterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
1162
- }
1163
977
  /**
1164
978
  * <p>At least one branch name is required, but was not specified in the trigger
1165
979
  * configuration.</p>
@@ -1227,12 +1041,6 @@ export interface TagResourceInput {
1227
1041
  */
1228
1042
  tags: Record<string, string> | undefined;
1229
1043
  }
1230
- export declare namespace TagResourceInput {
1231
- /**
1232
- * @internal
1233
- */
1234
- const filterSensitiveLog: (obj: TagResourceInput) => any;
1235
- }
1236
1044
  /**
1237
1045
  * <p>A map of tags is required.</p>
1238
1046
  */
@@ -1257,12 +1065,6 @@ export interface TestRepositoryTriggersInput {
1257
1065
  */
1258
1066
  triggers: RepositoryTrigger[] | undefined;
1259
1067
  }
1260
- export declare namespace TestRepositoryTriggersInput {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: TestRepositoryTriggersInput) => any;
1265
- }
1266
1068
  /**
1267
1069
  * <p>A trigger failed to run.</p>
1268
1070
  */
@@ -1276,12 +1078,6 @@ export interface RepositoryTriggerExecutionFailure {
1276
1078
  */
1277
1079
  failureMessage?: string;
1278
1080
  }
1279
- export declare namespace RepositoryTriggerExecutionFailure {
1280
- /**
1281
- * @internal
1282
- */
1283
- const filterSensitiveLog: (obj: RepositoryTriggerExecutionFailure) => any;
1284
- }
1285
1081
  /**
1286
1082
  * <p>Represents the output of a test repository triggers operation.</p>
1287
1083
  */
@@ -1296,12 +1092,6 @@ export interface TestRepositoryTriggersOutput {
1296
1092
  */
1297
1093
  failedExecutions?: RepositoryTriggerExecutionFailure[];
1298
1094
  }
1299
- export declare namespace TestRepositoryTriggersOutput {
1300
- /**
1301
- * @internal
1302
- */
1303
- const filterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
1304
- }
1305
1095
  /**
1306
1096
  * <p>The list of tags is not valid.</p>
1307
1097
  */
@@ -1334,12 +1124,6 @@ export interface UntagResourceInput {
1334
1124
  */
1335
1125
  tagKeys: string[] | undefined;
1336
1126
  }
1337
- export declare namespace UntagResourceInput {
1338
- /**
1339
- * @internal
1340
- */
1341
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
1342
- }
1343
1127
  /**
1344
1128
  * <p>The SHA-256 hash signature for the rule content is not valid.</p>
1345
1129
  */
@@ -1368,24 +1152,12 @@ export interface UpdateApprovalRuleTemplateContentInput {
1368
1152
  */
1369
1153
  existingRuleContentSha256?: string;
1370
1154
  }
1371
- export declare namespace UpdateApprovalRuleTemplateContentInput {
1372
- /**
1373
- * @internal
1374
- */
1375
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentInput) => any;
1376
- }
1377
1155
  export interface UpdateApprovalRuleTemplateContentOutput {
1378
1156
  /**
1379
1157
  * <p>Returns information about an approval rule template.</p>
1380
1158
  */
1381
1159
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1382
1160
  }
1383
- export declare namespace UpdateApprovalRuleTemplateContentOutput {
1384
- /**
1385
- * @internal
1386
- */
1387
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentOutput) => any;
1388
- }
1389
1161
  export interface UpdateApprovalRuleTemplateDescriptionInput {
1390
1162
  /**
1391
1163
  * <p>The name of the template for which you want to update the description.</p>
@@ -1396,24 +1168,12 @@ export interface UpdateApprovalRuleTemplateDescriptionInput {
1396
1168
  */
1397
1169
  approvalRuleTemplateDescription: string | undefined;
1398
1170
  }
1399
- export declare namespace UpdateApprovalRuleTemplateDescriptionInput {
1400
- /**
1401
- * @internal
1402
- */
1403
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionInput) => any;
1404
- }
1405
1171
  export interface UpdateApprovalRuleTemplateDescriptionOutput {
1406
1172
  /**
1407
1173
  * <p>The structure and content of the updated approval rule template.</p>
1408
1174
  */
1409
1175
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1410
1176
  }
1411
- export declare namespace UpdateApprovalRuleTemplateDescriptionOutput {
1412
- /**
1413
- * @internal
1414
- */
1415
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionOutput) => any;
1416
- }
1417
1177
  export interface UpdateApprovalRuleTemplateNameInput {
1418
1178
  /**
1419
1179
  * <p>The current name of the approval rule template.</p>
@@ -1424,24 +1184,12 @@ export interface UpdateApprovalRuleTemplateNameInput {
1424
1184
  */
1425
1185
  newApprovalRuleTemplateName: string | undefined;
1426
1186
  }
1427
- export declare namespace UpdateApprovalRuleTemplateNameInput {
1428
- /**
1429
- * @internal
1430
- */
1431
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameInput) => any;
1432
- }
1433
1187
  export interface UpdateApprovalRuleTemplateNameOutput {
1434
1188
  /**
1435
1189
  * <p>The structure and content of the updated approval rule template.</p>
1436
1190
  */
1437
1191
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1438
1192
  }
1439
- export declare namespace UpdateApprovalRuleTemplateNameOutput {
1440
- /**
1441
- * @internal
1442
- */
1443
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
1444
- }
1445
1193
  /**
1446
1194
  * <p>You cannot modify or delete this comment. Only comment authors can modify or delete their comments.</p>
1447
1195
  */
@@ -1464,24 +1212,12 @@ export interface UpdateCommentInput {
1464
1212
  */
1465
1213
  content: string | undefined;
1466
1214
  }
1467
- export declare namespace UpdateCommentInput {
1468
- /**
1469
- * @internal
1470
- */
1471
- const filterSensitiveLog: (obj: UpdateCommentInput) => any;
1472
- }
1473
1215
  export interface UpdateCommentOutput {
1474
1216
  /**
1475
1217
  * <p>Information about the updated comment.</p>
1476
1218
  */
1477
1219
  comment?: Comment;
1478
1220
  }
1479
- export declare namespace UpdateCommentOutput {
1480
- /**
1481
- * @internal
1482
- */
1483
- const filterSensitiveLog: (obj: UpdateCommentOutput) => any;
1484
- }
1485
1221
  /**
1486
1222
  * <p>Represents the input of an update default branch operation.</p>
1487
1223
  */
@@ -1495,12 +1231,6 @@ export interface UpdateDefaultBranchInput {
1495
1231
  */
1496
1232
  defaultBranchName: string | undefined;
1497
1233
  }
1498
- export declare namespace UpdateDefaultBranchInput {
1499
- /**
1500
- * @internal
1501
- */
1502
- const filterSensitiveLog: (obj: UpdateDefaultBranchInput) => any;
1503
- }
1504
1234
  export interface UpdatePullRequestApprovalRuleContentInput {
1505
1235
  /**
1506
1236
  * <p>The system-generated ID of the pull request.</p>
@@ -1561,24 +1291,12 @@ export interface UpdatePullRequestApprovalRuleContentInput {
1561
1291
  */
1562
1292
  newRuleContent: string | undefined;
1563
1293
  }
1564
- export declare namespace UpdatePullRequestApprovalRuleContentInput {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentInput) => any;
1569
- }
1570
1294
  export interface UpdatePullRequestApprovalRuleContentOutput {
1571
1295
  /**
1572
1296
  * <p>Information about the updated approval rule.</p>
1573
1297
  */
1574
1298
  approvalRule: ApprovalRule | undefined;
1575
1299
  }
1576
- export declare namespace UpdatePullRequestApprovalRuleContentOutput {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
1581
- }
1582
1300
  /**
1583
1301
  * <p>The state for the approval is not valid. Valid values include APPROVE and REVOKE. </p>
1584
1302
  */
@@ -1627,12 +1345,6 @@ export interface UpdatePullRequestApprovalStateInput {
1627
1345
  */
1628
1346
  approvalState: ApprovalState | string | undefined;
1629
1347
  }
1630
- export declare namespace UpdatePullRequestApprovalStateInput {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalStateInput) => any;
1635
- }
1636
1348
  export interface UpdatePullRequestDescriptionInput {
1637
1349
  /**
1638
1350
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -1644,24 +1356,12 @@ export interface UpdatePullRequestDescriptionInput {
1644
1356
  */
1645
1357
  description: string | undefined;
1646
1358
  }
1647
- export declare namespace UpdatePullRequestDescriptionInput {
1648
- /**
1649
- * @internal
1650
- */
1651
- const filterSensitiveLog: (obj: UpdatePullRequestDescriptionInput) => any;
1652
- }
1653
1359
  export interface UpdatePullRequestDescriptionOutput {
1654
1360
  /**
1655
1361
  * <p>Information about the updated pull request.</p>
1656
1362
  */
1657
1363
  pullRequest: PullRequest | undefined;
1658
1364
  }
1659
- export declare namespace UpdatePullRequestDescriptionOutput {
1660
- /**
1661
- * @internal
1662
- */
1663
- const filterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
1664
- }
1665
1365
  /**
1666
1366
  * <p>The pull request status update is not valid. The only valid update is from <code>OPEN</code> to <code>CLOSED</code>.</p>
1667
1367
  */
@@ -1696,24 +1396,12 @@ export interface UpdatePullRequestStatusInput {
1696
1396
  */
1697
1397
  pullRequestStatus: PullRequestStatusEnum | string | undefined;
1698
1398
  }
1699
- export declare namespace UpdatePullRequestStatusInput {
1700
- /**
1701
- * @internal
1702
- */
1703
- const filterSensitiveLog: (obj: UpdatePullRequestStatusInput) => any;
1704
- }
1705
1399
  export interface UpdatePullRequestStatusOutput {
1706
1400
  /**
1707
1401
  * <p>Information about the pull request.</p>
1708
1402
  */
1709
1403
  pullRequest: PullRequest | undefined;
1710
1404
  }
1711
- export declare namespace UpdatePullRequestStatusOutput {
1712
- /**
1713
- * @internal
1714
- */
1715
- const filterSensitiveLog: (obj: UpdatePullRequestStatusOutput) => any;
1716
- }
1717
1405
  export interface UpdatePullRequestTitleInput {
1718
1406
  /**
1719
1407
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -1724,24 +1412,12 @@ export interface UpdatePullRequestTitleInput {
1724
1412
  */
1725
1413
  title: string | undefined;
1726
1414
  }
1727
- export declare namespace UpdatePullRequestTitleInput {
1728
- /**
1729
- * @internal
1730
- */
1731
- const filterSensitiveLog: (obj: UpdatePullRequestTitleInput) => any;
1732
- }
1733
1415
  export interface UpdatePullRequestTitleOutput {
1734
1416
  /**
1735
1417
  * <p>Information about the updated pull request.</p>
1736
1418
  */
1737
1419
  pullRequest: PullRequest | undefined;
1738
1420
  }
1739
- export declare namespace UpdatePullRequestTitleOutput {
1740
- /**
1741
- * @internal
1742
- */
1743
- const filterSensitiveLog: (obj: UpdatePullRequestTitleOutput) => any;
1744
- }
1745
1421
  /**
1746
1422
  * <p>Represents the input of an update repository description operation.</p>
1747
1423
  */
@@ -1755,12 +1431,6 @@ export interface UpdateRepositoryDescriptionInput {
1755
1431
  */
1756
1432
  repositoryDescription?: string;
1757
1433
  }
1758
- export declare namespace UpdateRepositoryDescriptionInput {
1759
- /**
1760
- * @internal
1761
- */
1762
- const filterSensitiveLog: (obj: UpdateRepositoryDescriptionInput) => any;
1763
- }
1764
1434
  /**
1765
1435
  * <p>Represents the input of an update repository description operation.</p>
1766
1436
  */
@@ -1774,9 +1444,227 @@ export interface UpdateRepositoryNameInput {
1774
1444
  */
1775
1445
  newName: string | undefined;
1776
1446
  }
1777
- export declare namespace UpdateRepositoryNameInput {
1778
- /**
1779
- * @internal
1780
- */
1781
- const filterSensitiveLog: (obj: UpdateRepositoryNameInput) => any;
1782
- }
1447
+ /**
1448
+ * @internal
1449
+ */
1450
+ export declare const ListRepositoriesInputFilterSensitiveLog: (obj: ListRepositoriesInput) => any;
1451
+ /**
1452
+ * @internal
1453
+ */
1454
+ export declare const RepositoryNameIdPairFilterSensitiveLog: (obj: RepositoryNameIdPair) => any;
1455
+ /**
1456
+ * @internal
1457
+ */
1458
+ export declare const ListRepositoriesOutputFilterSensitiveLog: (obj: ListRepositoriesOutput) => any;
1459
+ /**
1460
+ * @internal
1461
+ */
1462
+ export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateInput) => any;
1463
+ /**
1464
+ * @internal
1465
+ */
1466
+ export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
1467
+ /**
1468
+ * @internal
1469
+ */
1470
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1471
+ /**
1472
+ * @internal
1473
+ */
1474
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1475
+ /**
1476
+ * @internal
1477
+ */
1478
+ export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (obj: MergeBranchesByFastForwardInput) => any;
1479
+ /**
1480
+ * @internal
1481
+ */
1482
+ export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (obj: MergeBranchesByFastForwardOutput) => any;
1483
+ /**
1484
+ * @internal
1485
+ */
1486
+ export declare const MergeBranchesBySquashInputFilterSensitiveLog: (obj: MergeBranchesBySquashInput) => any;
1487
+ /**
1488
+ * @internal
1489
+ */
1490
+ export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (obj: MergeBranchesBySquashOutput) => any;
1491
+ /**
1492
+ * @internal
1493
+ */
1494
+ export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (obj: MergeBranchesByThreeWayInput) => any;
1495
+ /**
1496
+ * @internal
1497
+ */
1498
+ export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (obj: MergeBranchesByThreeWayOutput) => any;
1499
+ /**
1500
+ * @internal
1501
+ */
1502
+ export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (obj: MergePullRequestByFastForwardInput) => any;
1503
+ /**
1504
+ * @internal
1505
+ */
1506
+ export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
1507
+ /**
1508
+ * @internal
1509
+ */
1510
+ export declare const MergePullRequestBySquashInputFilterSensitiveLog: (obj: MergePullRequestBySquashInput) => any;
1511
+ /**
1512
+ * @internal
1513
+ */
1514
+ export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (obj: MergePullRequestBySquashOutput) => any;
1515
+ /**
1516
+ * @internal
1517
+ */
1518
+ export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (obj: MergePullRequestByThreeWayInput) => any;
1519
+ /**
1520
+ * @internal
1521
+ */
1522
+ export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
1523
+ /**
1524
+ * @internal
1525
+ */
1526
+ export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
1527
+ /**
1528
+ * @internal
1529
+ */
1530
+ export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (obj: PostCommentForComparedCommitInput) => any;
1531
+ /**
1532
+ * @internal
1533
+ */
1534
+ export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (obj: PostCommentForComparedCommitOutput) => any;
1535
+ /**
1536
+ * @internal
1537
+ */
1538
+ export declare const PostCommentForPullRequestInputFilterSensitiveLog: (obj: PostCommentForPullRequestInput) => any;
1539
+ /**
1540
+ * @internal
1541
+ */
1542
+ export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (obj: PostCommentForPullRequestOutput) => any;
1543
+ /**
1544
+ * @internal
1545
+ */
1546
+ export declare const PostCommentReplyInputFilterSensitiveLog: (obj: PostCommentReplyInput) => any;
1547
+ /**
1548
+ * @internal
1549
+ */
1550
+ export declare const PostCommentReplyOutputFilterSensitiveLog: (obj: PostCommentReplyOutput) => any;
1551
+ /**
1552
+ * @internal
1553
+ */
1554
+ export declare const PutCommentReactionInputFilterSensitiveLog: (obj: PutCommentReactionInput) => any;
1555
+ /**
1556
+ * @internal
1557
+ */
1558
+ export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
1559
+ /**
1560
+ * @internal
1561
+ */
1562
+ export declare const PutFileOutputFilterSensitiveLog: (obj: PutFileOutput) => any;
1563
+ /**
1564
+ * @internal
1565
+ */
1566
+ export declare const PutRepositoryTriggersInputFilterSensitiveLog: (obj: PutRepositoryTriggersInput) => any;
1567
+ /**
1568
+ * @internal
1569
+ */
1570
+ export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
1571
+ /**
1572
+ * @internal
1573
+ */
1574
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1575
+ /**
1576
+ * @internal
1577
+ */
1578
+ export declare const TestRepositoryTriggersInputFilterSensitiveLog: (obj: TestRepositoryTriggersInput) => any;
1579
+ /**
1580
+ * @internal
1581
+ */
1582
+ export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (obj: RepositoryTriggerExecutionFailure) => any;
1583
+ /**
1584
+ * @internal
1585
+ */
1586
+ export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
1587
+ /**
1588
+ * @internal
1589
+ */
1590
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1591
+ /**
1592
+ * @internal
1593
+ */
1594
+ export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentInput) => any;
1595
+ /**
1596
+ * @internal
1597
+ */
1598
+ export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentOutput) => any;
1599
+ /**
1600
+ * @internal
1601
+ */
1602
+ export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionInput) => any;
1603
+ /**
1604
+ * @internal
1605
+ */
1606
+ export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionOutput) => any;
1607
+ /**
1608
+ * @internal
1609
+ */
1610
+ export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameInput) => any;
1611
+ /**
1612
+ * @internal
1613
+ */
1614
+ export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
1615
+ /**
1616
+ * @internal
1617
+ */
1618
+ export declare const UpdateCommentInputFilterSensitiveLog: (obj: UpdateCommentInput) => any;
1619
+ /**
1620
+ * @internal
1621
+ */
1622
+ export declare const UpdateCommentOutputFilterSensitiveLog: (obj: UpdateCommentOutput) => any;
1623
+ /**
1624
+ * @internal
1625
+ */
1626
+ export declare const UpdateDefaultBranchInputFilterSensitiveLog: (obj: UpdateDefaultBranchInput) => any;
1627
+ /**
1628
+ * @internal
1629
+ */
1630
+ export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentInput) => any;
1631
+ /**
1632
+ * @internal
1633
+ */
1634
+ export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
1635
+ /**
1636
+ * @internal
1637
+ */
1638
+ export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalStateInput) => any;
1639
+ /**
1640
+ * @internal
1641
+ */
1642
+ export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionInput) => any;
1643
+ /**
1644
+ * @internal
1645
+ */
1646
+ export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
1647
+ /**
1648
+ * @internal
1649
+ */
1650
+ export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (obj: UpdatePullRequestStatusInput) => any;
1651
+ /**
1652
+ * @internal
1653
+ */
1654
+ export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (obj: UpdatePullRequestStatusOutput) => any;
1655
+ /**
1656
+ * @internal
1657
+ */
1658
+ export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (obj: UpdatePullRequestTitleInput) => any;
1659
+ /**
1660
+ * @internal
1661
+ */
1662
+ export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (obj: UpdatePullRequestTitleOutput) => any;
1663
+ /**
1664
+ * @internal
1665
+ */
1666
+ export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (obj: UpdateRepositoryDescriptionInput) => any;
1667
+ /**
1668
+ * @internal
1669
+ */
1670
+ export declare const UpdateRepositoryNameInputFilterSensitiveLog: (obj: UpdateRepositoryNameInput) => any;