@aws-sdk/client-codecommit 3.337.0 → 3.341.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 (321) hide show
  1. package/dist-cjs/CodeCommitClient.js +2 -1
  2. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -1
  3. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -1
  4. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -1
  5. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -1
  6. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -1
  7. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -1
  8. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -1
  9. package/dist-cjs/commands/CreateBranchCommand.js +2 -1
  10. package/dist-cjs/commands/CreateCommitCommand.js +2 -1
  11. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -1
  12. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -1
  13. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -1
  14. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteBranchCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteFileCommand.js +2 -1
  19. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -1
  22. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -1
  23. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -1
  24. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -1
  25. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -1
  26. package/dist-cjs/commands/GetBlobCommand.js +2 -1
  27. package/dist-cjs/commands/GetBranchCommand.js +2 -1
  28. package/dist-cjs/commands/GetCommentCommand.js +2 -1
  29. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -1
  30. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -1
  31. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -1
  32. package/dist-cjs/commands/GetCommitCommand.js +2 -1
  33. package/dist-cjs/commands/GetDifferencesCommand.js +2 -1
  34. package/dist-cjs/commands/GetFileCommand.js +2 -1
  35. package/dist-cjs/commands/GetFolderCommand.js +2 -1
  36. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -1
  37. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -1
  38. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -1
  39. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -1
  40. package/dist-cjs/commands/GetPullRequestCommand.js +2 -1
  41. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -1
  42. package/dist-cjs/commands/GetRepositoryCommand.js +2 -1
  43. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -1
  44. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -1
  45. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -1
  46. package/dist-cjs/commands/ListBranchesCommand.js +2 -1
  47. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -1
  48. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -1
  49. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -1
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  51. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -1
  52. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -1
  53. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -1
  54. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -1
  55. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -1
  56. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -1
  57. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +2 -1
  58. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -1
  59. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -1
  60. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -1
  61. package/dist-cjs/commands/PutCommentReactionCommand.js +2 -1
  62. package/dist-cjs/commands/PutFileCommand.js +2 -1
  63. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -1
  64. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  65. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -1
  66. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  67. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -1
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -1
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -1
  70. package/dist-cjs/commands/UpdateCommentCommand.js +2 -1
  71. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +2 -1
  72. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -1
  73. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +2 -1
  74. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -1
  75. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -1
  76. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -1
  77. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +2 -1
  78. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +2 -1
  79. package/dist-cjs/index.js +2 -2
  80. package/dist-cjs/models/CodeCommitServiceException.js +2 -1
  81. package/dist-es/CodeCommitClient.js +1 -0
  82. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -0
  83. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +1 -0
  84. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +1 -0
  85. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +1 -0
  86. package/dist-es/commands/BatchGetCommitsCommand.js +1 -0
  87. package/dist-es/commands/BatchGetRepositoriesCommand.js +1 -0
  88. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +1 -0
  89. package/dist-es/commands/CreateBranchCommand.js +1 -0
  90. package/dist-es/commands/CreateCommitCommand.js +1 -0
  91. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +1 -0
  92. package/dist-es/commands/CreatePullRequestCommand.js +1 -0
  93. package/dist-es/commands/CreateRepositoryCommand.js +1 -0
  94. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +1 -0
  95. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +1 -0
  96. package/dist-es/commands/DeleteBranchCommand.js +1 -0
  97. package/dist-es/commands/DeleteCommentContentCommand.js +1 -0
  98. package/dist-es/commands/DeleteFileCommand.js +1 -0
  99. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +1 -0
  100. package/dist-es/commands/DeleteRepositoryCommand.js +1 -0
  101. package/dist-es/commands/DescribeMergeConflictsCommand.js +1 -0
  102. package/dist-es/commands/DescribePullRequestEventsCommand.js +1 -0
  103. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -0
  104. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +1 -0
  105. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +1 -0
  106. package/dist-es/commands/GetBlobCommand.js +1 -0
  107. package/dist-es/commands/GetBranchCommand.js +1 -0
  108. package/dist-es/commands/GetCommentCommand.js +1 -0
  109. package/dist-es/commands/GetCommentReactionsCommand.js +1 -0
  110. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +1 -0
  111. package/dist-es/commands/GetCommentsForPullRequestCommand.js +1 -0
  112. package/dist-es/commands/GetCommitCommand.js +1 -0
  113. package/dist-es/commands/GetDifferencesCommand.js +1 -0
  114. package/dist-es/commands/GetFileCommand.js +1 -0
  115. package/dist-es/commands/GetFolderCommand.js +1 -0
  116. package/dist-es/commands/GetMergeCommitCommand.js +1 -0
  117. package/dist-es/commands/GetMergeConflictsCommand.js +1 -0
  118. package/dist-es/commands/GetMergeOptionsCommand.js +1 -0
  119. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +1 -0
  120. package/dist-es/commands/GetPullRequestCommand.js +1 -0
  121. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +1 -0
  122. package/dist-es/commands/GetRepositoryCommand.js +1 -0
  123. package/dist-es/commands/GetRepositoryTriggersCommand.js +1 -0
  124. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +1 -0
  125. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +1 -0
  126. package/dist-es/commands/ListBranchesCommand.js +1 -0
  127. package/dist-es/commands/ListPullRequestsCommand.js +1 -0
  128. package/dist-es/commands/ListRepositoriesCommand.js +1 -0
  129. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +1 -0
  130. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  131. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +1 -0
  132. package/dist-es/commands/MergeBranchesBySquashCommand.js +1 -0
  133. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +1 -0
  134. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +1 -0
  135. package/dist-es/commands/MergePullRequestBySquashCommand.js +1 -0
  136. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +1 -0
  137. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +1 -0
  138. package/dist-es/commands/PostCommentForComparedCommitCommand.js +1 -0
  139. package/dist-es/commands/PostCommentForPullRequestCommand.js +1 -0
  140. package/dist-es/commands/PostCommentReplyCommand.js +1 -0
  141. package/dist-es/commands/PutCommentReactionCommand.js +1 -0
  142. package/dist-es/commands/PutFileCommand.js +1 -0
  143. package/dist-es/commands/PutRepositoryTriggersCommand.js +1 -0
  144. package/dist-es/commands/TagResourceCommand.js +1 -0
  145. package/dist-es/commands/TestRepositoryTriggersCommand.js +1 -0
  146. package/dist-es/commands/UntagResourceCommand.js +1 -0
  147. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +1 -0
  148. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +1 -0
  149. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +1 -0
  150. package/dist-es/commands/UpdateCommentCommand.js +1 -0
  151. package/dist-es/commands/UpdateDefaultBranchCommand.js +1 -0
  152. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +1 -0
  153. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +1 -0
  154. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +1 -0
  155. package/dist-es/commands/UpdatePullRequestStatusCommand.js +1 -0
  156. package/dist-es/commands/UpdatePullRequestTitleCommand.js +1 -0
  157. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +1 -0
  158. package/dist-es/commands/UpdateRepositoryNameCommand.js +1 -0
  159. package/dist-es/index.js +2 -2
  160. package/dist-es/models/CodeCommitServiceException.js +1 -0
  161. package/dist-types/CodeCommitClient.d.ts +3 -3
  162. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -0
  163. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -0
  164. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -0
  165. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -0
  166. package/dist-types/commands/BatchGetCommitsCommand.d.ts +4 -0
  167. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +4 -0
  168. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -0
  169. package/dist-types/commands/CreateBranchCommand.d.ts +4 -0
  170. package/dist-types/commands/CreateCommitCommand.d.ts +4 -0
  171. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -0
  172. package/dist-types/commands/CreatePullRequestCommand.d.ts +4 -0
  173. package/dist-types/commands/CreateRepositoryCommand.d.ts +4 -0
  174. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -0
  175. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -0
  176. package/dist-types/commands/DeleteBranchCommand.d.ts +4 -0
  177. package/dist-types/commands/DeleteCommentContentCommand.d.ts +4 -0
  178. package/dist-types/commands/DeleteFileCommand.d.ts +4 -0
  179. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -0
  180. package/dist-types/commands/DeleteRepositoryCommand.d.ts +4 -0
  181. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +4 -0
  182. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +4 -0
  183. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -0
  184. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -0
  185. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +4 -0
  186. package/dist-types/commands/GetBlobCommand.d.ts +4 -0
  187. package/dist-types/commands/GetBranchCommand.d.ts +4 -0
  188. package/dist-types/commands/GetCommentCommand.d.ts +4 -0
  189. package/dist-types/commands/GetCommentReactionsCommand.d.ts +4 -0
  190. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +4 -0
  191. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +4 -0
  192. package/dist-types/commands/GetCommitCommand.d.ts +4 -0
  193. package/dist-types/commands/GetDifferencesCommand.d.ts +4 -0
  194. package/dist-types/commands/GetFileCommand.d.ts +4 -0
  195. package/dist-types/commands/GetFolderCommand.d.ts +4 -0
  196. package/dist-types/commands/GetMergeCommitCommand.d.ts +4 -0
  197. package/dist-types/commands/GetMergeConflictsCommand.d.ts +4 -0
  198. package/dist-types/commands/GetMergeOptionsCommand.d.ts +4 -0
  199. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -0
  200. package/dist-types/commands/GetPullRequestCommand.d.ts +4 -0
  201. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +4 -0
  202. package/dist-types/commands/GetRepositoryCommand.d.ts +4 -0
  203. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +4 -0
  204. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +4 -0
  205. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -0
  206. package/dist-types/commands/ListBranchesCommand.d.ts +4 -0
  207. package/dist-types/commands/ListPullRequestsCommand.d.ts +4 -0
  208. package/dist-types/commands/ListRepositoriesCommand.d.ts +4 -0
  209. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -0
  210. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  211. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +4 -0
  212. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +4 -0
  213. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +4 -0
  214. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +4 -0
  215. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +4 -0
  216. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +4 -0
  217. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -0
  218. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +4 -0
  219. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +4 -0
  220. package/dist-types/commands/PostCommentReplyCommand.d.ts +4 -0
  221. package/dist-types/commands/PutCommentReactionCommand.d.ts +4 -0
  222. package/dist-types/commands/PutFileCommand.d.ts +4 -0
  223. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +4 -0
  224. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  225. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +4 -0
  226. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  227. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -0
  228. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -0
  229. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -0
  230. package/dist-types/commands/UpdateCommentCommand.d.ts +4 -0
  231. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +4 -0
  232. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -0
  233. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -0
  234. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -0
  235. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +4 -0
  236. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +4 -0
  237. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -0
  238. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +4 -0
  239. package/dist-types/index.d.ts +403 -2
  240. package/dist-types/models/CodeCommitServiceException.d.ts +1 -0
  241. package/dist-types/ts3.4/CodeCommitClient.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +1 -0
  300. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +1 -0
  301. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +1 -0
  302. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +1 -0
  303. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +1 -0
  304. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  305. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +1 -0
  306. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  307. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -0
  308. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -0
  309. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -0
  310. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +1 -0
  311. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +1 -0
  312. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -0
  313. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -0
  314. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -0
  315. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +1 -0
  316. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +1 -0
  317. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -0
  318. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +1 -0
  319. package/dist-types/ts3.4/index.d.ts +2 -2
  320. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +1 -0
  321. package/package.json +28 -28
