@aws-sdk/client-codecommit 3.478.0 → 3.481.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 (345) hide show
  1. package/README.md +13 -0
  2. package/dist-cjs/CodeCommit.js +2 -0
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +18 -41
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +18 -41
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +18 -41
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +18 -41
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +18 -41
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +18 -41
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/CreateBranchCommand.js +18 -41
  11. package/dist-cjs/commands/CreateCommitCommand.js +18 -41
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +18 -41
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +18 -41
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +18 -41
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteBranchCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteFileCommand.js +18 -41
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +18 -41
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +18 -41
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +18 -41
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +18 -41
  27. package/dist-cjs/commands/GetBlobCommand.js +18 -41
  28. package/dist-cjs/commands/GetBranchCommand.js +18 -41
  29. package/dist-cjs/commands/GetCommentCommand.js +18 -41
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +18 -41
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +18 -41
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +18 -41
  33. package/dist-cjs/commands/GetCommitCommand.js +18 -41
  34. package/dist-cjs/commands/GetDifferencesCommand.js +18 -41
  35. package/dist-cjs/commands/GetFileCommand.js +18 -41
  36. package/dist-cjs/commands/GetFolderCommand.js +18 -41
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +18 -41
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +18 -41
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +18 -41
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +18 -41
  41. package/dist-cjs/commands/GetPullRequestCommand.js +18 -41
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +18 -41
  43. package/dist-cjs/commands/GetRepositoryCommand.js +18 -41
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +18 -41
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +18 -41
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +18 -41
  47. package/dist-cjs/commands/ListBranchesCommand.js +18 -41
  48. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +18 -41
  49. package/dist-cjs/commands/ListPullRequestsCommand.js +18 -41
  50. package/dist-cjs/commands/ListRepositoriesCommand.js +18 -41
  51. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +18 -41
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +18 -41
  54. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +18 -41
  55. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +18 -41
  56. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +18 -41
  57. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +18 -41
  58. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +18 -41
  59. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +18 -41
  60. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +18 -41
  61. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +18 -41
  62. package/dist-cjs/commands/PostCommentReplyCommand.js +18 -41
  63. package/dist-cjs/commands/PutCommentReactionCommand.js +18 -41
  64. package/dist-cjs/commands/PutFileCommand.js +18 -41
  65. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +18 -41
  66. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  67. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +18 -41
  68. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +18 -41
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +18 -41
  71. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +18 -41
  72. package/dist-cjs/commands/UpdateCommentCommand.js +18 -41
  73. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +18 -41
  74. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +18 -41
  75. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +18 -41
  76. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +18 -41
  77. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +18 -41
  78. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +18 -41
  79. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +18 -41
  80. package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +28 -0
  81. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +18 -41
  82. package/dist-cjs/commands/index.js +1 -0
  83. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  84. package/dist-cjs/models/models_0.js +38 -30
  85. package/dist-cjs/models/models_1.js +40 -1
  86. package/dist-cjs/protocols/Aws_json1_1.js +110 -5
  87. package/dist-es/CodeCommit.js +2 -0
  88. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +18 -41
  89. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +18 -41
  90. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +18 -41
  91. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +18 -41
  92. package/dist-es/commands/BatchGetCommitsCommand.js +18 -41
  93. package/dist-es/commands/BatchGetRepositoriesCommand.js +18 -41
  94. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +18 -41
  95. package/dist-es/commands/CreateBranchCommand.js +18 -41
  96. package/dist-es/commands/CreateCommitCommand.js +18 -41
  97. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +18 -41
  98. package/dist-es/commands/CreatePullRequestCommand.js +18 -41
  99. package/dist-es/commands/CreateRepositoryCommand.js +18 -41
  100. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +18 -41
  101. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +18 -41
  102. package/dist-es/commands/DeleteBranchCommand.js +18 -41
  103. package/dist-es/commands/DeleteCommentContentCommand.js +18 -41
  104. package/dist-es/commands/DeleteFileCommand.js +18 -41
  105. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +18 -41
  106. package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
  107. package/dist-es/commands/DescribeMergeConflictsCommand.js +18 -41
  108. package/dist-es/commands/DescribePullRequestEventsCommand.js +18 -41
  109. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +18 -41
  110. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +18 -41
  111. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +18 -41
  112. package/dist-es/commands/GetBlobCommand.js +18 -41
  113. package/dist-es/commands/GetBranchCommand.js +18 -41
  114. package/dist-es/commands/GetCommentCommand.js +18 -41
  115. package/dist-es/commands/GetCommentReactionsCommand.js +18 -41
  116. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +18 -41
  117. package/dist-es/commands/GetCommentsForPullRequestCommand.js +18 -41
  118. package/dist-es/commands/GetCommitCommand.js +18 -41
  119. package/dist-es/commands/GetDifferencesCommand.js +18 -41
  120. package/dist-es/commands/GetFileCommand.js +18 -41
  121. package/dist-es/commands/GetFolderCommand.js +18 -41
  122. package/dist-es/commands/GetMergeCommitCommand.js +18 -41
  123. package/dist-es/commands/GetMergeConflictsCommand.js +18 -41
  124. package/dist-es/commands/GetMergeOptionsCommand.js +18 -41
  125. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +18 -41
  126. package/dist-es/commands/GetPullRequestCommand.js +18 -41
  127. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +18 -41
  128. package/dist-es/commands/GetRepositoryCommand.js +18 -41
  129. package/dist-es/commands/GetRepositoryTriggersCommand.js +18 -41
  130. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +18 -41
  131. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +18 -41
  132. package/dist-es/commands/ListBranchesCommand.js +18 -41
  133. package/dist-es/commands/ListFileCommitHistoryCommand.js +18 -41
  134. package/dist-es/commands/ListPullRequestsCommand.js +18 -41
  135. package/dist-es/commands/ListRepositoriesCommand.js +18 -41
  136. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +18 -41
  137. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  138. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +18 -41
  139. package/dist-es/commands/MergeBranchesBySquashCommand.js +18 -41
  140. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +18 -41
  141. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +18 -41
  142. package/dist-es/commands/MergePullRequestBySquashCommand.js +18 -41
  143. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +18 -41
  144. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +18 -41
  145. package/dist-es/commands/PostCommentForComparedCommitCommand.js +18 -41
  146. package/dist-es/commands/PostCommentForPullRequestCommand.js +18 -41
  147. package/dist-es/commands/PostCommentReplyCommand.js +18 -41
  148. package/dist-es/commands/PutCommentReactionCommand.js +18 -41
  149. package/dist-es/commands/PutFileCommand.js +18 -41
  150. package/dist-es/commands/PutRepositoryTriggersCommand.js +18 -41
  151. package/dist-es/commands/TagResourceCommand.js +18 -41
  152. package/dist-es/commands/TestRepositoryTriggersCommand.js +18 -41
  153. package/dist-es/commands/UntagResourceCommand.js +18 -41
  154. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +18 -41
  155. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +18 -41
  156. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +18 -41
  157. package/dist-es/commands/UpdateCommentCommand.js +18 -41
  158. package/dist-es/commands/UpdateDefaultBranchCommand.js +18 -41
  159. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +18 -41
  160. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +18 -41
  161. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +18 -41
  162. package/dist-es/commands/UpdatePullRequestStatusCommand.js +18 -41
  163. package/dist-es/commands/UpdatePullRequestTitleCommand.js +18 -41
  164. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +18 -41
  165. package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +24 -0
  166. package/dist-es/commands/UpdateRepositoryNameCommand.js +18 -41
  167. package/dist-es/commands/index.js +1 -0
  168. package/dist-es/endpoint/EndpointParameters.js +6 -0
  169. package/dist-es/models/models_0.js +32 -24
  170. package/dist-es/models/models_1.js +36 -0
  171. package/dist-es/protocols/Aws_json1_1.js +105 -2
  172. package/dist-types/CodeCommit.d.ts +12 -0
  173. package/dist-types/CodeCommitClient.d.ts +8 -2
  174. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +6 -21
  175. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +6 -21
  176. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +6 -21
  177. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +6 -21
  178. package/dist-types/commands/BatchGetCommitsCommand.d.ts +6 -21
  179. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +15 -21
  180. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +6 -21
  181. package/dist-types/commands/CreateBranchCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateCommitCommand.d.ts +6 -21
  183. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +6 -21
  184. package/dist-types/commands/CreatePullRequestCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateRepositoryCommand.d.ts +15 -21
  186. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +6 -21
  187. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +6 -21
  188. package/dist-types/commands/DeleteBranchCommand.d.ts +6 -21
  189. package/dist-types/commands/DeleteCommentContentCommand.d.ts +6 -21
  190. package/dist-types/commands/DeleteFileCommand.d.ts +6 -21
  191. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +6 -21
  192. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
  193. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +6 -21
  194. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +6 -21
  195. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +6 -21
  196. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +6 -21
  197. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +6 -21
  198. package/dist-types/commands/GetBlobCommand.d.ts +6 -21
  199. package/dist-types/commands/GetBranchCommand.d.ts +6 -21
  200. package/dist-types/commands/GetCommentCommand.d.ts +6 -21
  201. package/dist-types/commands/GetCommentReactionsCommand.d.ts +6 -21
  202. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +6 -21
  203. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +6 -21
  204. package/dist-types/commands/GetCommitCommand.d.ts +6 -21
  205. package/dist-types/commands/GetDifferencesCommand.d.ts +6 -21
  206. package/dist-types/commands/GetFileCommand.d.ts +6 -21
  207. package/dist-types/commands/GetFolderCommand.d.ts +6 -21
  208. package/dist-types/commands/GetMergeCommitCommand.d.ts +6 -21
  209. package/dist-types/commands/GetMergeConflictsCommand.d.ts +6 -21
  210. package/dist-types/commands/GetMergeOptionsCommand.d.ts +6 -21
  211. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +6 -21
  212. package/dist-types/commands/GetPullRequestCommand.d.ts +6 -21
  213. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +6 -21
  214. package/dist-types/commands/GetRepositoryCommand.d.ts +7 -21
  215. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +6 -21
  216. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +6 -21
  217. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +6 -21
  218. package/dist-types/commands/ListBranchesCommand.d.ts +6 -21
  219. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +8 -22
  220. package/dist-types/commands/ListPullRequestsCommand.d.ts +7 -23
  221. package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -21
  222. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +6 -21
  223. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  224. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +6 -21
  225. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +6 -21
  226. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +6 -21
  227. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +6 -21
  228. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +6 -21
  229. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +6 -21
  230. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +6 -21
  231. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +6 -21
  232. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +6 -21
  233. package/dist-types/commands/PostCommentReplyCommand.d.ts +6 -21
  234. package/dist-types/commands/PutCommentReactionCommand.d.ts +6 -21
  235. package/dist-types/commands/PutFileCommand.d.ts +6 -21
  236. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +6 -21
  237. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  238. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +6 -21
  239. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  240. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +6 -21
  241. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +6 -21
  242. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +6 -21
  243. package/dist-types/commands/UpdateCommentCommand.d.ts +6 -21
  244. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +6 -21
  245. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +6 -21
  246. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +6 -21
  247. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +6 -21
  248. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +6 -21
  249. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +6 -21
  250. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +6 -21
  251. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +100 -0
  252. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +6 -21
  253. package/dist-types/commands/index.d.ts +1 -0
  254. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  255. package/dist-types/index.d.ts +5 -0
  256. package/dist-types/models/models_0.d.ts +86 -71
  257. package/dist-types/models/models_1.d.ts +122 -1
  258. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  259. package/dist-types/ts3.4/CodeCommit.d.ts +17 -0
  260. package/dist-types/ts3.4/CodeCommitClient.d.ts +6 -0
  261. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +11 -25
  263. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +11 -25
  265. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +11 -25
  283. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +12 -23
  286. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +12 -23
  294. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +11 -25
  305. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +14 -28
  307. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +18 -25
  308. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  311. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +12 -24
  312. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +12 -24
  313. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +12 -24
  314. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +12 -24
  315. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +12 -24
  316. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +12 -24
  317. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +12 -24
  318. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +12 -24
  319. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +12 -24
  320. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +14 -23
  321. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +14 -23
  322. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +12 -23
  323. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  325. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +12 -24
  328. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +12 -24
  329. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +12 -24
  330. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +14 -23
  331. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +14 -23
  332. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +12 -24
  333. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +12 -24
  337. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +12 -24
  338. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +30 -0
  339. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +12 -24
  340. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  341. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  342. package/dist-types/ts3.4/models/models_0.d.ts +39 -28
  343. package/dist-types/ts3.4/models/models_1.d.ts +45 -0
  344. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  345. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetCommentReactionsInput, GetCommentReactionsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCommentReactionsCommandInput extends GetCommentReactionsInpu
