@aws-sdk/client-codecommit 3.296.0 → 3.298.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 (257) hide show
  1. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -3
  2. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -3
  3. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -3
  4. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -3
  5. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -3
  6. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -3
  7. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -3
  8. package/dist-cjs/commands/CreateBranchCommand.js +2 -3
  9. package/dist-cjs/commands/CreateCommitCommand.js +2 -3
  10. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -3
  11. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -3
  12. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -3
  13. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteBranchCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteFileCommand.js +2 -3
  18. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -3
  21. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -3
  22. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -3
  23. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -3
  24. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -3
  25. package/dist-cjs/commands/GetBlobCommand.js +2 -3
  26. package/dist-cjs/commands/GetBranchCommand.js +2 -3
  27. package/dist-cjs/commands/GetCommentCommand.js +2 -3
  28. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -3
  29. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -3
  30. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -3
  31. package/dist-cjs/commands/GetCommitCommand.js +2 -3
  32. package/dist-cjs/commands/GetDifferencesCommand.js +2 -3
  33. package/dist-cjs/commands/GetFileCommand.js +2 -3
  34. package/dist-cjs/commands/GetFolderCommand.js +2 -3
  35. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -3
  36. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -3
  37. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -3
  38. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -3
  39. package/dist-cjs/commands/GetPullRequestCommand.js +2 -3
  40. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -3
  41. package/dist-cjs/commands/GetRepositoryCommand.js +2 -3
  42. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -3
  43. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -3
  44. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -3
  45. package/dist-cjs/commands/ListBranchesCommand.js +2 -3
  46. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -3
  47. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -3
  48. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -3
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -3
  51. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -3
  52. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -3
  53. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -3
  54. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -3
  55. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -3
  56. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +2 -3
  57. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -3
  58. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -3
  59. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -3
  60. package/dist-cjs/commands/PutCommentReactionCommand.js +2 -3
  61. package/dist-cjs/commands/PutFileCommand.js +2 -3
  62. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -3
  63. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  64. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -3
  65. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  66. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateCommentCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +2 -3
  71. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -3
  72. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +2 -3
  73. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -3
  74. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -3
  75. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -3
  76. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +2 -3
  77. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +2 -3
  78. package/dist-cjs/models/models_0.js +1 -575
  79. package/dist-cjs/models/models_1.js +1 -226
  80. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -3
  81. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -3
  82. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -3
  83. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -3
  84. package/dist-es/commands/BatchGetCommitsCommand.js +2 -3
  85. package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -3
  86. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -3
  87. package/dist-es/commands/CreateBranchCommand.js +2 -3
  88. package/dist-es/commands/CreateCommitCommand.js +2 -3
  89. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -3
  90. package/dist-es/commands/CreatePullRequestCommand.js +2 -3
  91. package/dist-es/commands/CreateRepositoryCommand.js +2 -3
  92. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -3
  93. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -3
  94. package/dist-es/commands/DeleteBranchCommand.js +2 -3
  95. package/dist-es/commands/DeleteCommentContentCommand.js +2 -3
  96. package/dist-es/commands/DeleteFileCommand.js +2 -3
  97. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -3
  98. package/dist-es/commands/DeleteRepositoryCommand.js +2 -3
  99. package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -3
  100. package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -3
  101. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -3
  102. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -3
  103. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -3
  104. package/dist-es/commands/GetBlobCommand.js +2 -3
  105. package/dist-es/commands/GetBranchCommand.js +2 -3
  106. package/dist-es/commands/GetCommentCommand.js +2 -3
  107. package/dist-es/commands/GetCommentReactionsCommand.js +2 -3
  108. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -3
  109. package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -3
  110. package/dist-es/commands/GetCommitCommand.js +2 -3
  111. package/dist-es/commands/GetDifferencesCommand.js +2 -3
  112. package/dist-es/commands/GetFileCommand.js +2 -3
  113. package/dist-es/commands/GetFolderCommand.js +2 -3
  114. package/dist-es/commands/GetMergeCommitCommand.js +2 -3
  115. package/dist-es/commands/GetMergeConflictsCommand.js +2 -3
  116. package/dist-es/commands/GetMergeOptionsCommand.js +2 -3
  117. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -3
  118. package/dist-es/commands/GetPullRequestCommand.js +2 -3
  119. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -3
  120. package/dist-es/commands/GetRepositoryCommand.js +2 -3
  121. package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -3
  122. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -3
  123. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -3
  124. package/dist-es/commands/ListBranchesCommand.js +2 -3
  125. package/dist-es/commands/ListPullRequestsCommand.js +2 -3
  126. package/dist-es/commands/ListRepositoriesCommand.js +2 -3
  127. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -3
  128. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  129. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -3
  130. package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -3
  131. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -3
  132. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -3
  133. package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -3
  134. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -3
  135. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -3
  136. package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -3
  137. package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -3
  138. package/dist-es/commands/PostCommentReplyCommand.js +2 -3
  139. package/dist-es/commands/PutCommentReactionCommand.js +2 -3
  140. package/dist-es/commands/PutFileCommand.js +2 -3
  141. package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -3
  142. package/dist-es/commands/TagResourceCommand.js +2 -3
  143. package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -3
  144. package/dist-es/commands/UntagResourceCommand.js +2 -3
  145. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -3
  146. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -3
  147. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -3
  148. package/dist-es/commands/UpdateCommentCommand.js +2 -3
  149. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -3
  150. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -3
  151. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -3
  152. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -3
  153. package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -3
  154. package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -3
  155. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -3
  156. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -3
  157. package/dist-es/models/models_0.js +0 -429
  158. package/dist-es/models/models_1.js +0 -168
  159. package/dist-types/CodeCommit.d.ts +78 -0
  160. package/dist-types/CodeCommitClient.d.ts +24 -4
  161. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
  162. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
  163. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
  164. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
  165. package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
  166. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
  167. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
  168. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  169. package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
  170. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
  171. package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
  172. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  173. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
  174. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
  175. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  176. package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
  177. package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
  178. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
  179. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
  182. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
  183. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
  184. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
  185. package/dist-types/commands/GetBlobCommand.d.ts +16 -0
  186. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  187. package/dist-types/commands/GetCommentCommand.d.ts +16 -0
  188. package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
  189. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
  190. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
  191. package/dist-types/commands/GetCommitCommand.d.ts +16 -0
  192. package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
  193. package/dist-types/commands/GetFileCommand.d.ts +16 -0
  194. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  195. package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
  196. package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
  197. package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
  198. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
  199. package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
  200. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
  201. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  202. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
  203. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
  204. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
  205. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  206. package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
  207. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  208. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
  209. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  210. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
  211. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
  212. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
  213. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
  214. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
  215. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
  216. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
  217. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
  218. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
  219. package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
  220. package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
  221. package/dist-types/commands/PutFileCommand.d.ts +16 -0
  222. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
  223. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  224. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
  225. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  226. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
  227. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
  228. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
  229. package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
  230. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
  233. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
  234. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
  235. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
  236. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
  237. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
  238. package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
  239. package/dist-types/models/models_0.d.ts +462 -572
  240. package/dist-types/models/models_1.d.ts +193 -224
  241. package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
  242. package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
  243. package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
  244. package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
  245. package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
  246. package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
  247. package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
  248. package/dist-types/pagination/Interfaces.d.ts +3 -0
  249. package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
  254. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  255. package/dist-types/ts3.4/models/models_0.d.ts +0 -377
  256. package/dist-types/ts3.4/models/models_1.d.ts +0 -166
  257. package/package.json +4 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput } from "../commands/DescribeMergeConflictsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeMergeConflicts(config: CodeCommitPaginationConfiguration, input: DescribeMergeConflictsCommandInput, ...additionalArguments: any): Paginator<DescribeMergeConflictsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput } from "../commands/DescribePullRequestEventsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribePullRequestEvents(config: CodeCommitPaginationConfiguration, input: DescribePullRequestEventsCommandInput, ...additionalArguments: any): Paginator<DescribePullRequestEventsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "../commands/GetCommentReactionsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentReactions(config: CodeCommitPaginationConfiguration, input: GetCommentReactionsCommandInput, ...additionalArguments: any): Paginator<GetCommentReactionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput } from "../commands/GetCommentsForComparedCommitCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentsForComparedCommit(config: CodeCommitPaginationConfiguration, input: GetCommentsForComparedCommitCommandInput, ...additionalArguments: any): Paginator<GetCommentsForComparedCommitCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput } from "../commands/GetCommentsForPullRequestCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentsForPullRequest(config: CodeCommitPaginationConfiguration, input: GetCommentsForPullRequestCommandInput, ...additionalArguments: any): Paginator<GetCommentsForPullRequestCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetDifferencesCommandInput, GetDifferencesCommandOutput } from "../commands/GetDifferencesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetDifferences(config: CodeCommitPaginationConfiguration, input: GetDifferencesCommandInput, ...additionalArguments: any): Paginator<GetDifferencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput } from "../commands/GetMergeConflictsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetMergeConflicts(config: CodeCommitPaginationConfiguration, input: GetMergeConflictsCommandInput, ...additionalArguments: any): Paginator<GetMergeConflictsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CodeCommitClient } from "../CodeCommitClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CodeCommitPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CodeCommitClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "../commands/ListApprovalRuleTemplatesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApprovalRuleTemplates(config: CodeCommitPaginationConfiguration, input: ListApprovalRuleTemplatesCommandInput, ...additionalArguments: any): Paginator<ListApprovalRuleTemplatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAssociatedApprovalRuleTemplatesForRepository(config: CodeCommitPaginationConfiguration, input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ...additionalArguments: any): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBranches(config: CodeCommitPaginationConfiguration, input: ListBranchesCommandInput, ...additionalArguments: any): Paginator<ListBranchesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "../commands/ListPullRequestsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPullRequests(config: CodeCommitPaginationConfiguration, input: ListPullRequestsCommandInput, ...additionalArguments: any): Paginator<ListPullRequestsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRepositoriesForApprovalRuleTemplate(config: CodeCommitPaginationConfiguration, input: ListRepositoriesForApprovalRuleTemplateCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRepositories(config: CodeCommitPaginationConfiguration, input: ListRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesCommandOutput>;
@@ -2065,380 +2065,3 @@ export declare class InvalidSortByException extends __BaseException {
2065
2065
  opts: __ExceptionOptionType<InvalidSortByException, __BaseException>
2066
2066
  );
2067
2067
  }
2068
- export declare const ApprovalFilterSensitiveLog: (obj: Approval) => any;
2069
- export declare const OriginApprovalRuleTemplateFilterSensitiveLog: (
2070
- obj: OriginApprovalRuleTemplate
2071
- ) => any;
2072
- export declare const ApprovalRuleFilterSensitiveLog: (obj: ApprovalRule) => any;
2073
- export declare const ApprovalRuleEventMetadataFilterSensitiveLog: (
2074
- obj: ApprovalRuleEventMetadata
2075
- ) => any;
2076
- export declare const ApprovalRuleOverriddenEventMetadataFilterSensitiveLog: (
2077
- obj: ApprovalRuleOverriddenEventMetadata
2078
- ) => any;
2079
- export declare const ApprovalRuleTemplateFilterSensitiveLog: (
2080
- obj: ApprovalRuleTemplate
2081
- ) => any;
2082
- export declare const ApprovalStateChangedEventMetadataFilterSensitiveLog: (
2083
- obj: ApprovalStateChangedEventMetadata
2084
- ) => any;
2085
- export declare const AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog: (
2086
- obj: AssociateApprovalRuleTemplateWithRepositoryInput
2087
- ) => any;
2088
- export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog: (
2089
- obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput
2090
- ) => any;
2091
- export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog: (
2092
- obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError
2093
- ) => any;
2094
- export declare const BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog: (
2095
- obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
2096
- ) => any;
2097
- export declare const BatchDescribeMergeConflictsInputFilterSensitiveLog: (
2098
- obj: BatchDescribeMergeConflictsInput
2099
- ) => any;
2100
- export declare const FileModesFilterSensitiveLog: (obj: FileModes) => any;
2101
- export declare const FileSizesFilterSensitiveLog: (obj: FileSizes) => any;
2102
- export declare const IsBinaryFileFilterSensitiveLog: (obj: IsBinaryFile) => any;
2103
- export declare const MergeOperationsFilterSensitiveLog: (
2104
- obj: MergeOperations
2105
- ) => any;
2106
- export declare const ObjectTypesFilterSensitiveLog: (obj: ObjectTypes) => any;
2107
- export declare const ConflictMetadataFilterSensitiveLog: (
2108
- obj: ConflictMetadata
2109
- ) => any;
2110
- export declare const MergeHunkDetailFilterSensitiveLog: (
2111
- obj: MergeHunkDetail
2112
- ) => any;
2113
- export declare const MergeHunkFilterSensitiveLog: (obj: MergeHunk) => any;
2114
- export declare const ConflictFilterSensitiveLog: (obj: Conflict) => any;
2115
- export declare const BatchDescribeMergeConflictsErrorFilterSensitiveLog: (
2116
- obj: BatchDescribeMergeConflictsError
2117
- ) => any;
2118
- export declare const BatchDescribeMergeConflictsOutputFilterSensitiveLog: (
2119
- obj: BatchDescribeMergeConflictsOutput
2120
- ) => any;
2121
- export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog: (
2122
- obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
2123
- ) => any;
2124
- export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog: (
2125
- obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError
2126
- ) => any;
2127
- export declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog: (
2128
- obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
2129
- ) => any;
2130
- export declare const BatchGetCommitsInputFilterSensitiveLog: (
2131
- obj: BatchGetCommitsInput
2132
- ) => any;
2133
- export declare const UserInfoFilterSensitiveLog: (obj: UserInfo) => any;
2134
- export declare const CommitFilterSensitiveLog: (obj: Commit) => any;
2135
- export declare const BatchGetCommitsErrorFilterSensitiveLog: (
2136
- obj: BatchGetCommitsError
2137
- ) => any;
2138
- export declare const BatchGetCommitsOutputFilterSensitiveLog: (
2139
- obj: BatchGetCommitsOutput
2140
- ) => any;
2141
- export declare const BatchGetRepositoriesInputFilterSensitiveLog: (
2142
- obj: BatchGetRepositoriesInput
2143
- ) => any;
2144
- export declare const RepositoryMetadataFilterSensitiveLog: (
2145
- obj: RepositoryMetadata
2146
- ) => any;
2147
- export declare const BatchGetRepositoriesOutputFilterSensitiveLog: (
2148
- obj: BatchGetRepositoriesOutput
2149
- ) => any;
2150
- export declare const BlobMetadataFilterSensitiveLog: (obj: BlobMetadata) => any;
2151
- export declare const BranchInfoFilterSensitiveLog: (obj: BranchInfo) => any;
2152
- export declare const CreateApprovalRuleTemplateInputFilterSensitiveLog: (
2153
- obj: CreateApprovalRuleTemplateInput
2154
- ) => any;
2155
- export declare const CreateApprovalRuleTemplateOutputFilterSensitiveLog: (
2156
- obj: CreateApprovalRuleTemplateOutput
2157
- ) => any;
2158
- export declare const CreateBranchInputFilterSensitiveLog: (
2159
- obj: CreateBranchInput
2160
- ) => any;
2161
- export declare const DeleteFileEntryFilterSensitiveLog: (
2162
- obj: DeleteFileEntry
2163
- ) => any;
2164
- export declare const SourceFileSpecifierFilterSensitiveLog: (
2165
- obj: SourceFileSpecifier
2166
- ) => any;
2167
- export declare const PutFileEntryFilterSensitiveLog: (obj: PutFileEntry) => any;
2168
- export declare const SetFileModeEntryFilterSensitiveLog: (
2169
- obj: SetFileModeEntry
2170
- ) => any;
2171
- export declare const CreateCommitInputFilterSensitiveLog: (
2172
- obj: CreateCommitInput
2173
- ) => any;
2174
- export declare const FileMetadataFilterSensitiveLog: (obj: FileMetadata) => any;
2175
- export declare const CreateCommitOutputFilterSensitiveLog: (
2176
- obj: CreateCommitOutput
2177
- ) => any;
2178
- export declare const TargetFilterSensitiveLog: (obj: Target) => any;
2179
- export declare const CreatePullRequestInputFilterSensitiveLog: (
2180
- obj: CreatePullRequestInput
2181
- ) => any;
2182
- export declare const MergeMetadataFilterSensitiveLog: (
2183
- obj: MergeMetadata
2184
- ) => any;
2185
- export declare const PullRequestTargetFilterSensitiveLog: (
2186
- obj: PullRequestTarget
2187
- ) => any;
2188
- export declare const PullRequestFilterSensitiveLog: (obj: PullRequest) => any;
2189
- export declare const CreatePullRequestOutputFilterSensitiveLog: (
2190
- obj: CreatePullRequestOutput
2191
- ) => any;
2192
- export declare const CreatePullRequestApprovalRuleInputFilterSensitiveLog: (
2193
- obj: CreatePullRequestApprovalRuleInput
2194
- ) => any;
2195
- export declare const CreatePullRequestApprovalRuleOutputFilterSensitiveLog: (
2196
- obj: CreatePullRequestApprovalRuleOutput
2197
- ) => any;
2198
- export declare const CreateRepositoryInputFilterSensitiveLog: (
2199
- obj: CreateRepositoryInput
2200
- ) => any;
2201
- export declare const CreateRepositoryOutputFilterSensitiveLog: (
2202
- obj: CreateRepositoryOutput
2203
- ) => any;
2204
- export declare const ReplaceContentEntryFilterSensitiveLog: (
2205
- obj: ReplaceContentEntry
2206
- ) => any;
2207
- export declare const ConflictResolutionFilterSensitiveLog: (
2208
- obj: ConflictResolution
2209
- ) => any;
2210
- export declare const CreateUnreferencedMergeCommitInputFilterSensitiveLog: (
2211
- obj: CreateUnreferencedMergeCommitInput
2212
- ) => any;
2213
- export declare const CreateUnreferencedMergeCommitOutputFilterSensitiveLog: (
2214
- obj: CreateUnreferencedMergeCommitOutput
2215
- ) => any;
2216
- export declare const DeleteApprovalRuleTemplateInputFilterSensitiveLog: (
2217
- obj: DeleteApprovalRuleTemplateInput
2218
- ) => any;
2219
- export declare const DeleteApprovalRuleTemplateOutputFilterSensitiveLog: (
2220
- obj: DeleteApprovalRuleTemplateOutput
2221
- ) => any;
2222
- export declare const DeleteBranchInputFilterSensitiveLog: (
2223
- obj: DeleteBranchInput
2224
- ) => any;
2225
- export declare const DeleteBranchOutputFilterSensitiveLog: (
2226
- obj: DeleteBranchOutput
2227
- ) => any;
2228
- export declare const DeleteCommentContentInputFilterSensitiveLog: (
2229
- obj: DeleteCommentContentInput
2230
- ) => any;
2231
- export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
2232
- export declare const DeleteCommentContentOutputFilterSensitiveLog: (
2233
- obj: DeleteCommentContentOutput
2234
- ) => any;
2235
- export declare const DeleteFileInputFilterSensitiveLog: (
2236
- obj: DeleteFileInput
2237
- ) => any;
2238
- export declare const DeleteFileOutputFilterSensitiveLog: (
2239
- obj: DeleteFileOutput
2240
- ) => any;
2241
- export declare const DeletePullRequestApprovalRuleInputFilterSensitiveLog: (
2242
- obj: DeletePullRequestApprovalRuleInput
2243
- ) => any;
2244
- export declare const DeletePullRequestApprovalRuleOutputFilterSensitiveLog: (
2245
- obj: DeletePullRequestApprovalRuleOutput
2246
- ) => any;
2247
- export declare const DeleteRepositoryInputFilterSensitiveLog: (
2248
- obj: DeleteRepositoryInput
2249
- ) => any;
2250
- export declare const DeleteRepositoryOutputFilterSensitiveLog: (
2251
- obj: DeleteRepositoryOutput
2252
- ) => any;
2253
- export declare const DescribeMergeConflictsInputFilterSensitiveLog: (
2254
- obj: DescribeMergeConflictsInput
2255
- ) => any;
2256
- export declare const DescribeMergeConflictsOutputFilterSensitiveLog: (
2257
- obj: DescribeMergeConflictsOutput
2258
- ) => any;
2259
- export declare const DescribePullRequestEventsInputFilterSensitiveLog: (
2260
- obj: DescribePullRequestEventsInput
2261
- ) => any;
2262
- export declare const PullRequestCreatedEventMetadataFilterSensitiveLog: (
2263
- obj: PullRequestCreatedEventMetadata
2264
- ) => any;
2265
- export declare const PullRequestMergedStateChangedEventMetadataFilterSensitiveLog: (
2266
- obj: PullRequestMergedStateChangedEventMetadata
2267
- ) => any;
2268
- export declare const PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog: (
2269
- obj: PullRequestSourceReferenceUpdatedEventMetadata
2270
- ) => any;
2271
- export declare const PullRequestStatusChangedEventMetadataFilterSensitiveLog: (
2272
- obj: PullRequestStatusChangedEventMetadata
2273
- ) => any;
2274
- export declare const PullRequestEventFilterSensitiveLog: (
2275
- obj: PullRequestEvent
2276
- ) => any;
2277
- export declare const DescribePullRequestEventsOutputFilterSensitiveLog: (
2278
- obj: DescribePullRequestEventsOutput
2279
- ) => any;
2280
- export declare const DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog: (
2281
- obj: DisassociateApprovalRuleTemplateFromRepositoryInput
2282
- ) => any;
2283
- export declare const EvaluatePullRequestApprovalRulesInputFilterSensitiveLog: (
2284
- obj: EvaluatePullRequestApprovalRulesInput
2285
- ) => any;
2286
- export declare const EvaluationFilterSensitiveLog: (obj: Evaluation) => any;
2287
- export declare const EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog: (
2288
- obj: EvaluatePullRequestApprovalRulesOutput
2289
- ) => any;
2290
- export declare const GetApprovalRuleTemplateInputFilterSensitiveLog: (
2291
- obj: GetApprovalRuleTemplateInput
2292
- ) => any;
2293
- export declare const GetApprovalRuleTemplateOutputFilterSensitiveLog: (
2294
- obj: GetApprovalRuleTemplateOutput
2295
- ) => any;
2296
- export declare const GetBlobInputFilterSensitiveLog: (obj: GetBlobInput) => any;
2297
- export declare const GetBlobOutputFilterSensitiveLog: (
2298
- obj: GetBlobOutput
2299
- ) => any;
2300
- export declare const GetBranchInputFilterSensitiveLog: (
2301
- obj: GetBranchInput
2302
- ) => any;
2303
- export declare const GetBranchOutputFilterSensitiveLog: (
2304
- obj: GetBranchOutput
2305
- ) => any;
2306
- export declare const GetCommentInputFilterSensitiveLog: (
2307
- obj: GetCommentInput
2308
- ) => any;
2309
- export declare const GetCommentOutputFilterSensitiveLog: (
2310
- obj: GetCommentOutput
2311
- ) => any;
2312
- export declare const GetCommentReactionsInputFilterSensitiveLog: (
2313
- obj: GetCommentReactionsInput
2314
- ) => any;
2315
- export declare const ReactionValueFormatsFilterSensitiveLog: (
2316
- obj: ReactionValueFormats
2317
- ) => any;
2318
- export declare const ReactionForCommentFilterSensitiveLog: (
2319
- obj: ReactionForComment
2320
- ) => any;
2321
- export declare const GetCommentReactionsOutputFilterSensitiveLog: (
2322
- obj: GetCommentReactionsOutput
2323
- ) => any;
2324
- export declare const GetCommentsForComparedCommitInputFilterSensitiveLog: (
2325
- obj: GetCommentsForComparedCommitInput
2326
- ) => any;
2327
- export declare const LocationFilterSensitiveLog: (obj: Location) => any;
2328
- export declare const CommentsForComparedCommitFilterSensitiveLog: (
2329
- obj: CommentsForComparedCommit
2330
- ) => any;
2331
- export declare const GetCommentsForComparedCommitOutputFilterSensitiveLog: (
2332
- obj: GetCommentsForComparedCommitOutput
2333
- ) => any;
2334
- export declare const GetCommentsForPullRequestInputFilterSensitiveLog: (
2335
- obj: GetCommentsForPullRequestInput
2336
- ) => any;
2337
- export declare const CommentsForPullRequestFilterSensitiveLog: (
2338
- obj: CommentsForPullRequest
2339
- ) => any;
2340
- export declare const GetCommentsForPullRequestOutputFilterSensitiveLog: (
2341
- obj: GetCommentsForPullRequestOutput
2342
- ) => any;
2343
- export declare const GetCommitInputFilterSensitiveLog: (
2344
- obj: GetCommitInput
2345
- ) => any;
2346
- export declare const GetCommitOutputFilterSensitiveLog: (
2347
- obj: GetCommitOutput
2348
- ) => any;
2349
- export declare const GetDifferencesInputFilterSensitiveLog: (
2350
- obj: GetDifferencesInput
2351
- ) => any;
2352
- export declare const DifferenceFilterSensitiveLog: (obj: Difference) => any;
2353
- export declare const GetDifferencesOutputFilterSensitiveLog: (
2354
- obj: GetDifferencesOutput
2355
- ) => any;
2356
- export declare const GetFileInputFilterSensitiveLog: (obj: GetFileInput) => any;
2357
- export declare const GetFileOutputFilterSensitiveLog: (
2358
- obj: GetFileOutput
2359
- ) => any;
2360
- export declare const GetFolderInputFilterSensitiveLog: (
2361
- obj: GetFolderInput
2362
- ) => any;
2363
- export declare const FileFilterSensitiveLog: (obj: File) => any;
2364
- export declare const FolderFilterSensitiveLog: (obj: Folder) => any;
2365
- export declare const SubModuleFilterSensitiveLog: (obj: SubModule) => any;
2366
- export declare const SymbolicLinkFilterSensitiveLog: (obj: SymbolicLink) => any;
2367
- export declare const GetFolderOutputFilterSensitiveLog: (
2368
- obj: GetFolderOutput
2369
- ) => any;
2370
- export declare const GetMergeCommitInputFilterSensitiveLog: (
2371
- obj: GetMergeCommitInput
2372
- ) => any;
2373
- export declare const GetMergeCommitOutputFilterSensitiveLog: (
2374
- obj: GetMergeCommitOutput
2375
- ) => any;
2376
- export declare const GetMergeConflictsInputFilterSensitiveLog: (
2377
- obj: GetMergeConflictsInput
2378
- ) => any;
2379
- export declare const GetMergeConflictsOutputFilterSensitiveLog: (
2380
- obj: GetMergeConflictsOutput
2381
- ) => any;
2382
- export declare const GetMergeOptionsInputFilterSensitiveLog: (
2383
- obj: GetMergeOptionsInput
2384
- ) => any;
2385
- export declare const GetMergeOptionsOutputFilterSensitiveLog: (
2386
- obj: GetMergeOptionsOutput
2387
- ) => any;
2388
- export declare const GetPullRequestInputFilterSensitiveLog: (
2389
- obj: GetPullRequestInput
2390
- ) => any;
2391
- export declare const GetPullRequestOutputFilterSensitiveLog: (
2392
- obj: GetPullRequestOutput
2393
- ) => any;
2394
- export declare const GetPullRequestApprovalStatesInputFilterSensitiveLog: (
2395
- obj: GetPullRequestApprovalStatesInput
2396
- ) => any;
2397
- export declare const GetPullRequestApprovalStatesOutputFilterSensitiveLog: (
2398
- obj: GetPullRequestApprovalStatesOutput
2399
- ) => any;
2400
- export declare const GetPullRequestOverrideStateInputFilterSensitiveLog: (
2401
- obj: GetPullRequestOverrideStateInput
2402
- ) => any;
2403
- export declare const GetPullRequestOverrideStateOutputFilterSensitiveLog: (
2404
- obj: GetPullRequestOverrideStateOutput
2405
- ) => any;
2406
- export declare const GetRepositoryInputFilterSensitiveLog: (
2407
- obj: GetRepositoryInput
2408
- ) => any;
2409
- export declare const GetRepositoryOutputFilterSensitiveLog: (
2410
- obj: GetRepositoryOutput
2411
- ) => any;
2412
- export declare const GetRepositoryTriggersInputFilterSensitiveLog: (
2413
- obj: GetRepositoryTriggersInput
2414
- ) => any;
2415
- export declare const RepositoryTriggerFilterSensitiveLog: (
2416
- obj: RepositoryTrigger
2417
- ) => any;
2418
- export declare const GetRepositoryTriggersOutputFilterSensitiveLog: (
2419
- obj: GetRepositoryTriggersOutput
2420
- ) => any;
2421
- export declare const ListApprovalRuleTemplatesInputFilterSensitiveLog: (
2422
- obj: ListApprovalRuleTemplatesInput
2423
- ) => any;
2424
- export declare const ListApprovalRuleTemplatesOutputFilterSensitiveLog: (
2425
- obj: ListApprovalRuleTemplatesOutput
2426
- ) => any;
2427
- export declare const ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog: (
2428
- obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput
2429
- ) => any;
2430
- export declare const ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog: (
2431
- obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput
2432
- ) => any;
2433
- export declare const ListBranchesInputFilterSensitiveLog: (
2434
- obj: ListBranchesInput
2435
- ) => any;
2436
- export declare const ListBranchesOutputFilterSensitiveLog: (
2437
- obj: ListBranchesOutput
2438
- ) => any;
2439
- export declare const ListPullRequestsInputFilterSensitiveLog: (
2440
- obj: ListPullRequestsInput
2441
- ) => any;
2442
- export declare const ListPullRequestsOutputFilterSensitiveLog: (
2443
- obj: ListPullRequestsOutput
2444
- ) => any;
@@ -669,169 +669,3 @@ export interface UpdateRepositoryNameInput {
669
669
  oldName: string | undefined;
670
670
  newName: string | undefined;
671
671
  }
672
- export declare const ListRepositoriesInputFilterSensitiveLog: (
673
- obj: ListRepositoriesInput
674
- ) => any;
675
- export declare const RepositoryNameIdPairFilterSensitiveLog: (
676
- obj: RepositoryNameIdPair
677
- ) => any;
678
- export declare const ListRepositoriesOutputFilterSensitiveLog: (
679
- obj: ListRepositoriesOutput
680
- ) => any;
681
- export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (
682
- obj: ListRepositoriesForApprovalRuleTemplateInput
683
- ) => any;
684
- export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (
685
- obj: ListRepositoriesForApprovalRuleTemplateOutput
686
- ) => any;
687
- export declare const ListTagsForResourceInputFilterSensitiveLog: (
688
- obj: ListTagsForResourceInput
689
- ) => any;
690
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (
691
- obj: ListTagsForResourceOutput
692
- ) => any;
693
- export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (
694
- obj: MergeBranchesByFastForwardInput
695
- ) => any;
696
- export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (
697
- obj: MergeBranchesByFastForwardOutput
698
- ) => any;
699
- export declare const MergeBranchesBySquashInputFilterSensitiveLog: (
700
- obj: MergeBranchesBySquashInput
701
- ) => any;
702
- export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (
703
- obj: MergeBranchesBySquashOutput
704
- ) => any;
705
- export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (
706
- obj: MergeBranchesByThreeWayInput
707
- ) => any;
708
- export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (
709
- obj: MergeBranchesByThreeWayOutput
710
- ) => any;
711
- export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (
712
- obj: MergePullRequestByFastForwardInput
713
- ) => any;
714
- export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (
715
- obj: MergePullRequestByFastForwardOutput
716
- ) => any;
717
- export declare const MergePullRequestBySquashInputFilterSensitiveLog: (
718
- obj: MergePullRequestBySquashInput
719
- ) => any;
720
- export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (
721
- obj: MergePullRequestBySquashOutput
722
- ) => any;
723
- export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (
724
- obj: MergePullRequestByThreeWayInput
725
- ) => any;
726
- export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (
727
- obj: MergePullRequestByThreeWayOutput
728
- ) => any;
729
- export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (
730
- obj: OverridePullRequestApprovalRulesInput
731
- ) => any;
732
- export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (
733
- obj: PostCommentForComparedCommitInput
734
- ) => any;
735
- export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (
736
- obj: PostCommentForComparedCommitOutput
737
- ) => any;
738
- export declare const PostCommentForPullRequestInputFilterSensitiveLog: (
739
- obj: PostCommentForPullRequestInput
740
- ) => any;
741
- export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (
742
- obj: PostCommentForPullRequestOutput
743
- ) => any;
744
- export declare const PostCommentReplyInputFilterSensitiveLog: (
745
- obj: PostCommentReplyInput
746
- ) => any;
747
- export declare const PostCommentReplyOutputFilterSensitiveLog: (
748
- obj: PostCommentReplyOutput
749
- ) => any;
750
- export declare const PutCommentReactionInputFilterSensitiveLog: (
751
- obj: PutCommentReactionInput
752
- ) => any;
753
- export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
754
- export declare const PutFileOutputFilterSensitiveLog: (
755
- obj: PutFileOutput
756
- ) => any;
757
- export declare const PutRepositoryTriggersInputFilterSensitiveLog: (
758
- obj: PutRepositoryTriggersInput
759
- ) => any;
760
- export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (
761
- obj: PutRepositoryTriggersOutput
762
- ) => any;
763
- export declare const TagResourceInputFilterSensitiveLog: (
764
- obj: TagResourceInput
765
- ) => any;
766
- export declare const TestRepositoryTriggersInputFilterSensitiveLog: (
767
- obj: TestRepositoryTriggersInput
768
- ) => any;
769
- export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (
770
- obj: RepositoryTriggerExecutionFailure
771
- ) => any;
772
- export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (
773
- obj: TestRepositoryTriggersOutput
774
- ) => any;
775
- export declare const UntagResourceInputFilterSensitiveLog: (
776
- obj: UntagResourceInput
777
- ) => any;
778
- export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (
779
- obj: UpdateApprovalRuleTemplateContentInput
780
- ) => any;
781
- export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (
782
- obj: UpdateApprovalRuleTemplateContentOutput
783
- ) => any;
784
- export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (
785
- obj: UpdateApprovalRuleTemplateDescriptionInput
786
- ) => any;
787
- export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (
788
- obj: UpdateApprovalRuleTemplateDescriptionOutput
789
- ) => any;
790
- export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (
791
- obj: UpdateApprovalRuleTemplateNameInput
792
- ) => any;
793
- export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (
794
- obj: UpdateApprovalRuleTemplateNameOutput
795
- ) => any;
796
- export declare const UpdateCommentInputFilterSensitiveLog: (
797
- obj: UpdateCommentInput
798
- ) => any;
799
- export declare const UpdateCommentOutputFilterSensitiveLog: (
800
- obj: UpdateCommentOutput
801
- ) => any;
802
- export declare const UpdateDefaultBranchInputFilterSensitiveLog: (
803
- obj: UpdateDefaultBranchInput
804
- ) => any;
805
- export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (
806
- obj: UpdatePullRequestApprovalRuleContentInput
807
- ) => any;
808
- export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (
809
- obj: UpdatePullRequestApprovalRuleContentOutput
810
- ) => any;
811
- export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (
812
- obj: UpdatePullRequestApprovalStateInput
813
- ) => any;
814
- export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (
815
- obj: UpdatePullRequestDescriptionInput
816
- ) => any;
817
- export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (
818
- obj: UpdatePullRequestDescriptionOutput
819
- ) => any;
820
- export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (
821
- obj: UpdatePullRequestStatusInput
822
- ) => any;
823
- export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (
824
- obj: UpdatePullRequestStatusOutput
825
- ) => any;
826
- export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (
827
- obj: UpdatePullRequestTitleInput
828
- ) => any;
829
- export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (
830
- obj: UpdatePullRequestTitleOutput
831
- ) => any;
832
- export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (
833
- obj: UpdateRepositoryDescriptionInput
834
- ) => any;
835
- export declare const UpdateRepositoryNameInputFilterSensitiveLog: (
836
- obj: UpdateRepositoryNameInput
837
- ) => any;