@@ -1,6 +1,407 @@
1
- export * from "./CodeCommit";
1
+ /**
2
+ * <fullname>AWS CodeCommit</fullname>
3
+ * <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
4
+ * AWS CodeCommit API along with usage examples.</p>
5
+ * <p>You can use the AWS CodeCommit API to work with the following objects:</p>
6
+ *
7
+ * <p>Repositories, by calling the following:</p>
8
+ * <ul>
9
+ * <li>
10
+ * <p>
11
+ * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>
15
+ * <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>
19
+ * <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>
20
+ * </li>
21
+ * <li>
22
+ * <p>
23
+ * <a>GetRepository</a>, which returns information about a specified repository.</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>
27
+ * <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>
32
+ * </li>
33
+ * <li>
34
+ * <p>
35
+ * <a>UpdateRepositoryName</a>, which changes the name of the
36
+ * repository. If you change the name of a repository, no other users of that
37
+ * repository can access it until you send them the new HTTPS or SSH URL to
38
+ * use.</p>
39
+ * </li>
40
+ * </ul>
41
+ *
42
+ * <p>Branches, by calling the following:</p>
43
+ * <ul>
44
+ * <li>
45
+ * <p>
46
+ * <a>CreateBranch</a>, which creates a branch in a specified
47
+ * repository.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>
55
+ * <a>GetBranch</a>, which returns information about a specified branch.</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <a>ListBranches</a>, which lists all branches for a specified repository.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>
64
+ * </li>
65
+ * </ul>
66
+ *
67
+ * <p>Files, by calling the following:</p>
68
+ * <ul>
69
+ * <li>
70
+ * <p>
71
+ * <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>
75
+ * <a>GetBlob</a>, which returns the base-64 encoded content of an
76
+ * individual Git blob object in a repository.</p>
77
+ * </li>
78
+ * <li>
79
+ * <p>
80
+ * <a>GetFile</a>, which returns the base-64 encoded content of a specified file.</p>
81
+ * </li>
82
+ * <li>
83
+ * <p>
84
+ * <a>GetFolder</a>, which returns the contents of a specified folder or directory.</p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>
89
+ * </li>
90
+ * </ul>
91
+ *
92
+ *
93
+ * <p>Commits, by calling the following:</p>
94
+ * <ul>
95
+ * <li>
96
+ * <p>
97
+ * <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>
101
+ * <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>
102
+ * </li>
103
+ * <li>
104
+ * <p>
105
+ * <a>GetCommit</a>, which returns information about a commit, including commit
106
+ * messages and author and committer information.</p>
107
+ * </li>
108
+ * <li>
109
+ * <p>
110
+ * <a>GetDifferences</a>, which returns information about the
111
+ * differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,
112
+ * or other fully qualified reference).</p>
113
+ * </li>
114
+ * </ul>
115
+ *
116
+ *
117
+ * <p>Merges, by calling the following:</p>
118
+ * <ul>
119
+ * <li>
120
+ * <p>
121
+ * <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the
126
+ * purpose of comparing them and identifying any potential conflicts.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions
131
+ * of a file in a potential merge.</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>
135
+ * <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>
136
+ *
137
+ * </li>
138
+ * <li>
139
+ * <p>
140
+ * <a>GetMergeConflicts</a>, which returns information about merge conflicts
141
+ * between the source and destination branch in a pull request.</p>
142
+ * </li>
143
+ * <li>
144
+ *
145
+ * <p>
146
+ * <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>
150
+ * <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>
151
+ * </li>
152
+ * <li>
153
+ * <p>
154
+ * <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>
155
+ * </li>
156
+ * <li>
157
+ * <p>
158
+ * <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>
159
+ * </li>
160
+ * </ul>
161
+ *
162
+ *
163
+ * <p>Pull requests, by calling the following:</p>
164
+ * <ul>
165
+ * <li>
166
+ * <p>
167
+ * <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>
168
+ * </li>
169
+ * <li>
170
+ * <p>
171
+ * <a>CreatePullRequestApprovalRule</a>, which creates an approval rule for a specified pull request.</p>
172
+ * </li>
173
+ * <li>
174
+ * <p>
175
+ * <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>
180
+ * </li>
181
+ * <li>
182
+ * <p>
183
+ * <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
184
+ * </li>
185
+ * <li>
186
+ * <p>
187
+ * <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>
188
+ * </li>
189
+ * <li>
190
+ *
191
+ * <p>
192
+ * <a>GetPullRequest</a>, which returns information about a specified pull request.</p>
193
+ * </li>
194
+ * <li>
195
+ * <p>
196
+ * <a>GetPullRequestApprovalStates</a>, which returns information about the approval states for a specified pull request.</p>
197
+ * </li>
198
+ * <li>
199
+ * <p>
200
+ * <a>GetPullRequestOverrideState</a>, which returns information about whether approval rules have been set aside (overriden) for a
201
+ * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
202
+ * </li>
203
+ * <li>
204
+ * <p>
205
+ * <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>
206
+ * </li>
207
+ * <li>
208
+ * <p>
209
+ * <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination
210
+ * branch for that pull request using the fast-forward merge option.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination
215
+ * branch for that pull request using the squash merge option.</p>
216
+ * </li>
217
+ * <li>
218
+ * <p>
219
+ * <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination
220
+ * branch for that pull request using the three-way merge option.</p>
221
+ * </li>
222
+ * <li>
223
+ * <p>
224
+ * <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>
225
+ * </li>
226
+ * <li>
227
+ * <p>
228
+ * <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>
229
+ * </li>
230
+ * <li>
231
+ * <p>
232
+ * <a>UpdatePullRequestApprovalRuleContent</a>, which updates the structure of an approval rule for a pull request.</p>
233
+ * </li>
234
+ * <li>
235
+ * <p>
236
+ * <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>
240
+ * <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>
241
+ * </li>
242
+ * <li>
243
+ * <p>
244
+ * <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>
245
+ * </li>
246
+ * <li>
247
+ * <p>
248
+ * <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>
249
+ * </li>
250
+ * </ul>
251
+ *
252
+ * <p>Approval rule templates, by calling the following:</p>
253
+ * <ul>
254
+ * <li>
255
+ * <p>
256
+ * <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template
257
+ * with a specified repository. After the template is associated with a repository,
258
+ * AWS CodeCommit creates approval rules that match the template conditions on
259
+ * every pull request created in the specified repository.</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>
263
+ * <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a
264
+ * template with one or more specified repositories. After the template is
265
+ * associated with a repository, AWS CodeCommit creates approval rules that match
266
+ * the template conditions on every pull request created in the specified
267
+ * repositories.</p>
268
+ * </li>
269
+ * <li>
270
+ * <p>
271
+ * <a>BatchDisassociateApprovalRuleTemplateFromRepositories</a>, which removes the
272
+ * association between a template and specified repositories so that approval rules
273
+ * based on the template are not automatically created when pull requests are
274
+ * created in those repositories.</p>
275
+ * </li>
276
+ * <li>
277
+ * <p>
278
+ * <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories
279
+ * in your AWS account.</p>
280
+ * </li>
281
+ * <li>
282
+ * <p>
283
+ * <a>DeleteApprovalRuleTemplate</a>, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.</p>
284
+ * </li>
285
+ * <li>
286
+ * <p>
287
+ * <a>DisassociateApprovalRuleTemplateFromRepository</a>, which removes the
288
+ * association between a template and a repository so that approval rules based on
289
+ * the template are not automatically created when pull requests are created in the
290
+ * specified repository.</p>
291
+ * </li>
292
+ * <li>
293
+ * <p>
294
+ * <a>GetApprovalRuleTemplate</a>, which returns information about an approval rule template.</p>
295
+ * </li>
296
+ * <li>
297
+ * <p>
298
+ * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>
299
+ * </li>
300
+ * <li>
301
+ * <p>
302
+ * <a>ListAssociatedApprovalRuleTemplatesForRepository</a>, which lists all approval rule templates that are associated with a specified repository.</p>
303
+ * </li>
304
+ * <li>
305
+ * <p>
306
+ * <a>ListRepositoriesForApprovalRuleTemplate</a>, which lists all repositories associated with the specified approval rule template.</p>
307
+ * </li>
308
+ * <li>
309
+ * <p>
310
+ * <a>UpdateApprovalRuleTemplateDescription</a>, which updates the description of an
311
+ * approval rule template.</p>
312
+ * </li>
313
+ * <li>
314
+ * <p>
315
+ * <a>UpdateApprovalRuleTemplateName</a>, which updates the name of an approval rule template.</p>
316
+ * </li>
317
+ * <li>
318
+ * <p>
319
+ * <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>
320
+ * </li>
321
+ * </ul>
322
+ *
323
+ * <p>Comments in a repository, by calling the following:</p>
324
+ * <ul>
325
+ * <li>
326
+ * <p>
327
+ * <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>
328
+ * </li>
329
+ * <li>
330
+ * <p>
331
+ * <a>GetComment</a>, which returns information about a comment on a commit.</p>
332
+ * </li>
333
+ * <li>
334
+ * <p>
335
+ * <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>
336
+ * </li>
337
+ * <li>
338
+ * <p>
339
+ * <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers
340
+ * in a repository.</p>
341
+ * </li>
342
+ * <li>
343
+ * <p>
344
+ * <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>
345
+ * </li>
346
+ * <li>
347
+ * <p>
348
+ * <a>PostCommentReply</a>, which creates a reply to a comment.</p>
349
+ * </li>
350
+ * <li>
351
+ * <p>
352
+ * <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>
356
+ * <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>
357
+ * </li>
358
+ * </ul>
359
+ *
360
+ * <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>
361
+ * <ul>
362
+ * <li>
363
+ * <p>
364
+ * <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>
365
+ * </li>
366
+ * <li>
367
+ * <p>
368
+ * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>
369
+ * </li>
370
+ * <li>
371
+ * <p>
372
+ * <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>
373
+ * </li>
374
+ * </ul>
375
+ *
376
+ * <p>Triggers, by calling the following:</p>
377
+ * <ul>
378
+ * <li>
379
+ * <p>
380
+ * <a>GetRepositoryTriggers</a>, which returns information about triggers configured
381
+ * for a repository.</p>
382
+ * </li>
383
+ * <li>
384
+ * <p>
385
+ * <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can
386
+ * be used to create or delete triggers.</p>
387
+ * </li>
388
+ * <li>
389
+ * <p>
390
+ * <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger
391
+ * by sending data to the trigger target.</p>
392
+ * </li>
393
+ * </ul>
394
+ *
395
+ *
396
+ *
397
+ *
398
+ * <p>For information about how to use AWS CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
399
+ *
400
+ * @packageDocumentation
401
+ */
2
402
  export * from "./CodeCommitClient";