21
20
  */
22
21
  export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCommentReactionsCommand_base: {
24
+ new (input: GetCommentReactionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.</p>
@@ -89,23 +92,5 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
89
92
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
90
93
  *
91
94
  */
92
- export declare class GetCommentReactionsCommand extends $Command<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig> {
93
- readonly input: GetCommentReactionsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetCommentReactionsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetCommentReactionsCommand extends GetCommentReactionsCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetCommentsForComparedCommitInput, GetCommentsForComparedCommitOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCommentsForComparedCommitCommandInput extends GetCommentsFor
21
20
  */
22
21
  export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsForComparedCommitOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCommentsForComparedCommitCommand_base: {
24
+ new (input: GetCommentsForComparedCommitCommandInput): import("@smithy/smithy-client").CommandImpl<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about comments made on the comparison between two commits.</p>
@@ -135,23 +138,5 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
135
138
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
136
139
  *
137
140
  */
138
- export declare class GetCommentsForComparedCommitCommand extends $Command<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
139
- readonly input: GetCommentsForComparedCommitCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: GetCommentsForComparedCommitCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class GetCommentsForComparedCommitCommand extends GetCommentsForComparedCommitCommand_base {
157
142
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetCommentsForPullRequestInput, GetCommentsForPullRequestOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCommentsForPullRequestCommandInput extends GetCommentsForPul
21
20
  */
22
21
  export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPullRequestOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCommentsForPullRequestCommand_base: {
24
+ new (input: GetCommentsForPullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns comments made on a pull request.</p>
@@ -149,23 +152,5 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
149
152
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
150
153
  *
151
154
  */
152
- export declare class GetCommentsForPullRequestCommand extends $Command<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
153
- readonly input: GetCommentsForPullRequestCommandInput;
154
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
155
- /**
156
- * @public
157
- */
158
- constructor(input: GetCommentsForPullRequestCommandInput);
159
- /**
160
- * @internal
161
- */
162
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput>;
163
- /**
164
- * @internal
165
- */
166
- private serialize;
167
- /**
168
- * @internal
169
- */
170
- private deserialize;
155
+ export declare class GetCommentsForPullRequestCommand extends GetCommentsForPullRequestCommand_base {
171
156
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetCommitInput, GetCommitOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCommitCommandInput extends GetCommitInput {
21
20
  */
22
21
  export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCommitCommand_base: {
24
+ new (input: GetCommitCommandInput): import("@smithy/smithy-client").CommandImpl<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a commit, including commit message and committer information.</p>
@@ -108,23 +111,5 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
108
111
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
109
112
  *
110
113
  */
111
- export declare class GetCommitCommand extends $Command<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig> {
112
- readonly input: GetCommitCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: GetCommitCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommitCommandInput, GetCommitCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class GetCommitCommand extends GetCommitCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDifferencesCommandInput extends GetDifferencesInput {
21
20
  */
22
21
  export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDifferencesCommand_base: {
24
+ new (input: GetDifferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the differences in a valid commit specifier (such as a
@@ -127,23 +130,5 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
127
130
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
128
131
  *
129
132
  */
130
- export declare class GetDifferencesCommand extends $Command<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig> {
131
- readonly input: GetDifferencesCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: GetDifferencesCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDifferencesCommandInput, GetDifferencesCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class GetDifferencesCommand extends GetDifferencesCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetFileInput, GetFileOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFileCommandInput extends GetFileInput {
21
20
  */
22
21
  export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetFileCommand_base: {
24
+ new (input: GetFileCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the base-64 encoded contents of a specified file and its metadata.</p>
@@ -107,23 +110,5 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
107
110
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
108
111
  *
109
112
  */
110
- export declare class GetFileCommand extends $Command<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig> {
111
- readonly input: GetFileCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: GetFileCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFileCommandInput, GetFileCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class GetFileCommand extends GetFileCommand_base {
129
114
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetFolderInput, GetFolderOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFolderCommandInput extends GetFolderInput {
21
20
  */
22
21
  export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetFolderCommand_base: {
24
+ new (input: GetFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the contents of a specified folder in a repository.</p>
@@ -130,23 +133,5 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare
130
133
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
131
134
  *
132
135
  */
133
- export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig> {
134
- readonly input: GetFolderCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: GetFolderCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class GetFolderCommand extends GetFolderCommand_base {
152
137
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMergeCommitCommandInput extends GetMergeCommitInput {
21
20
  */
22
21
  export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMergeCommitCommand_base: {
24
+ new (input: GetMergeCommitCommandInput): import("@smithy/smithy-client").CommandImpl<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a specified merge commit.</p>
@@ -102,23 +105,5 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met
102
105
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
103
106
  *
104
107
  */
105
- export declare class GetMergeCommitCommand extends $Command<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
106
- readonly input: GetMergeCommitCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: GetMergeCommitCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeCommitCommandInput, GetMergeCommitCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class GetMergeCommitCommand extends GetMergeCommitCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {
21
20
  */
22
21
  export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMergeConflictsCommand_base: {
24
+ new (input: GetMergeConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.</p>
@@ -167,23 +170,5 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput,
167
170
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
168
171
  *
169
172
  */
170
- export declare class GetMergeConflictsCommand extends $Command<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
171
- readonly input: GetMergeConflictsCommandInput;
172
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
173
- /**
174
- * @public
175
- */
176
- constructor(input: GetMergeConflictsCommandInput);
177
- /**
178
- * @internal
179
- */
180
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput>;
181
- /**
182
- * @internal
183
- */
184
- private serialize;
185
- /**
186
- * @internal
187
- */
188
- private deserialize;
173
+ export declare class GetMergeConflictsCommand extends GetMergeConflictsCommand_base {
189
174
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {
21
20
  */
22
21
  export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMergeOptionsCommand_base: {
24
+ new (input: GetMergeOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the merge options available for merging two specified
@@ -116,23 +119,5 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M
116
119
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
117
120
  *
118
121
  */
119
- export declare class GetMergeOptionsCommand extends $Command<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig> {
120
- readonly input: GetMergeOptionsCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: GetMergeOptionsCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class GetMergeOptionsCommand extends GetMergeOptionsCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetPullRequestApprovalStatesInput, GetPullRequestApprovalStatesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPullRequestApprovalStatesCommandInput extends GetPullRequest
21
20
  */
22
21
  export interface GetPullRequestApprovalStatesCommandOutput extends GetPullRequestApprovalStatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPullRequestApprovalStatesCommand_base: {
24
+ new (input: GetPullRequestApprovalStatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more
@@ -88,23 +91,5 @@ export interface GetPullRequestApprovalStatesCommandOutput extends GetPullReques
88
91
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
89
92
  *
90
93
  */
91
- export declare class GetPullRequestApprovalStatesCommand extends $Command<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig> {
92
- readonly input: GetPullRequestApprovalStatesCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetPullRequestApprovalStatesCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetPullRequestApprovalStatesCommand extends GetPullRequestApprovalStatesCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPullRequestCommandInput extends GetPullRequestInput {
21
20
  */
22
21
  export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPullRequestCommand_base: {
24
+ new (input: GetPullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a pull request in a specified repository.</p>
@@ -116,23 +119,5 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met
116
119
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
117
120
  *
118
121
  */
119
- export declare class GetPullRequestCommand extends $Command<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
120
- readonly input: GetPullRequestCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: GetPullRequestCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestCommandInput, GetPullRequestCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class GetPullRequestCommand extends GetPullRequestCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPullRequestOverrideStateCommandInput extends GetPullRequestO
21
20
  */
22
21
  export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequestOverrideStateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPullRequestOverrideStateCommand_base: {
24
+ new (input: GetPullRequestOverrideStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about whether approval rules have been set aside (overridden) for a
@@ -84,23 +87,5 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest
84
87
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
85
88
  *
86
89
  */
87
- export declare class GetPullRequestOverrideStateCommand extends $Command<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig> {
88
- readonly input: GetPullRequestOverrideStateCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetPullRequestOverrideStateCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetPullRequestOverrideStateCommand extends GetPullRequestOverrideStateCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
4
  import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRepositoryCommandInput extends GetRepositoryInput {
21
20
  */
22
21
  export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetRepositoryCommand_base: {
24
+ new (input: GetRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a repository.</p>
@@ -54,6 +57,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
54
57
  * // cloneUrlHttp: "STRING_VALUE",
55
58
  * // cloneUrlSsh: "STRING_VALUE",
56
59
  * // Arn: "STRING_VALUE",
60
+ * // kmsKeyId: "STRING_VALUE",
57
61
  * // },
58
62
  * // };
59
63
  *
@@ -98,23 +102,5 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
98
102
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
99
103
  *
100
104
  */
101
- export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
102
- readonly input: GetRepositoryCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetRepositoryCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryCommandInput, GetRepositoryCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
105
+ export declare class GetRepositoryCommand extends GetRepositoryCommand_base {
120
106
  }