@aws-sdk/client-codecommit 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/dist-cjs/index.js +90 -795
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -14
  4. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -14
  5. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -14
  6. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -14
  7. package/dist-es/commands/BatchGetCommitsCommand.js +2 -14
  8. package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -14
  9. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -14
  10. package/dist-es/commands/CreateBranchCommand.js +2 -14
  11. package/dist-es/commands/CreateCommitCommand.js +2 -14
  12. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -14
  13. package/dist-es/commands/CreatePullRequestCommand.js +2 -14
  14. package/dist-es/commands/CreateRepositoryCommand.js +2 -14
  15. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -14
  16. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -14
  17. package/dist-es/commands/DeleteBranchCommand.js +2 -14
  18. package/dist-es/commands/DeleteCommentContentCommand.js +2 -14
  19. package/dist-es/commands/DeleteFileCommand.js +2 -14
  20. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -14
  21. package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
  22. package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -14
  23. package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -14
  24. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -14
  25. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -14
  26. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -14
  27. package/dist-es/commands/GetBlobCommand.js +2 -14
  28. package/dist-es/commands/GetBranchCommand.js +2 -14
  29. package/dist-es/commands/GetCommentCommand.js +2 -14
  30. package/dist-es/commands/GetCommentReactionsCommand.js +2 -14
  31. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -14
  32. package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -14
  33. package/dist-es/commands/GetCommitCommand.js +2 -14
  34. package/dist-es/commands/GetDifferencesCommand.js +2 -14
  35. package/dist-es/commands/GetFileCommand.js +2 -14
  36. package/dist-es/commands/GetFolderCommand.js +2 -14
  37. package/dist-es/commands/GetMergeCommitCommand.js +2 -14
  38. package/dist-es/commands/GetMergeConflictsCommand.js +2 -14
  39. package/dist-es/commands/GetMergeOptionsCommand.js +2 -14
  40. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -14
  41. package/dist-es/commands/GetPullRequestCommand.js +2 -14
  42. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -14
  43. package/dist-es/commands/GetRepositoryCommand.js +2 -14
  44. package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -14
  45. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -14
  46. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -14
  47. package/dist-es/commands/ListBranchesCommand.js +2 -14
  48. package/dist-es/commands/ListFileCommitHistoryCommand.js +2 -14
  49. package/dist-es/commands/ListPullRequestsCommand.js +2 -14
  50. package/dist-es/commands/ListRepositoriesCommand.js +2 -14
  51. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -14
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  53. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -14
  54. package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -14
  55. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -14
  56. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -14
  57. package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -14
  58. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -14
  59. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -14
  60. package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -14
  61. package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -14
  62. package/dist-es/commands/PostCommentReplyCommand.js +2 -14
  63. package/dist-es/commands/PutCommentReactionCommand.js +2 -14
  64. package/dist-es/commands/PutFileCommand.js +2 -14
  65. package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -14
  66. package/dist-es/commands/TagResourceCommand.js +2 -14
  67. package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -14
  68. package/dist-es/commands/UntagResourceCommand.js +2 -14
  69. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -14
  70. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -14
  71. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -14
  72. package/dist-es/commands/UpdateCommentCommand.js +2 -14
  73. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -14
  74. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -14
  75. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -14
  76. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -14
  77. package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -14
  78. package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -14
  79. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -14
  80. package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +2 -14
  81. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -14
  82. package/dist-es/index.js +1 -0
  83. package/dist-es/runtimeConfig.browser.js +0 -2
  84. package/dist-es/runtimeConfig.js +1 -2
  85. package/dist-es/runtimeConfig.native.js +0 -2
  86. package/dist-es/runtimeConfig.shared.js +2 -0
  87. package/dist-types/commandBuilder.d.ts +18 -0
  88. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +3 -8
  89. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +3 -8
  90. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +3 -8
  91. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +3 -8
  92. package/dist-types/commands/BatchGetCommitsCommand.d.ts +3 -8
  93. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateBranchCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateCommitCommand.d.ts +3 -8
  97. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +3 -8
  98. package/dist-types/commands/CreatePullRequestCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteBranchCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteCommentContentCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteFileCommand.d.ts +3 -8
  105. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +3 -8
  109. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +3 -8
  110. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +3 -8
  111. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +3 -8
  112. package/dist-types/commands/GetBlobCommand.d.ts +3 -8
  113. package/dist-types/commands/GetBranchCommand.d.ts +3 -8
  114. package/dist-types/commands/GetCommentCommand.d.ts +3 -8
  115. package/dist-types/commands/GetCommentReactionsCommand.d.ts +3 -8
  116. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +3 -8
  117. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +3 -8
  118. package/dist-types/commands/GetCommitCommand.d.ts +3 -8
  119. package/dist-types/commands/GetDifferencesCommand.d.ts +3 -8
  120. package/dist-types/commands/GetFileCommand.d.ts +3 -8
  121. package/dist-types/commands/GetFolderCommand.d.ts +3 -8
  122. package/dist-types/commands/GetMergeCommitCommand.d.ts +3 -8
  123. package/dist-types/commands/GetMergeConflictsCommand.d.ts +3 -8
  124. package/dist-types/commands/GetMergeOptionsCommand.d.ts +3 -8
  125. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +3 -8
  126. package/dist-types/commands/GetPullRequestCommand.d.ts +3 -8
  127. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +3 -8
  128. package/dist-types/commands/GetRepositoryCommand.d.ts +3 -8
  129. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +3 -8
  130. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -8
  131. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +3 -8
  132. package/dist-types/commands/ListBranchesCommand.d.ts +3 -8
  133. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +3 -8
  134. package/dist-types/commands/ListPullRequestsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListRepositoriesCommand.d.ts +3 -8
  136. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +3 -8
  137. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  138. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +3 -8
  139. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +3 -8
  140. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +3 -8
  141. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +3 -8
  142. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +3 -8
  143. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +3 -8
  144. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +3 -8
  145. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +3 -8
  146. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +3 -8
  147. package/dist-types/commands/PostCommentReplyCommand.d.ts +3 -8
  148. package/dist-types/commands/PutCommentReactionCommand.d.ts +3 -8
  149. package/dist-types/commands/PutFileCommand.d.ts +3 -8
  150. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +3 -8
  151. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  152. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +3 -8
  153. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +3 -8
  155. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +3 -8
  156. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +3 -8
  157. package/dist-types/commands/UpdateCommentCommand.d.ts +3 -8
  158. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +3 -8
  159. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +3 -8
  160. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +3 -8
  161. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +3 -8
  162. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +3 -8
  163. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +3 -8
  164. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +3 -8
  165. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +3 -8
  166. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +3 -8
  167. package/dist-types/index.d.ts +1 -0
  168. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  169. package/dist-types/runtimeConfig.d.ts +1 -1
  170. package/dist-types/runtimeConfig.native.d.ts +1 -1
  171. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  172. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  173. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/index.d.ts +1 -0
  253. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  254. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  255. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  256. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  257. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCodeCommitHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -5669,6 +5671,7 @@ const getRuntimeConfig$1 = (config) => {
5669
5671
  serviceTarget: "CodeCommit_20150413",
5670
5672
  },
5671
5673
  serviceId: config?.serviceId ?? "CodeCommit",