403
+ export * from "./CodeCommit";
3
404
  export * from "./commands";
4
- export * from "./models";
5
405
  export * from "./pagination";
406
+ export * from "./models";
6
407
  export { CodeCommitServiceException } from "./models/CodeCommitServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -359,6 +359,7 @@ import {
359
359
  ClientResolvedEndpointParameters,
360
360
  EndpointParameters,
361
361
  } from "./endpoint/EndpointParameters";
362
+ export { __Client };
362
363
  export type ServiceInputTypes =
363
364
  | AssociateApprovalRuleTemplateWithRepositoryCommandInput
364
365
  | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
@@ -539,7 +540,7 @@ export interface ClientDefaults
539
540
  logger?: __Logger;
540
541
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
541
542
  }
542
- type CodeCommitClientConfigType = Partial<
543
+ export type CodeCommitClientConfigType = Partial<
543
544
  __SmithyConfiguration<__HttpHandlerOptions>
544
545
  > &
545
546
  ClientDefaults &
@@ -551,7 +552,7 @@ type CodeCommitClientConfigType = Partial<
551
552
  UserAgentInputConfig &
552
553
  ClientInputEndpointParameters;
553
554
  export interface CodeCommitClientConfig extends CodeCommitClientConfigType {}
554
- type CodeCommitClientResolvedConfigType =
555
+ export type CodeCommitClientResolvedConfigType =
555
556
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
556
557
  Required<ClientDefaults> &
