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