5674
+ sha256: config?.sha256 ?? Sha256,
5672
5675
  urlParser: config?.urlParser ?? parseUrl,
5673
5676
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
5674
5677
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -5702,7 +5705,6 @@ const getRuntimeConfig = (config) => {
5702
5705
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
5703
5706
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
5704
5707
  }, config),
5705
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
5706
5708
  streamCollector: config?.streamCollector ?? streamCollector,
5707
5709
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
5708
5710
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -5790,952 +5792,245 @@ class CodeCommitClient extends Client {
5790
5792
  }
5791
5793
  }
5792
5794
 
5793
- class AssociateApprovalRuleTemplateWithRepositoryCommand extends Command
5794
- .classBuilder()
5795
- .ep(commonParams)
5796
- .m(function (Command, cs, config, o) {
5797
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5798
- })
5799
- .s("CodeCommit_20150413", "AssociateApprovalRuleTemplateWithRepository", {})
5800
- .n("CodeCommitClient", "AssociateApprovalRuleTemplateWithRepositoryCommand")
5801
- .sc(AssociateApprovalRuleTemplateWithRepository$)
5802
- .build() {
5795
+ const command = makeBuilder(commonParams, "CodeCommit_20150413", "CodeCommitClient", getEndpointPlugin);
5796
+ const _ep0 = {};
5797
+ const _mw0 = (Command, cs, config, o) => [];
5798
+
5799
+ class AssociateApprovalRuleTemplateWithRepositoryCommand extends command(_ep0, _mw0, "AssociateApprovalRuleTemplateWithRepository", AssociateApprovalRuleTemplateWithRepository$) {
5803
5800
  }
5804
5801
 
5805
- class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends Command
5806
- .classBuilder()
5807
- .ep(commonParams)
5808
- .m(function (Command, cs, config, o) {
5809
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5810
- })
5811
- .s("CodeCommit_20150413", "BatchAssociateApprovalRuleTemplateWithRepositories", {})
5812
- .n("CodeCommitClient", "BatchAssociateApprovalRuleTemplateWithRepositoriesCommand")
5813
- .sc(BatchAssociateApprovalRuleTemplateWithRepositories$)
5814
- .build() {
5802
+ class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends command(_ep0, _mw0, "BatchAssociateApprovalRuleTemplateWithRepositories", BatchAssociateApprovalRuleTemplateWithRepositories$) {
5815
5803
  }
5816
5804
 
5817
- class BatchDescribeMergeConflictsCommand extends Command
5818
- .classBuilder()
5819
- .ep(commonParams)
5820
- .m(function (Command, cs, config, o) {
5821
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5822
- })
5823
- .s("CodeCommit_20150413", "BatchDescribeMergeConflicts", {})
5824
- .n("CodeCommitClient", "BatchDescribeMergeConflictsCommand")
5825
- .sc(BatchDescribeMergeConflicts$)
5826
- .build() {
5805
+ class BatchDescribeMergeConflictsCommand extends command(_ep0, _mw0, "BatchDescribeMergeConflicts", BatchDescribeMergeConflicts$) {
5827
5806
  }
5828
5807
 
5829
- class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends Command
5830
- .classBuilder()
5831
- .ep(commonParams)
5832
- .m(function (Command, cs, config, o) {
5833
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5834
- })
5835
- .s("CodeCommit_20150413", "BatchDisassociateApprovalRuleTemplateFromRepositories", {})
5836
- .n("CodeCommitClient", "BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand")
5837
- .sc(BatchDisassociateApprovalRuleTemplateFromRepositories$)
5838
- .build() {
5808
+ class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends command(_ep0, _mw0, "BatchDisassociateApprovalRuleTemplateFromRepositories", BatchDisassociateApprovalRuleTemplateFromRepositories$) {
5839
5809
  }
5840
5810
 
5841
- class BatchGetCommitsCommand extends Command
5842
- .classBuilder()
5843
- .ep(commonParams)
5844
- .m(function (Command, cs, config, o) {
5845
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5846
- })
5847
- .s("CodeCommit_20150413", "BatchGetCommits", {})
5848
- .n("CodeCommitClient", "BatchGetCommitsCommand")
5849
- .sc(BatchGetCommits$)
5850
- .build() {
5811
+ class BatchGetCommitsCommand extends command(_ep0, _mw0, "BatchGetCommits", BatchGetCommits$) {
5851
5812
  }
5852
5813
 
5853
- class BatchGetRepositoriesCommand extends Command
5854
- .classBuilder()
5855
- .ep(commonParams)
5856
- .m(function (Command, cs, config, o) {
5857
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5858
- })
5859
- .s("CodeCommit_20150413", "BatchGetRepositories", {})
5860
- .n("CodeCommitClient", "BatchGetRepositoriesCommand")
5861
- .sc(BatchGetRepositories$)
5862
- .build() {
5814
+ class BatchGetRepositoriesCommand extends command(_ep0, _mw0, "BatchGetRepositories", BatchGetRepositories$) {
5863
5815
  }
5864
5816
 
5865
- class CreateApprovalRuleTemplateCommand extends Command
5866
- .classBuilder()
5867
- .ep(commonParams)
5868
- .m(function (Command, cs, config, o) {
5869
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5870
- })
5871
- .s("CodeCommit_20150413", "CreateApprovalRuleTemplate", {})
5872
- .n("CodeCommitClient", "CreateApprovalRuleTemplateCommand")
5873
- .sc(CreateApprovalRuleTemplate$)
5874
- .build() {
5817
+ class CreateApprovalRuleTemplateCommand extends command(_ep0, _mw0, "CreateApprovalRuleTemplate", CreateApprovalRuleTemplate$) {
5875
5818
  }
5876
5819
 
5877
- class CreateBranchCommand extends Command
5878
- .classBuilder()
5879
- .ep(commonParams)
5880
- .m(function (Command, cs, config, o) {
5881
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5882
- })
5883
- .s("CodeCommit_20150413", "CreateBranch", {})
5884
- .n("CodeCommitClient", "CreateBranchCommand")
5885
- .sc(CreateBranch$)
5886
- .build() {
5820
+ class CreateBranchCommand extends command(_ep0, _mw0, "CreateBranch", CreateBranch$) {
5887
5821
  }
5888
5822
 
5889
- class CreateCommitCommand extends Command
5890
- .classBuilder()
5891
- .ep(commonParams)
5892
- .m(function (Command, cs, config, o) {
5893
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5894
- })
5895
- .s("CodeCommit_20150413", "CreateCommit", {})
5896
- .n("CodeCommitClient", "CreateCommitCommand")
5897
- .sc(CreateCommit$)
5898
- .build() {
5823
+ class CreateCommitCommand extends command(_ep0, _mw0, "CreateCommit", CreateCommit$) {
5899
5824
  }
5900
5825
 
5901
- class CreatePullRequestApprovalRuleCommand extends Command
5902
- .classBuilder()
5903
- .ep(commonParams)
5904
- .m(function (Command, cs, config, o) {
5905
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5906
- })
5907
- .s("CodeCommit_20150413", "CreatePullRequestApprovalRule", {})
5908
- .n("CodeCommitClient", "CreatePullRequestApprovalRuleCommand")
5909
- .sc(CreatePullRequestApprovalRule$)
5910
- .build() {
5826
+ class CreatePullRequestApprovalRuleCommand extends command(_ep0, _mw0, "CreatePullRequestApprovalRule", CreatePullRequestApprovalRule$) {
5911
5827
  }
5912
5828
 
5913
- class CreatePullRequestCommand extends Command
5914
- .classBuilder()
5915
- .ep(commonParams)
5916
- .m(function (Command, cs, config, o) {
5917
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5918
- })
5919
- .s("CodeCommit_20150413", "CreatePullRequest", {})
5920
- .n("CodeCommitClient", "CreatePullRequestCommand")
5921
- .sc(CreatePullRequest$)
5922
- .build() {
5829
+ class CreatePullRequestCommand extends command(_ep0, _mw0, "CreatePullRequest", CreatePullRequest$) {
5923
5830
  }
5924
5831
 
5925
- class CreateRepositoryCommand extends Command
5926
- .classBuilder()
5927
- .ep(commonParams)
5928
- .m(function (Command, cs, config, o) {
5929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5930
- })
5931
- .s("CodeCommit_20150413", "CreateRepository", {})
5932
- .n("CodeCommitClient", "CreateRepositoryCommand")
5933
- .sc(CreateRepository$)
5934
- .build() {
5832
+ class CreateRepositoryCommand extends command(_ep0, _mw0, "CreateRepository", CreateRepository$) {
5935
5833
  }
5936
5834
 
5937
- class CreateUnreferencedMergeCommitCommand extends Command
5938
- .classBuilder()
5939
- .ep(commonParams)
5940
- .m(function (Command, cs, config, o) {
5941
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5942
- })
5943
- .s("CodeCommit_20150413", "CreateUnreferencedMergeCommit", {})
5944
- .n("CodeCommitClient", "CreateUnreferencedMergeCommitCommand")
5945
- .sc(CreateUnreferencedMergeCommit$)
5946
- .build() {
5835
+ class CreateUnreferencedMergeCommitCommand extends command(_ep0, _mw0, "CreateUnreferencedMergeCommit", CreateUnreferencedMergeCommit$) {
5947
5836
  }
5948
5837
 
5949
- class DeleteApprovalRuleTemplateCommand extends Command
5950
- .classBuilder()
5951
- .ep(commonParams)
5952
- .m(function (Command, cs, config, o) {
5953
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5954
- })
5955
- .s("CodeCommit_20150413", "DeleteApprovalRuleTemplate", {})
5956
- .n("CodeCommitClient", "DeleteApprovalRuleTemplateCommand")
5957
- .sc(DeleteApprovalRuleTemplate$)
5958
- .build() {
5838
+ class DeleteApprovalRuleTemplateCommand extends command(_ep0, _mw0, "DeleteApprovalRuleTemplate", DeleteApprovalRuleTemplate$) {
5959
5839
  }
5960
5840
 
5961
- class DeleteBranchCommand extends Command
5962
- .classBuilder()
5963
- .ep(commonParams)
5964
- .m(function (Command, cs, config, o) {
5965
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5966
- })
5967
- .s("CodeCommit_20150413", "DeleteBranch", {})
5968
- .n("CodeCommitClient", "DeleteBranchCommand")
5969
- .sc(DeleteBranch$)
5970
- .build() {
5841
+ class DeleteBranchCommand extends command(_ep0, _mw0, "DeleteBranch", DeleteBranch$) {
5971
5842
  }
5972
5843
 
5973
- class DeleteCommentContentCommand extends Command
5974
- .classBuilder()
5975
- .ep(commonParams)
5976
- .m(function (Command, cs, config, o) {
5977
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5978
- })
5979
- .s("CodeCommit_20150413", "DeleteCommentContent", {})
5980
- .n("CodeCommitClient", "DeleteCommentContentCommand")
5981
- .sc(DeleteCommentContent$)
5982
- .build() {
5844
+ class DeleteCommentContentCommand extends command(_ep0, _mw0, "DeleteCommentContent", DeleteCommentContent$) {
5983
5845
  }
5984
5846
 
5985
- class DeleteFileCommand extends Command
5986
- .classBuilder()
5987
- .ep(commonParams)
5988
- .m(function (Command, cs, config, o) {
5989
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5990
- })
5991
- .s("CodeCommit_20150413", "DeleteFile", {})
5992
- .n("CodeCommitClient", "DeleteFileCommand")
5993
- .sc(DeleteFile$)
5994
- .build() {
5847
+ class DeleteFileCommand extends command(_ep0, _mw0, "DeleteFile", DeleteFile$) {
5995
5848
  }
5996
5849
 
5997
- class DeletePullRequestApprovalRuleCommand extends Command
5998
- .classBuilder()
5999
- .ep(commonParams)
6000
- .m(function (Command, cs, config, o) {
6001
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6002
- })
6003
- .s("CodeCommit_20150413", "DeletePullRequestApprovalRule", {})
6004
- .n("CodeCommitClient", "DeletePullRequestApprovalRuleCommand")
6005
- .sc(DeletePullRequestApprovalRule$)
6006
- .build() {
5850
+ class DeletePullRequestApprovalRuleCommand extends command(_ep0, _mw0, "DeletePullRequestApprovalRule", DeletePullRequestApprovalRule$) {
6007
5851
  }
6008
5852
 
6009
- class DeleteRepositoryCommand extends Command
6010
- .classBuilder()
6011
- .ep(commonParams)
6012
- .m(function (Command, cs, config, o) {
6013
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6014
- })
6015
- .s("CodeCommit_20150413", "DeleteRepository", {})
6016
- .n("CodeCommitClient", "DeleteRepositoryCommand")
6017
- .sc(DeleteRepository$)
6018
- .build() {
5853
+ class DeleteRepositoryCommand extends command(_ep0, _mw0, "DeleteRepository", DeleteRepository$) {
6019
5854
  }
6020
5855
 
6021
- class DescribeMergeConflictsCommand extends Command
6022
- .classBuilder()
6023
- .ep(commonParams)
6024
- .m(function (Command, cs, config, o) {
6025
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6026
- })
6027
- .s("CodeCommit_20150413", "DescribeMergeConflicts", {})
6028
- .n("CodeCommitClient", "DescribeMergeConflictsCommand")
6029
- .sc(DescribeMergeConflicts$)
6030
- .build() {
5856
+ class DescribeMergeConflictsCommand extends command(_ep0, _mw0, "DescribeMergeConflicts", DescribeMergeConflicts$) {
6031
5857
  }
6032
5858
 
6033
- class DescribePullRequestEventsCommand extends Command
6034
- .classBuilder()
6035
- .ep(commonParams)
6036
- .m(function (Command, cs, config, o) {
6037
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6038
- })
6039
- .s("CodeCommit_20150413", "DescribePullRequestEvents", {})
6040
- .n("CodeCommitClient", "DescribePullRequestEventsCommand")
6041
- .sc(DescribePullRequestEvents$)
6042
- .build() {
5859
+ class DescribePullRequestEventsCommand extends command(_ep0, _mw0, "DescribePullRequestEvents", DescribePullRequestEvents$) {
6043
5860
  }
6044
5861
 
6045
- class DisassociateApprovalRuleTemplateFromRepositoryCommand extends Command
6046
- .classBuilder()
6047
- .ep(commonParams)
6048
- .m(function (Command, cs, config, o) {
6049
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6050
- })
6051
- .s("CodeCommit_20150413", "DisassociateApprovalRuleTemplateFromRepository", {})
6052
- .n("CodeCommitClient", "DisassociateApprovalRuleTemplateFromRepositoryCommand")
6053
- .sc(DisassociateApprovalRuleTemplateFromRepository$)
6054
- .build() {
5862
+ class DisassociateApprovalRuleTemplateFromRepositoryCommand extends command(_ep0, _mw0, "DisassociateApprovalRuleTemplateFromRepository", DisassociateApprovalRuleTemplateFromRepository$) {
6055
5863
  }
6056
5864
 
6057
- class EvaluatePullRequestApprovalRulesCommand extends Command
6058
- .classBuilder()
6059
- .ep(commonParams)
6060
- .m(function (Command, cs, config, o) {
6061
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6062
- })
6063
- .s("CodeCommit_20150413", "EvaluatePullRequestApprovalRules", {})
6064
- .n("CodeCommitClient", "EvaluatePullRequestApprovalRulesCommand")
6065
- .sc(EvaluatePullRequestApprovalRules$)
6066
- .build() {
5865
+ class EvaluatePullRequestApprovalRulesCommand extends command(_ep0, _mw0, "EvaluatePullRequestApprovalRules", EvaluatePullRequestApprovalRules$) {
6067
5866
  }
6068
5867
 
6069
- class GetApprovalRuleTemplateCommand extends Command
6070
- .classBuilder()
6071
- .ep(commonParams)
6072
- .m(function (Command, cs, config, o) {
6073
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6074
- })
6075
- .s("CodeCommit_20150413", "GetApprovalRuleTemplate", {})
6076
- .n("CodeCommitClient", "GetApprovalRuleTemplateCommand")
6077
- .sc(GetApprovalRuleTemplate$)
6078
- .build() {
5868
+ class GetApprovalRuleTemplateCommand extends command(_ep0, _mw0, "GetApprovalRuleTemplate", GetApprovalRuleTemplate$) {
6079
5869
  }
6080
5870
 
6081
- class GetBlobCommand extends Command
6082
- .classBuilder()
6083
- .ep(commonParams)
6084
- .m(function (Command, cs, config, o) {
6085
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6086
- })
6087
- .s("CodeCommit_20150413", "GetBlob", {})
6088
- .n("CodeCommitClient", "GetBlobCommand")
6089
- .sc(GetBlob$)
6090
- .build() {
5871
+ class GetBlobCommand extends command(_ep0, _mw0, "GetBlob", GetBlob$) {
6091
5872
  }
6092
5873
 
6093
- class GetBranchCommand extends Command
6094
- .classBuilder()
6095
- .ep(commonParams)
6096
- .m(function (Command, cs, config, o) {
6097
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6098
- })
6099
- .s("CodeCommit_20150413", "GetBranch", {})
6100
- .n("CodeCommitClient", "GetBranchCommand")
6101
- .sc(GetBranch$)
6102
- .build() {
5874
+ class GetBranchCommand extends command(_ep0, _mw0, "GetBranch", GetBranch$) {
6103
5875
  }
6104
5876
 
6105
- class GetCommentCommand extends Command
6106
- .classBuilder()
6107
- .ep(commonParams)
6108
- .m(function (Command, cs, config, o) {
6109
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6110
- })
6111
- .s("CodeCommit_20150413", "GetComment", {})
6112
- .n("CodeCommitClient", "GetCommentCommand")
6113
- .sc(GetComment$)
6114
- .build() {
5877
+ class GetCommentCommand extends command(_ep0, _mw0, "GetComment", GetComment$) {
6115
5878
  }
6116
5879
 
6117
- class GetCommentReactionsCommand extends Command
6118
- .classBuilder()
6119
- .ep(commonParams)
6120
- .m(function (Command, cs, config, o) {
6121
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6122
- })
6123
- .s("CodeCommit_20150413", "GetCommentReactions", {})
6124
- .n("CodeCommitClient", "GetCommentReactionsCommand")
6125
- .sc(GetCommentReactions$)
6126
- .build() {
5880
+ class GetCommentReactionsCommand extends command(_ep0, _mw0, "GetCommentReactions", GetCommentReactions$) {
6127
5881
  }
6128
5882
 
6129
- class GetCommentsForComparedCommitCommand extends Command
6130
- .classBuilder()
6131
- .ep(commonParams)
6132
- .m(function (Command, cs, config, o) {
6133
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6134
- })
6135
- .s("CodeCommit_20150413", "GetCommentsForComparedCommit", {})
6136
- .n("CodeCommitClient", "GetCommentsForComparedCommitCommand")
6137
- .sc(GetCommentsForComparedCommit$)
6138
- .build() {
5883
+ class GetCommentsForComparedCommitCommand extends command(_ep0, _mw0, "GetCommentsForComparedCommit", GetCommentsForComparedCommit$) {
6139
5884
  }
6140
5885
 
6141
- class GetCommentsForPullRequestCommand extends Command
6142
- .classBuilder()
6143
- .ep(commonParams)
6144
- .m(function (Command, cs, config, o) {
6145
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6146
- })
6147
- .s("CodeCommit_20150413", "GetCommentsForPullRequest", {})
6148
- .n("CodeCommitClient", "GetCommentsForPullRequestCommand")
6149
- .sc(GetCommentsForPullRequest$)
6150
- .build() {
5886
+ class GetCommentsForPullRequestCommand extends command(_ep0, _mw0, "GetCommentsForPullRequest", GetCommentsForPullRequest$) {
6151
5887
  }
6152
5888
 
6153
- class GetCommitCommand extends Command
6154
- .classBuilder()
6155
- .ep(commonParams)
6156
- .m(function (Command, cs, config, o) {
6157
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6158
- })
6159
- .s("CodeCommit_20150413", "GetCommit", {})
6160
- .n("CodeCommitClient", "GetCommitCommand")
6161
- .sc(GetCommit$)
6162
- .build() {
5889
+ class GetCommitCommand extends command(_ep0, _mw0, "GetCommit", GetCommit$) {
6163
5890
  }
6164
5891
 
6165
- class GetDifferencesCommand extends Command
6166
- .classBuilder()
6167
- .ep(commonParams)
6168
- .m(function (Command, cs, config, o) {
6169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6170
- })
6171
- .s("CodeCommit_20150413", "GetDifferences", {})
6172
- .n("CodeCommitClient", "GetDifferencesCommand")
6173
- .sc(GetDifferences$)
6174
- .build() {
5892
+ class GetDifferencesCommand extends command(_ep0, _mw0, "GetDifferences", GetDifferences$) {
6175
5893
  }
6176
5894
 
6177
- class GetFileCommand extends Command
6178
- .classBuilder()
6179
- .ep(commonParams)
6180
- .m(function (Command, cs, config, o) {
6181
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6182
- })
6183
- .s("CodeCommit_20150413", "GetFile", {})
6184
- .n("CodeCommitClient", "GetFileCommand")
6185
- .sc(GetFile$)
6186
- .build() {
5895
+ class GetFileCommand extends command(_ep0, _mw0, "GetFile", GetFile$) {
6187
5896
  }
6188
5897
 
6189
- class GetFolderCommand extends Command
6190
- .classBuilder()
6191
- .ep(commonParams)
6192
- .m(function (Command, cs, config, o) {
6193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6194
- })
6195
- .s("CodeCommit_20150413", "GetFolder", {})
6196
- .n("CodeCommitClient", "GetFolderCommand")
6197
- .sc(GetFolder$)
6198
- .build() {
5898
+ class GetFolderCommand extends command(_ep0, _mw0, "GetFolder", GetFolder$) {
6199
5899
  }
6200
5900
 
6201
- class GetMergeCommitCommand extends Command
6202
- .classBuilder()
6203
- .ep(commonParams)
6204
- .m(function (Command, cs, config, o) {
6205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6206
- })
6207
- .s("CodeCommit_20150413", "GetMergeCommit", {})
6208
- .n("CodeCommitClient", "GetMergeCommitCommand")
6209
- .sc(GetMergeCommit$)
6210
- .build() {
5901
+ class GetMergeCommitCommand extends command(_ep0, _mw0, "GetMergeCommit", GetMergeCommit$) {
6211
5902
  }
6212
5903
 
6213
- class GetMergeConflictsCommand extends Command
6214
- .classBuilder()
6215
- .ep(commonParams)
6216
- .m(function (Command, cs, config, o) {
6217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6218
- })
6219
- .s("CodeCommit_20150413", "GetMergeConflicts", {})
6220
- .n("CodeCommitClient", "GetMergeConflictsCommand")
6221
- .sc(GetMergeConflicts$)
6222
- .build() {
5904
+ class GetMergeConflictsCommand extends command(_ep0, _mw0, "GetMergeConflicts", GetMergeConflicts$) {
6223
5905
  }
6224
5906
 
6225
- class GetMergeOptionsCommand extends Command
6226
- .classBuilder()
6227
- .ep(commonParams)
6228
- .m(function (Command, cs, config, o) {
6229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6230
- })
6231
- .s("CodeCommit_20150413", "GetMergeOptions", {})
6232
- .n("CodeCommitClient", "GetMergeOptionsCommand")
6233
- .sc(GetMergeOptions$)
6234
- .build() {
5907
+ class GetMergeOptionsCommand extends command(_ep0, _mw0, "GetMergeOptions", GetMergeOptions$) {
6235
5908
  }
6236
5909
 
6237
- class GetPullRequestApprovalStatesCommand extends Command
6238
- .classBuilder()
6239
- .ep(commonParams)
6240
- .m(function (Command, cs, config, o) {
6241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6242
- })
6243
- .s("CodeCommit_20150413", "GetPullRequestApprovalStates", {})
6244
- .n("CodeCommitClient", "GetPullRequestApprovalStatesCommand")
6245
- .sc(GetPullRequestApprovalStates$)
6246
- .build() {
5910
+ class GetPullRequestApprovalStatesCommand extends command(_ep0, _mw0, "GetPullRequestApprovalStates", GetPullRequestApprovalStates$) {
6247
5911
  }
6248
5912
 
6249
- class GetPullRequestCommand extends Command
6250
- .classBuilder()
6251
- .ep(commonParams)
6252
- .m(function (Command, cs, config, o) {
6253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6254
- })
6255
- .s("CodeCommit_20150413", "GetPullRequest", {})
6256
- .n("CodeCommitClient", "GetPullRequestCommand")
6257
- .sc(GetPullRequest$)
6258
- .build() {
5913
+ class GetPullRequestCommand extends command(_ep0, _mw0, "GetPullRequest", GetPullRequest$) {
6259
5914
  }
6260
5915
 
6261
- class GetPullRequestOverrideStateCommand extends Command
6262
- .classBuilder()
6263
- .ep(commonParams)
6264
- .m(function (Command, cs, config, o) {
6265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6266
- })
6267
- .s("CodeCommit_20150413", "GetPullRequestOverrideState", {})
6268
- .n("CodeCommitClient", "GetPullRequestOverrideStateCommand")
6269
- .sc(GetPullRequestOverrideState$)
6270
- .build() {
5916
+ class GetPullRequestOverrideStateCommand extends command(_ep0, _mw0, "GetPullRequestOverrideState", GetPullRequestOverrideState$) {
6271
5917
  }
6272
5918
 
6273
- class GetRepositoryCommand extends Command
6274
- .classBuilder()
6275
- .ep(commonParams)
6276
- .m(function (Command, cs, config, o) {
6277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6278
- })
6279
- .s("CodeCommit_20150413", "GetRepository", {})
6280
- .n("CodeCommitClient", "GetRepositoryCommand")
6281
- .sc(GetRepository$)
6282
- .build() {
5919
+ class GetRepositoryCommand extends command(_ep0, _mw0, "GetRepository", GetRepository$) {
6283
5920
  }
6284
5921
 
6285
- class GetRepositoryTriggersCommand extends Command
6286
- .classBuilder()
6287
- .ep(commonParams)
6288
- .m(function (Command, cs, config, o) {
6289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6290
- })
6291
- .s("CodeCommit_20150413", "GetRepositoryTriggers", {})
6292
- .n("CodeCommitClient", "GetRepositoryTriggersCommand")
6293
- .sc(GetRepositoryTriggers$)
6294
- .build() {
5922
+ class GetRepositoryTriggersCommand extends command(_ep0, _mw0, "GetRepositoryTriggers", GetRepositoryTriggers$) {
6295
5923
  }
6296
5924
 
6297
- class ListApprovalRuleTemplatesCommand extends Command
6298
- .classBuilder()
6299
- .ep(commonParams)
6300
- .m(function (Command, cs, config, o) {
6301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6302
- })
6303
- .s("CodeCommit_20150413", "ListApprovalRuleTemplates", {})
6304
- .n("CodeCommitClient", "ListApprovalRuleTemplatesCommand")
6305
- .sc(ListApprovalRuleTemplates$)
6306
- .build() {
5925
+ class ListApprovalRuleTemplatesCommand extends command(_ep0, _mw0, "ListApprovalRuleTemplates", ListApprovalRuleTemplates$) {
6307
5926
  }
6308
5927
 
6309
- class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends Command
6310
- .classBuilder()
6311
- .ep(commonParams)
6312
- .m(function (Command, cs, config, o) {
6313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6314
- })
6315
- .s("CodeCommit_20150413", "ListAssociatedApprovalRuleTemplatesForRepository", {})
6316
- .n("CodeCommitClient", "ListAssociatedApprovalRuleTemplatesForRepositoryCommand")
6317
- .sc(ListAssociatedApprovalRuleTemplatesForRepository$)
6318
- .build() {
5928
+ class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends command(_ep0, _mw0, "ListAssociatedApprovalRuleTemplatesForRepository", ListAssociatedApprovalRuleTemplatesForRepository$) {
6319
5929
  }
6320
5930
 
6321
- class ListBranchesCommand extends Command
6322
- .classBuilder()
6323
- .ep(commonParams)
6324
- .m(function (Command, cs, config, o) {
6325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6326
- })
6327
- .s("CodeCommit_20150413", "ListBranches", {})
6328
- .n("CodeCommitClient", "ListBranchesCommand")
6329
- .sc(ListBranches$)
6330
- .build() {
5931
+ class ListBranchesCommand extends command(_ep0, _mw0, "ListBranches", ListBranches$) {
6331
5932
  }
6332
5933
 
6333
- class ListFileCommitHistoryCommand extends Command
6334
- .classBuilder()
6335
- .ep(commonParams)
6336
- .m(function (Command, cs, config, o) {
6337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6338
- })
6339
- .s("CodeCommit_20150413", "ListFileCommitHistory", {})
6340
- .n("CodeCommitClient", "ListFileCommitHistoryCommand")
6341
- .sc(ListFileCommitHistory$)
6342
- .build() {
5934
+ class ListFileCommitHistoryCommand extends command(_ep0, _mw0, "ListFileCommitHistory", ListFileCommitHistory$) {
6343
5935
  }
6344
5936
 
6345
- class ListPullRequestsCommand extends Command
6346
- .classBuilder()
6347
- .ep(commonParams)
6348
- .m(function (Command, cs, config, o) {
6349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6350
- })
6351
- .s("CodeCommit_20150413", "ListPullRequests", {})
6352
- .n("CodeCommitClient", "ListPullRequestsCommand")
6353
- .sc(ListPullRequests$)
6354
- .build() {
5937
+ class ListPullRequestsCommand extends command(_ep0, _mw0, "ListPullRequests", ListPullRequests$) {
6355
5938
  }
6356
5939
 
6357
- class ListRepositoriesCommand extends Command
6358
- .classBuilder()
6359
- .ep(commonParams)
6360
- .m(function (Command, cs, config, o) {
6361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6362
- })
6363
- .s("CodeCommit_20150413", "ListRepositories", {})
6364
- .n("CodeCommitClient", "ListRepositoriesCommand")
6365
- .sc(ListRepositories$)
6366
- .build() {
5940
+ class ListRepositoriesCommand extends command(_ep0, _mw0, "ListRepositories", ListRepositories$) {
6367
5941
  }
6368
5942
 
6369
- class ListRepositoriesForApprovalRuleTemplateCommand extends Command
6370
- .classBuilder()
6371
- .ep(commonParams)
6372
- .m(function (Command, cs, config, o) {
6373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6374
- })
6375
- .s("CodeCommit_20150413", "ListRepositoriesForApprovalRuleTemplate", {})
6376
- .n("CodeCommitClient", "ListRepositoriesForApprovalRuleTemplateCommand")
6377
- .sc(ListRepositoriesForApprovalRuleTemplate$)
6378
- .build() {
5943
+ class ListRepositoriesForApprovalRuleTemplateCommand extends command(_ep0, _mw0, "ListRepositoriesForApprovalRuleTemplate", ListRepositoriesForApprovalRuleTemplate$) {
6379
5944
  }
6380
5945
 
6381
- class ListTagsForResourceCommand extends Command
6382
- .classBuilder()
6383
- .ep(commonParams)
6384
- .m(function (Command, cs, config, o) {
6385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6386
- })
6387
- .s("CodeCommit_20150413", "ListTagsForResource", {})
6388
- .n("CodeCommitClient", "ListTagsForResourceCommand")
6389
- .sc(ListTagsForResource$)
6390
- .build() {
5946
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
6391
5947
  }
6392
5948
 
6393
- class MergeBranchesByFastForwardCommand extends Command
6394
- .classBuilder()
6395
- .ep(commonParams)
6396
- .m(function (Command, cs, config, o) {
6397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6398
- })
6399
- .s("CodeCommit_20150413", "MergeBranchesByFastForward", {})
6400
- .n("CodeCommitClient", "MergeBranchesByFastForwardCommand")
6401
- .sc(MergeBranchesByFastForward$)
6402
- .build() {
5949
+ class MergeBranchesByFastForwardCommand extends command(_ep0, _mw0, "MergeBranchesByFastForward", MergeBranchesByFastForward$) {
6403
5950
  }
6404
5951
 
6405
- class MergeBranchesBySquashCommand extends Command
6406
- .classBuilder()
6407
- .ep(commonParams)
6408
- .m(function (Command, cs, config, o) {
6409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6410
- })
6411
- .s("CodeCommit_20150413", "MergeBranchesBySquash", {})
6412
- .n("CodeCommitClient", "MergeBranchesBySquashCommand")
6413
- .sc(MergeBranchesBySquash$)
6414
- .build() {
5952
+ class MergeBranchesBySquashCommand extends command(_ep0, _mw0, "MergeBranchesBySquash", MergeBranchesBySquash$) {
6415
5953
  }
6416
5954
 
6417
- class MergeBranchesByThreeWayCommand extends Command
6418
- .classBuilder()
6419
- .ep(commonParams)
6420
- .m(function (Command, cs, config, o) {
6421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6422
- })
6423
- .s("CodeCommit_20150413", "MergeBranchesByThreeWay", {})
6424
- .n("CodeCommitClient", "MergeBranchesByThreeWayCommand")
6425
- .sc(MergeBranchesByThreeWay$)
6426
- .build() {
5955
+ class MergeBranchesByThreeWayCommand extends command(_ep0, _mw0, "MergeBranchesByThreeWay", MergeBranchesByThreeWay$) {
6427
5956
  }
6428
5957
 
6429
- class MergePullRequestByFastForwardCommand extends Command
6430
- .classBuilder()
6431
- .ep(commonParams)
6432
- .m(function (Command, cs, config, o) {
6433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6434
- })
6435
- .s("CodeCommit_20150413", "MergePullRequestByFastForward", {})
6436
- .n("CodeCommitClient", "MergePullRequestByFastForwardCommand")
6437
- .sc(MergePullRequestByFastForward$)
6438
- .build() {
5958
+ class MergePullRequestByFastForwardCommand extends command(_ep0, _mw0, "MergePullRequestByFastForward", MergePullRequestByFastForward$) {
6439
5959
  }
6440
5960
 
6441
- class MergePullRequestBySquashCommand extends Command
6442
- .classBuilder()
6443
- .ep(commonParams)
6444
- .m(function (Command, cs, config, o) {
6445
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6446
- })
6447
- .s("CodeCommit_20150413", "MergePullRequestBySquash", {})
6448
- .n("CodeCommitClient", "MergePullRequestBySquashCommand")
6449
- .sc(MergePullRequestBySquash$)
6450
- .build() {
5961
+ class MergePullRequestBySquashCommand extends command(_ep0, _mw0, "MergePullRequestBySquash", MergePullRequestBySquash$) {
6451
5962
  }
6452
5963
 
6453
- class MergePullRequestByThreeWayCommand extends Command
6454
- .classBuilder()
6455
- .ep(commonParams)
6456
- .m(function (Command, cs, config, o) {
6457
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6458
- })
6459
- .s("CodeCommit_20150413", "MergePullRequestByThreeWay", {})
6460
- .n("CodeCommitClient", "MergePullRequestByThreeWayCommand")
6461
- .sc(MergePullRequestByThreeWay$)
6462
- .build() {
5964
+ class MergePullRequestByThreeWayCommand extends command(_ep0, _mw0, "MergePullRequestByThreeWay", MergePullRequestByThreeWay$) {
6463
5965
  }
6464
5966
 
6465
- class OverridePullRequestApprovalRulesCommand extends Command
6466
- .classBuilder()
6467
- .ep(commonParams)
6468
- .m(function (Command, cs, config, o) {
6469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6470
- })
6471
- .s("CodeCommit_20150413", "OverridePullRequestApprovalRules", {})
6472
- .n("CodeCommitClient", "OverridePullRequestApprovalRulesCommand")
6473
- .sc(OverridePullRequestApprovalRules$)
6474
- .build() {
5967
+ class OverridePullRequestApprovalRulesCommand extends command(_ep0, _mw0, "OverridePullRequestApprovalRules", OverridePullRequestApprovalRules$) {
6475
5968
  }
6476
5969
 
6477
- class PostCommentForComparedCommitCommand extends Command
6478
- .classBuilder()
6479
- .ep(commonParams)
6480
- .m(function (Command, cs, config, o) {
6481
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6482
- })
6483
- .s("CodeCommit_20150413", "PostCommentForComparedCommit", {})
6484
- .n("CodeCommitClient", "PostCommentForComparedCommitCommand")
6485
- .sc(PostCommentForComparedCommit$)
6486
- .build() {
5970
+ class PostCommentForComparedCommitCommand extends command(_ep0, _mw0, "PostCommentForComparedCommit", PostCommentForComparedCommit$) {
6487
5971
  }
6488
5972
 
6489
- class PostCommentForPullRequestCommand extends Command
6490
- .classBuilder()
6491
- .ep(commonParams)
6492
- .m(function (Command, cs, config, o) {
6493
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6494
- })
6495
- .s("CodeCommit_20150413", "PostCommentForPullRequest", {})
6496
- .n("CodeCommitClient", "PostCommentForPullRequestCommand")
6497
- .sc(PostCommentForPullRequest$)
6498
- .build() {
5973
+ class PostCommentForPullRequestCommand extends command(_ep0, _mw0, "PostCommentForPullRequest", PostCommentForPullRequest$) {
6499
5974
  }
6500
5975
 
6501
- class PostCommentReplyCommand extends Command
6502
- .classBuilder()
6503
- .ep(commonParams)
6504
- .m(function (Command, cs, config, o) {
6505
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6506
- })
6507
- .s("CodeCommit_20150413", "PostCommentReply", {})
6508
- .n("CodeCommitClient", "PostCommentReplyCommand")
6509
- .sc(PostCommentReply$)
6510
- .build() {
5976
+ class PostCommentReplyCommand extends command(_ep0, _mw0, "PostCommentReply", PostCommentReply$) {
6511
5977
  }
6512
5978
 
6513
- class PutCommentReactionCommand extends Command
6514
- .classBuilder()
6515
- .ep(commonParams)
6516
- .m(function (Command, cs, config, o) {
6517
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6518
- })
6519
- .s("CodeCommit_20150413", "PutCommentReaction", {})
6520
- .n("CodeCommitClient", "PutCommentReactionCommand")
6521
- .sc(PutCommentReaction$)
6522
- .build() {
5979
+ class PutCommentReactionCommand extends command(_ep0, _mw0, "PutCommentReaction", PutCommentReaction$) {
6523
5980
  }
6524
5981
 
6525
- class PutFileCommand extends Command
6526
- .classBuilder()
6527
- .ep(commonParams)
6528
- .m(function (Command, cs, config, o) {
6529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6530
- })
6531
- .s("CodeCommit_20150413", "PutFile", {})
6532
- .n("CodeCommitClient", "PutFileCommand")
6533
- .sc(PutFile$)
6534
- .build() {
5982
+ class PutFileCommand extends command(_ep0, _mw0, "PutFile", PutFile$) {
6535
5983
  }
6536
5984
 
6537
- class PutRepositoryTriggersCommand extends Command
6538
- .classBuilder()
6539
- .ep(commonParams)
6540
- .m(function (Command, cs, config, o) {
6541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6542
- })
6543
- .s("CodeCommit_20150413", "PutRepositoryTriggers", {})
6544
- .n("CodeCommitClient", "PutRepositoryTriggersCommand")
6545
- .sc(PutRepositoryTriggers$)
6546
- .build() {
5985
+ class PutRepositoryTriggersCommand extends command(_ep0, _mw0, "PutRepositoryTriggers", PutRepositoryTriggers$) {
6547
5986
  }
6548
5987
 
6549
- class TagResourceCommand extends Command
6550
- .classBuilder()
6551
- .ep(commonParams)
6552
- .m(function (Command, cs, config, o) {
6553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6554
- })
6555
- .s("CodeCommit_20150413", "TagResource", {})
6556
- .n("CodeCommitClient", "TagResourceCommand")
6557
- .sc(TagResource$)
6558
- .build() {
5988
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
6559
5989
  }
6560
5990
 
6561
- class TestRepositoryTriggersCommand extends Command
6562
- .classBuilder()
6563
- .ep(commonParams)
6564
- .m(function (Command, cs, config, o) {
6565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6566
- })
6567
- .s("CodeCommit_20150413", "TestRepositoryTriggers", {})
6568
- .n("CodeCommitClient", "TestRepositoryTriggersCommand")
6569
- .sc(TestRepositoryTriggers$)
6570
- .build() {
5991
+ class TestRepositoryTriggersCommand extends command(_ep0, _mw0, "TestRepositoryTriggers", TestRepositoryTriggers$) {
6571
5992
  }
6572
5993
 
6573
- class UntagResourceCommand extends Command
6574
- .classBuilder()
6575
- .ep(commonParams)
6576
- .m(function (Command, cs, config, o) {
6577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6578
- })
6579
- .s("CodeCommit_20150413", "UntagResource", {})
6580
- .n("CodeCommitClient", "UntagResourceCommand")
6581
- .sc(UntagResource$)
6582
- .build() {
5994
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
6583
5995
  }
6584
5996
 
6585
- class UpdateApprovalRuleTemplateContentCommand extends Command
6586
- .classBuilder()
6587
- .ep(commonParams)
6588
- .m(function (Command, cs, config, o) {
6589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6590
- })
6591
- .s("CodeCommit_20150413", "UpdateApprovalRuleTemplateContent", {})
6592
- .n("CodeCommitClient", "UpdateApprovalRuleTemplateContentCommand")
6593
- .sc(UpdateApprovalRuleTemplateContent$)
6594
- .build() {
5997
+ class UpdateApprovalRuleTemplateContentCommand extends command(_ep0, _mw0, "UpdateApprovalRuleTemplateContent", UpdateApprovalRuleTemplateContent$) {
6595
5998
  }
6596
5999
 
6597
- class UpdateApprovalRuleTemplateDescriptionCommand extends Command
6598
- .classBuilder()
6599
- .ep(commonParams)
6600
- .m(function (Command, cs, config, o) {
6601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6602
- })
6603
- .s("CodeCommit_20150413", "UpdateApprovalRuleTemplateDescription", {})
6604
- .n("CodeCommitClient", "UpdateApprovalRuleTemplateDescriptionCommand")
6605
- .sc(UpdateApprovalRuleTemplateDescription$)
6606
- .build() {
6000
+ class UpdateApprovalRuleTemplateDescriptionCommand extends command(_ep0, _mw0, "UpdateApprovalRuleTemplateDescription", UpdateApprovalRuleTemplateDescription$) {
6607
6001
  }
6608
6002
 
6609
- class UpdateApprovalRuleTemplateNameCommand extends Command
6610
- .classBuilder()
6611
- .ep(commonParams)
6612
- .m(function (Command, cs, config, o) {
6613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6614
- })
6615
- .s("CodeCommit_20150413", "UpdateApprovalRuleTemplateName", {})
6616
- .n("CodeCommitClient", "UpdateApprovalRuleTemplateNameCommand")
6617
- .sc(UpdateApprovalRuleTemplateName$)
6618
- .build() {
6003
+ class UpdateApprovalRuleTemplateNameCommand extends command(_ep0, _mw0, "UpdateApprovalRuleTemplateName", UpdateApprovalRuleTemplateName$) {
6619
6004
  }
6620
6005
 
6621
- class UpdateCommentCommand extends Command
6622
- .classBuilder()
6623
- .ep(commonParams)
6624
- .m(function (Command, cs, config, o) {
6625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6626
- })
6627
- .s("CodeCommit_20150413", "UpdateComment", {})
6628
- .n("CodeCommitClient", "UpdateCommentCommand")
6629
- .sc(UpdateComment$)
6630
- .build() {
6006
+ class UpdateCommentCommand extends command(_ep0, _mw0, "UpdateComment", UpdateComment$) {
6631
6007
  }
6632
6008
 
6633
- class UpdateDefaultBranchCommand extends Command
6634
- .classBuilder()
6635
- .ep(commonParams)
6636
- .m(function (Command, cs, config, o) {
6637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6638
- })
6639
- .s("CodeCommit_20150413", "UpdateDefaultBranch", {})
6640
- .n("CodeCommitClient", "UpdateDefaultBranchCommand")
6641
- .sc(UpdateDefaultBranch$)
6642
- .build() {
6009
+ class UpdateDefaultBranchCommand extends command(_ep0, _mw0, "UpdateDefaultBranch", UpdateDefaultBranch$) {
6643
6010
  }
6644
6011
 
6645
- class UpdatePullRequestApprovalRuleContentCommand extends Command
6646
- .classBuilder()
6647
- .ep(commonParams)
6648
- .m(function (Command, cs, config, o) {
6649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6650
- })
6651
- .s("CodeCommit_20150413", "UpdatePullRequestApprovalRuleContent", {})
6652
- .n("CodeCommitClient", "UpdatePullRequestApprovalRuleContentCommand")
6653
- .sc(UpdatePullRequestApprovalRuleContent$)
6654
- .build() {
6012
+ class UpdatePullRequestApprovalRuleContentCommand extends command(_ep0, _mw0, "UpdatePullRequestApprovalRuleContent", UpdatePullRequestApprovalRuleContent$) {
6655
6013
  }
6656
6014
 
6657
- class UpdatePullRequestApprovalStateCommand extends Command
6658
- .classBuilder()
6659
- .ep(commonParams)
6660
- .m(function (Command, cs, config, o) {
6661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6662
- })
6663
- .s("CodeCommit_20150413", "UpdatePullRequestApprovalState", {})
6664
- .n("CodeCommitClient", "UpdatePullRequestApprovalStateCommand")
6665
- .sc(UpdatePullRequestApprovalState$)
6666
- .build() {
6015
+ class UpdatePullRequestApprovalStateCommand extends command(_ep0, _mw0, "UpdatePullRequestApprovalState", UpdatePullRequestApprovalState$) {
6667
6016
  }
6668
6017
 
6669
- class UpdatePullRequestDescriptionCommand extends Command
6670
- .classBuilder()
6671
- .ep(commonParams)
6672
- .m(function (Command, cs, config, o) {
6673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6674
- })
6675
- .s("CodeCommit_20150413", "UpdatePullRequestDescription", {})
6676
- .n("CodeCommitClient", "UpdatePullRequestDescriptionCommand")
6677
- .sc(UpdatePullRequestDescription$)
6678
- .build() {
6018
+ class UpdatePullRequestDescriptionCommand extends command(_ep0, _mw0, "UpdatePullRequestDescription", UpdatePullRequestDescription$) {
6679
6019
  }
6680
6020
 
6681
- class UpdatePullRequestStatusCommand extends Command
6682
- .classBuilder()
6683
- .ep(commonParams)
6684
- .m(function (Command, cs, config, o) {
6685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6686
- })
6687
- .s("CodeCommit_20150413", "UpdatePullRequestStatus", {})
6688
- .n("CodeCommitClient", "UpdatePullRequestStatusCommand")
6689
- .sc(UpdatePullRequestStatus$)
6690
- .build() {
6021
+ class UpdatePullRequestStatusCommand extends command(_ep0, _mw0, "UpdatePullRequestStatus", UpdatePullRequestStatus$) {
6691
6022
  }
6692
6023
 
6693
- class UpdatePullRequestTitleCommand extends Command
6694
- .classBuilder()
6695
- .ep(commonParams)
6696
- .m(function (Command, cs, config, o) {
6697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6698
- })
6699
- .s("CodeCommit_20150413", "UpdatePullRequestTitle", {})
6700
- .n("CodeCommitClient", "UpdatePullRequestTitleCommand")
6701
- .sc(UpdatePullRequestTitle$)
6702
- .build() {
6024
+ class UpdatePullRequestTitleCommand extends command(_ep0, _mw0, "UpdatePullRequestTitle", UpdatePullRequestTitle$) {
6703
6025
  }
6704
6026
 
6705
- class UpdateRepositoryDescriptionCommand extends Command
6706
- .classBuilder()
6707
- .ep(commonParams)
6708
- .m(function (Command, cs, config, o) {
6709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6710
- })
6711
- .s("CodeCommit_20150413", "UpdateRepositoryDescription", {})
6712
- .n("CodeCommitClient", "UpdateRepositoryDescriptionCommand")
6713
- .sc(UpdateRepositoryDescription$)
6714
- .build() {
6027
+ class UpdateRepositoryDescriptionCommand extends command(_ep0, _mw0, "UpdateRepositoryDescription", UpdateRepositoryDescription$) {
6715
6028
  }
6716
6029
 
6717
- class UpdateRepositoryEncryptionKeyCommand extends Command
6718
- .classBuilder()
6719
- .ep(commonParams)
6720
- .m(function (Command, cs, config, o) {
6721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6722
- })
6723
- .s("CodeCommit_20150413", "UpdateRepositoryEncryptionKey", {})
6724
- .n("CodeCommitClient", "UpdateRepositoryEncryptionKeyCommand")
6725
- .sc(UpdateRepositoryEncryptionKey$)
6726
- .build() {
6030
+ class UpdateRepositoryEncryptionKeyCommand extends command(_ep0, _mw0, "UpdateRepositoryEncryptionKey", UpdateRepositoryEncryptionKey$) {
6727
6031
  }
6728
6032
 
6729
- class UpdateRepositoryNameCommand extends Command
6730
- .classBuilder()
6731
- .ep(commonParams)
6732
- .m(function (Command, cs, config, o) {
6733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6734
- })
6735
- .s("CodeCommit_20150413", "UpdateRepositoryName", {})
6736
- .n("CodeCommitClient", "UpdateRepositoryNameCommand")
6737
- .sc(UpdateRepositoryName$)
6738
- .build() {
6033
+ class UpdateRepositoryNameCommand extends command(_ep0, _mw0, "UpdateRepositoryName", UpdateRepositoryName$) {
6739
6034
  }
6740
6035
 
6741
6036
  const paginateDescribeMergeConflicts = createPaginator(CodeCommitClient, DescribeMergeConflictsCommand, "nextToken", "nextToken", "maxMergeHunks");