557
558
  RegionResolvedConfig &
@@ -573,4 +574,3 @@ export declare class CodeCommitClient extends __Client<
573
574
  constructor(configuration: CodeCommitClientConfig);
574
575
  destroy(): void;
575
576
  }
576
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput
16
17
  extends AssociateApprovalRuleTemplateWithRepositoryInput {}
17
18
  export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchAssociateApprovalRuleTemplateWithRepositoriesInput,
16
16
  BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
19
20
  extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {}
20
21
  export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDescribeMergeConflictsInput,
16
16
  BatchDescribeMergeConflictsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDescribeMergeConflictsCommandInput
19
20
  extends BatchDescribeMergeConflictsInput {}
20
21
  export interface BatchDescribeMergeConflictsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDisassociateApprovalRuleTemplateFromRepositoriesInput,
16
16
  BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
19
20
  extends BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {}
20
21
  export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetCommitsInput,
16
16
  BatchGetCommitsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetCommitsCommandInput extends BatchGetCommitsInput {}
19
20
  export interface BatchGetCommitsCommandOutput
20
21
  extends BatchGetCommitsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetRepositoriesInput,
16
16
  BatchGetRepositoriesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetRepositoriesCommandInput
19
20
  extends BatchGetRepositoriesInput {}
20
21
  export interface BatchGetRepositoriesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateApprovalRuleTemplateInput,
16
16
  CreateApprovalRuleTemplateOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateApprovalRuleTemplateCommandInput
19
20
  extends CreateApprovalRuleTemplateInput {}
20
21
  export interface CreateApprovalRuleTemplateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { CreateBranchInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateBranchCommandInput extends CreateBranchInput {}
16
17
  export interface CreateBranchCommandOutput extends __MetadataBearer {}
17
18
  export declare class CreateBranchCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { CreateCommitInput, CreateCommitOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateCommitCommandInput extends CreateCommitInput {}
16
17
  export interface CreateCommitCommandOutput
17
18
  extends CreateCommitOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreatePullRequestApprovalRuleInput,
16
16
  CreatePullRequestApprovalRuleOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePullRequestApprovalRuleCommandInput
19
20
  extends CreatePullRequestApprovalRuleInput {}
20
21
  export interface CreatePullRequestApprovalRuleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreatePullRequestInput,
16
16
  CreatePullRequestOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePullRequestCommandInput extends CreatePullRequestInput {}
19
20
  export interface CreatePullRequestCommandOutput
20
21
  extends CreatePullRequestOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateRepositoryInput,
16
16
  CreateRepositoryOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRepositoryCommandInput extends CreateRepositoryInput {}
19
20
  export interface CreateRepositoryCommandOutput
20
21
  extends CreateRepositoryOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateUnreferencedMergeCommitInput,
16
16
  CreateUnreferencedMergeCommitOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateUnreferencedMergeCommitCommandInput
19
20
  extends CreateUnreferencedMergeCommitInput {}
20
21
  export interface CreateUnreferencedMergeCommitCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteApprovalRuleTemplateInput,
16
16
  DeleteApprovalRuleTemplateOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteApprovalRuleTemplateCommandInput
19
20
  extends DeleteApprovalRuleTemplateInput {}
20
21
  export interface DeleteApprovalRuleTemplateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteBranchCommandInput extends DeleteBranchInput {}
16
17
  export interface DeleteBranchCommandOutput
17
18
  extends DeleteBranchOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteCommentContentInput,
16
16
  DeleteCommentContentOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteCommentContentCommandInput
19
20
  extends DeleteCommentContentInput {}
20
21
  export interface DeleteCommentContentCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { DeleteFileInput, DeleteFileOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFileCommandInput extends DeleteFileInput {}
16
17
  export interface DeleteFileCommandOutput
17
18
  extends DeleteFileOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeletePullRequestApprovalRuleInput,
16
16
  DeletePullRequestApprovalRuleOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeletePullRequestApprovalRuleCommandInput
19
20
  extends DeletePullRequestApprovalRuleInput {}
20
21
  export interface DeletePullRequestApprovalRuleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteRepositoryInput,
16
16
  DeleteRepositoryOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {}
19
20
  export interface DeleteRepositoryCommandOutput
20
21
  extends DeleteRepositoryOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeMergeConflictsInput,
16
16
  DescribeMergeConflictsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeMergeConflictsCommandInput
19
20
  extends DescribeMergeConflictsInput {}
20
21
  export interface DescribeMergeConflictsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribePullRequestEventsInput,
16
16
  DescribePullRequestEventsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribePullRequestEventsCommandInput
19
20
  extends DescribePullRequestEventsInput {}
20
21
  export interface DescribePullRequestEventsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCommitClient";
14
14
  import { DisassociateApprovalRuleTemplateFromRepositoryInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput
16
17
  extends DisassociateApprovalRuleTemplateFromRepositoryInput {}
17
18
  export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput