@aws-sdk/client-codedeploy 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 (161) hide show
  1. package/dist-cjs/index.js +58 -475
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -14
  4. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -14
  5. package/dist-es/commands/BatchGetApplicationsCommand.js +2 -14
  6. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -14
  7. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -14
  8. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -14
  9. package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -14
  10. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -14
  11. package/dist-es/commands/ContinueDeploymentCommand.js +2 -14
  12. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  13. package/dist-es/commands/CreateDeploymentCommand.js +2 -14
  14. package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -14
  15. package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -14
  16. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  17. package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -14
  18. package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -14
  20. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -14
  21. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -14
  22. package/dist-es/commands/GetApplicationCommand.js +2 -14
  23. package/dist-es/commands/GetApplicationRevisionCommand.js +2 -14
  24. package/dist-es/commands/GetDeploymentCommand.js +2 -14
  25. package/dist-es/commands/GetDeploymentConfigCommand.js +2 -14
  26. package/dist-es/commands/GetDeploymentGroupCommand.js +2 -14
  27. package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -14
  28. package/dist-es/commands/GetDeploymentTargetCommand.js +2 -14
  29. package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -14
  30. package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -14
  31. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  32. package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -14
  33. package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -14
  34. package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -14
  35. package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -14
  36. package/dist-es/commands/ListDeploymentsCommand.js +2 -14
  37. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -14
  38. package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -14
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  40. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -14
  41. package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -14
  42. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -14
  43. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -14
  44. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -14
  45. package/dist-es/commands/StopDeploymentCommand.js +2 -14
  46. package/dist-es/commands/TagResourceCommand.js +2 -14
  47. package/dist-es/commands/UntagResourceCommand.js +2 -14
  48. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  49. package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.browser.js +0 -2
  52. package/dist-es/runtimeConfig.js +1 -2
  53. package/dist-es/runtimeConfig.native.js +0 -2
  54. package/dist-es/runtimeConfig.shared.js +2 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -8
  57. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -8
  58. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -8
  59. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -8
  60. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -8
  61. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -8
  62. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -8
  63. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -8
  64. package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -8
  74. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -8
  75. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  76. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -8
  77. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
  78. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -8
  79. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -8
  80. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -8
  81. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -8
  82. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -8
  83. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -8
  94. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -8
  95. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -8
  96. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -8
  97. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -8
  98. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
  99. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/runtimeConfig.d.ts +1 -1
  106. package/dist-types/runtimeConfig.native.d.ts +1 -1
  107. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/index.d.ts +1 -0
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  161. 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, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, 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 defaultCodeDeployHttpAuthSchemeParametersProvider = 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
 
@@ -3607,6 +3609,7 @@ const getRuntimeConfig$1 = (config) => {
3607
3609
  serviceTarget: "CodeDeploy_20141006",
3608
3610
  },
3609
3611
  serviceId: config?.serviceId ?? "CodeDeploy",
3612
+ sha256: config?.sha256 ?? Sha256,
3610
3613
  urlParser: config?.urlParser ?? parseUrl,
3611
3614
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3612
3615
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -3640,7 +3643,6 @@ const getRuntimeConfig = (config) => {
3640
3643
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3641
3644
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3642
3645
  }, config),
3643
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3644
3646
  streamCollector: config?.streamCollector ?? streamCollector,
3645
3647
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3646
3648
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3728,568 +3730,149 @@ class CodeDeployClient extends Client {
3728
3730
  }
3729
3731
  }
3730
3732
 
3731
- class AddTagsToOnPremisesInstancesCommand extends Command
3732
- .classBuilder()
3733
- .ep(commonParams)
3734
- .m(function (Command, cs, config, o) {
3735
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3736
- })
3737
- .s("CodeDeploy_20141006", "AddTagsToOnPremisesInstances", {})
3738
- .n("CodeDeployClient", "AddTagsToOnPremisesInstancesCommand")
3739
- .sc(AddTagsToOnPremisesInstances$)
3740
- .build() {
3733
+ const command = makeBuilder(commonParams, "CodeDeploy_20141006", "CodeDeployClient", getEndpointPlugin);
3734
+ const _ep0 = {};
3735
+ const _mw0 = (Command, cs, config, o) => [];
3736
+
3737
+ class AddTagsToOnPremisesInstancesCommand extends command(_ep0, _mw0, "AddTagsToOnPremisesInstances", AddTagsToOnPremisesInstances$) {
3741
3738
  }
3742
3739
 
3743
- class BatchGetApplicationRevisionsCommand extends Command
3744
- .classBuilder()
3745
- .ep(commonParams)
3746
- .m(function (Command, cs, config, o) {
3747
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3748
- })
3749
- .s("CodeDeploy_20141006", "BatchGetApplicationRevisions", {})
3750
- .n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
3751
- .sc(BatchGetApplicationRevisions$)
3752
- .build() {
3740
+ class BatchGetApplicationRevisionsCommand extends command(_ep0, _mw0, "BatchGetApplicationRevisions", BatchGetApplicationRevisions$) {
3753
3741
  }
3754
3742
 
3755
- class BatchGetApplicationsCommand extends Command
3756
- .classBuilder()
3757
- .ep(commonParams)
3758
- .m(function (Command, cs, config, o) {
3759
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3760
- })
3761
- .s("CodeDeploy_20141006", "BatchGetApplications", {})
3762
- .n("CodeDeployClient", "BatchGetApplicationsCommand")
3763
- .sc(BatchGetApplications$)
3764
- .build() {
3743
+ class BatchGetApplicationsCommand extends command(_ep0, _mw0, "BatchGetApplications", BatchGetApplications$) {
3765
3744
  }
3766
3745
 
3767
- class BatchGetDeploymentGroupsCommand extends Command
3768
- .classBuilder()
3769
- .ep(commonParams)
3770
- .m(function (Command, cs, config, o) {
3771
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3772
- })
3773
- .s("CodeDeploy_20141006", "BatchGetDeploymentGroups", {})
3774
- .n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
3775
- .sc(BatchGetDeploymentGroups$)
3776
- .build() {
3746
+ class BatchGetDeploymentGroupsCommand extends command(_ep0, _mw0, "BatchGetDeploymentGroups", BatchGetDeploymentGroups$) {
3777
3747
  }
3778
3748
 
3779
- class BatchGetDeploymentInstancesCommand extends Command
3780
- .classBuilder()
3781
- .ep(commonParams)
3782
- .m(function (Command, cs, config, o) {
3783
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3784
- })
3785
- .s("CodeDeploy_20141006", "BatchGetDeploymentInstances", {})
3786
- .n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
3787
- .sc(BatchGetDeploymentInstances$)
3788
- .build() {
3749
+ class BatchGetDeploymentInstancesCommand extends command(_ep0, _mw0, "BatchGetDeploymentInstances", BatchGetDeploymentInstances$) {
3789
3750
  }
3790
3751
 
3791
- class BatchGetDeploymentsCommand extends Command
3792
- .classBuilder()
3793
- .ep(commonParams)
3794
- .m(function (Command, cs, config, o) {
3795
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3796
- })
3797
- .s("CodeDeploy_20141006", "BatchGetDeployments", {})
3798
- .n("CodeDeployClient", "BatchGetDeploymentsCommand")
3799
- .sc(BatchGetDeployments$)
3800
- .build() {
3752
+ class BatchGetDeploymentsCommand extends command(_ep0, _mw0, "BatchGetDeployments", BatchGetDeployments$) {
3801
3753
  }
3802
3754
 
3803
- class BatchGetDeploymentTargetsCommand extends Command
3804
- .classBuilder()
3805
- .ep(commonParams)
3806
- .m(function (Command, cs, config, o) {
3807
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3808
- })
3809
- .s("CodeDeploy_20141006", "BatchGetDeploymentTargets", {})
3810
- .n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
3811
- .sc(BatchGetDeploymentTargets$)
3812
- .build() {
3755
+ class BatchGetDeploymentTargetsCommand extends command(_ep0, _mw0, "BatchGetDeploymentTargets", BatchGetDeploymentTargets$) {
3813
3756
  }
3814
3757
 
3815
- class BatchGetOnPremisesInstancesCommand extends Command
3816
- .classBuilder()
3817
- .ep(commonParams)
3818
- .m(function (Command, cs, config, o) {
3819
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3820
- })
3821
- .s("CodeDeploy_20141006", "BatchGetOnPremisesInstances", {})
3822
- .n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
3823
- .sc(BatchGetOnPremisesInstances$)
3824
- .build() {
3758
+ class BatchGetOnPremisesInstancesCommand extends command(_ep0, _mw0, "BatchGetOnPremisesInstances", BatchGetOnPremisesInstances$) {
3825
3759
  }
3826
3760
 
3827
- class ContinueDeploymentCommand extends Command
3828
- .classBuilder()
3829
- .ep(commonParams)
3830
- .m(function (Command, cs, config, o) {
3831
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3832
- })
3833
- .s("CodeDeploy_20141006", "ContinueDeployment", {})
3834
- .n("CodeDeployClient", "ContinueDeploymentCommand")
3835
- .sc(ContinueDeployment$)
3836
- .build() {
3761
+ class ContinueDeploymentCommand extends command(_ep0, _mw0, "ContinueDeployment", ContinueDeployment$) {
3837
3762
  }
3838
3763
 
3839
- class CreateApplicationCommand extends Command
3840
- .classBuilder()
3841
- .ep(commonParams)
3842
- .m(function (Command, cs, config, o) {
3843
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3844
- })
3845
- .s("CodeDeploy_20141006", "CreateApplication", {})
3846
- .n("CodeDeployClient", "CreateApplicationCommand")
3847
- .sc(CreateApplication$)
3848
- .build() {
3764
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
3849
3765
  }
3850
3766
 
3851
- class CreateDeploymentCommand extends Command
3852
- .classBuilder()
3853
- .ep(commonParams)
3854
- .m(function (Command, cs, config, o) {
3855
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3856
- })
3857
- .s("CodeDeploy_20141006", "CreateDeployment", {})
3858
- .n("CodeDeployClient", "CreateDeploymentCommand")
3859
- .sc(CreateDeployment$)
3860
- .build() {
3767
+ class CreateDeploymentCommand extends command(_ep0, _mw0, "CreateDeployment", CreateDeployment$) {
3861
3768
  }
3862
3769
 
3863
- class CreateDeploymentConfigCommand extends Command
3864
- .classBuilder()
3865
- .ep(commonParams)
3866
- .m(function (Command, cs, config, o) {
3867
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3868
- })
3869
- .s("CodeDeploy_20141006", "CreateDeploymentConfig", {})
3870
- .n("CodeDeployClient", "CreateDeploymentConfigCommand")
3871
- .sc(CreateDeploymentConfig$)
3872
- .build() {
3770
+ class CreateDeploymentConfigCommand extends command(_ep0, _mw0, "CreateDeploymentConfig", CreateDeploymentConfig$) {
3873
3771
  }
3874
3772
 
3875
- class CreateDeploymentGroupCommand extends Command
3876
- .classBuilder()
3877
- .ep(commonParams)
3878
- .m(function (Command, cs, config, o) {
3879
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3880
- })
3881
- .s("CodeDeploy_20141006", "CreateDeploymentGroup", {})
3882
- .n("CodeDeployClient", "CreateDeploymentGroupCommand")
3883
- .sc(CreateDeploymentGroup$)
3884
- .build() {
3773
+ class CreateDeploymentGroupCommand extends command(_ep0, _mw0, "CreateDeploymentGroup", CreateDeploymentGroup$) {
3885
3774
  }
3886
3775
 
3887
- class DeleteApplicationCommand extends Command
3888
- .classBuilder()
3889
- .ep(commonParams)
3890
- .m(function (Command, cs, config, o) {
3891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3892
- })
3893
- .s("CodeDeploy_20141006", "DeleteApplication", {})
3894
- .n("CodeDeployClient", "DeleteApplicationCommand")
3895
- .sc(DeleteApplication$)
3896
- .build() {
3776
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
3897
3777
  }
3898
3778
 
3899
- class DeleteDeploymentConfigCommand extends Command
3900
- .classBuilder()
3901
- .ep(commonParams)
3902
- .m(function (Command, cs, config, o) {
3903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3904
- })
3905
- .s("CodeDeploy_20141006", "DeleteDeploymentConfig", {})
3906
- .n("CodeDeployClient", "DeleteDeploymentConfigCommand")
3907
- .sc(DeleteDeploymentConfig$)
3908
- .build() {
3779
+ class DeleteDeploymentConfigCommand extends command(_ep0, _mw0, "DeleteDeploymentConfig", DeleteDeploymentConfig$) {
3909
3780
  }
3910
3781
 
3911
- class DeleteDeploymentGroupCommand extends Command
3912
- .classBuilder()
3913
- .ep(commonParams)
3914
- .m(function (Command, cs, config, o) {
3915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3916
- })
3917
- .s("CodeDeploy_20141006", "DeleteDeploymentGroup", {})
3918
- .n("CodeDeployClient", "DeleteDeploymentGroupCommand")
3919
- .sc(DeleteDeploymentGroup$)
3920
- .build() {
3782
+ class DeleteDeploymentGroupCommand extends command(_ep0, _mw0, "DeleteDeploymentGroup", DeleteDeploymentGroup$) {
3921
3783
  }
3922
3784
 
3923
- class DeleteGitHubAccountTokenCommand extends Command
3924
- .classBuilder()
3925
- .ep(commonParams)
3926
- .m(function (Command, cs, config, o) {
3927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3928
- })
3929
- .s("CodeDeploy_20141006", "DeleteGitHubAccountToken", {})
3930
- .n("CodeDeployClient", "DeleteGitHubAccountTokenCommand")
3931
- .sc(DeleteGitHubAccountToken$)
3932
- .build() {
3785
+ class DeleteGitHubAccountTokenCommand extends command(_ep0, _mw0, "DeleteGitHubAccountToken", DeleteGitHubAccountToken$) {
3933
3786
  }
3934
3787
 
3935
- class DeleteResourcesByExternalIdCommand extends Command
3936
- .classBuilder()
3937
- .ep(commonParams)
3938
- .m(function (Command, cs, config, o) {
3939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3940
- })
3941
- .s("CodeDeploy_20141006", "DeleteResourcesByExternalId", {})
3942
- .n("CodeDeployClient", "DeleteResourcesByExternalIdCommand")
3943
- .sc(DeleteResourcesByExternalId$)
3944
- .build() {
3788
+ class DeleteResourcesByExternalIdCommand extends command(_ep0, _mw0, "DeleteResourcesByExternalId", DeleteResourcesByExternalId$) {
3945
3789
  }
3946
3790
 
3947
- class DeregisterOnPremisesInstanceCommand extends Command
3948
- .classBuilder()
3949
- .ep(commonParams)
3950
- .m(function (Command, cs, config, o) {
3951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3952
- })
3953
- .s("CodeDeploy_20141006", "DeregisterOnPremisesInstance", {})
3954
- .n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand")
3955
- .sc(DeregisterOnPremisesInstance$)
3956
- .build() {
3791
+ class DeregisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "DeregisterOnPremisesInstance", DeregisterOnPremisesInstance$) {
3957
3792
  }
3958
3793
 
3959
- class GetApplicationCommand extends Command
3960
- .classBuilder()
3961
- .ep(commonParams)
3962
- .m(function (Command, cs, config, o) {
3963
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3964
- })
3965
- .s("CodeDeploy_20141006", "GetApplication", {})
3966
- .n("CodeDeployClient", "GetApplicationCommand")
3967
- .sc(GetApplication$)
3968
- .build() {
3794
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
3969
3795
  }
3970
3796
 
3971
- class GetApplicationRevisionCommand extends Command
3972
- .classBuilder()
3973
- .ep(commonParams)
3974
- .m(function (Command, cs, config, o) {
3975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3976
- })
3977
- .s("CodeDeploy_20141006", "GetApplicationRevision", {})
3978
- .n("CodeDeployClient", "GetApplicationRevisionCommand")
3979
- .sc(GetApplicationRevision$)
3980
- .build() {
3797
+ class GetApplicationRevisionCommand extends command(_ep0, _mw0, "GetApplicationRevision", GetApplicationRevision$) {
3981
3798
  }
3982
3799
 
3983
- class GetDeploymentCommand extends Command
3984
- .classBuilder()
3985
- .ep(commonParams)
3986
- .m(function (Command, cs, config, o) {
3987
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3988
- })
3989
- .s("CodeDeploy_20141006", "GetDeployment", {})
3990
- .n("CodeDeployClient", "GetDeploymentCommand")
3991
- .sc(GetDeployment$)
3992
- .build() {
3800
+ class GetDeploymentCommand extends command(_ep0, _mw0, "GetDeployment", GetDeployment$) {
3993
3801
  }
3994
3802
 
3995
- class GetDeploymentConfigCommand extends Command
3996
- .classBuilder()
3997
- .ep(commonParams)
3998
- .m(function (Command, cs, config, o) {
3999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4000
- })
4001
- .s("CodeDeploy_20141006", "GetDeploymentConfig", {})
4002
- .n("CodeDeployClient", "GetDeploymentConfigCommand")
4003
- .sc(GetDeploymentConfig$)
4004
- .build() {
3803
+ class GetDeploymentConfigCommand extends command(_ep0, _mw0, "GetDeploymentConfig", GetDeploymentConfig$) {
4005
3804
  }
4006
3805
 
4007
- class GetDeploymentGroupCommand extends Command
4008
- .classBuilder()
4009
- .ep(commonParams)
4010
- .m(function (Command, cs, config, o) {
4011
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4012
- })
4013
- .s("CodeDeploy_20141006", "GetDeploymentGroup", {})
4014
- .n("CodeDeployClient", "GetDeploymentGroupCommand")
4015
- .sc(GetDeploymentGroup$)
4016
- .build() {
3806
+ class GetDeploymentGroupCommand extends command(_ep0, _mw0, "GetDeploymentGroup", GetDeploymentGroup$) {
4017
3807
  }
4018
3808
 
4019
- class GetDeploymentInstanceCommand extends Command
4020
- .classBuilder()
4021
- .ep(commonParams)
4022
- .m(function (Command, cs, config, o) {
4023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4024
- })
4025
- .s("CodeDeploy_20141006", "GetDeploymentInstance", {})
4026
- .n("CodeDeployClient", "GetDeploymentInstanceCommand")
4027
- .sc(GetDeploymentInstance$)
4028
- .build() {
3809
+ class GetDeploymentInstanceCommand extends command(_ep0, _mw0, "GetDeploymentInstance", GetDeploymentInstance$) {
4029
3810
  }
4030
3811
 
4031
- class GetDeploymentTargetCommand extends Command
4032
- .classBuilder()
4033
- .ep(commonParams)
4034
- .m(function (Command, cs, config, o) {
4035
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4036
- })
4037
- .s("CodeDeploy_20141006", "GetDeploymentTarget", {})
4038
- .n("CodeDeployClient", "GetDeploymentTargetCommand")
4039
- .sc(GetDeploymentTarget$)
4040
- .build() {
3812
+ class GetDeploymentTargetCommand extends command(_ep0, _mw0, "GetDeploymentTarget", GetDeploymentTarget$) {
4041
3813
  }
4042
3814
 
4043
- class GetOnPremisesInstanceCommand extends Command
4044
- .classBuilder()
4045
- .ep(commonParams)
4046
- .m(function (Command, cs, config, o) {
4047
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4048
- })
4049
- .s("CodeDeploy_20141006", "GetOnPremisesInstance", {})
4050
- .n("CodeDeployClient", "GetOnPremisesInstanceCommand")
4051
- .sc(GetOnPremisesInstance$)
4052
- .build() {
3815
+ class GetOnPremisesInstanceCommand extends command(_ep0, _mw0, "GetOnPremisesInstance", GetOnPremisesInstance$) {
4053
3816
  }
4054
3817
 
4055
- class ListApplicationRevisionsCommand extends Command
4056
- .classBuilder()
4057
- .ep(commonParams)
4058
- .m(function (Command, cs, config, o) {
4059
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4060
- })
4061
- .s("CodeDeploy_20141006", "ListApplicationRevisions", {})
4062
- .n("CodeDeployClient", "ListApplicationRevisionsCommand")
4063
- .sc(ListApplicationRevisions$)
4064
- .build() {
3818
+ class ListApplicationRevisionsCommand extends command(_ep0, _mw0, "ListApplicationRevisions", ListApplicationRevisions$) {
4065
3819
  }
4066
3820
 
4067
- class ListApplicationsCommand extends Command
4068
- .classBuilder()
4069
- .ep(commonParams)
4070
- .m(function (Command, cs, config, o) {
4071
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4072
- })
4073
- .s("CodeDeploy_20141006", "ListApplications", {})
4074
- .n("CodeDeployClient", "ListApplicationsCommand")
4075
- .sc(ListApplications$)
4076
- .build() {
3821
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
4077
3822
  }
4078
3823
 
4079
- class ListDeploymentConfigsCommand extends Command
4080
- .classBuilder()
4081
- .ep(commonParams)
4082
- .m(function (Command, cs, config, o) {
4083
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4084
- })
4085
- .s("CodeDeploy_20141006", "ListDeploymentConfigs", {})
4086
- .n("CodeDeployClient", "ListDeploymentConfigsCommand")
4087
- .sc(ListDeploymentConfigs$)
4088
- .build() {
3824
+ class ListDeploymentConfigsCommand extends command(_ep0, _mw0, "ListDeploymentConfigs", ListDeploymentConfigs$) {
4089
3825
  }
4090
3826
 
4091
- class ListDeploymentGroupsCommand extends Command
4092
- .classBuilder()
4093
- .ep(commonParams)
4094
- .m(function (Command, cs, config, o) {
4095
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4096
- })
4097
- .s("CodeDeploy_20141006", "ListDeploymentGroups", {})
4098
- .n("CodeDeployClient", "ListDeploymentGroupsCommand")
4099
- .sc(ListDeploymentGroups$)
4100
- .build() {
3827
+ class ListDeploymentGroupsCommand extends command(_ep0, _mw0, "ListDeploymentGroups", ListDeploymentGroups$) {
4101
3828
  }
4102
3829
 
4103
- class ListDeploymentInstancesCommand extends Command
4104
- .classBuilder()
4105
- .ep(commonParams)
4106
- .m(function (Command, cs, config, o) {
4107
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4108
- })
4109
- .s("CodeDeploy_20141006", "ListDeploymentInstances", {})
4110
- .n("CodeDeployClient", "ListDeploymentInstancesCommand")
4111
- .sc(ListDeploymentInstances$)
4112
- .build() {
3830
+ class ListDeploymentInstancesCommand extends command(_ep0, _mw0, "ListDeploymentInstances", ListDeploymentInstances$) {
4113
3831
  }
4114
3832
 
4115
- class ListDeploymentsCommand extends Command
4116
- .classBuilder()
4117
- .ep(commonParams)
4118
- .m(function (Command, cs, config, o) {
4119
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4120
- })
4121
- .s("CodeDeploy_20141006", "ListDeployments", {})
4122
- .n("CodeDeployClient", "ListDeploymentsCommand")
4123
- .sc(ListDeployments$)
4124
- .build() {
3833
+ class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
4125
3834
  }
4126
3835
 
4127
- class ListDeploymentTargetsCommand extends Command
4128
- .classBuilder()
4129
- .ep(commonParams)
4130
- .m(function (Command, cs, config, o) {
4131
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4132
- })
4133
- .s("CodeDeploy_20141006", "ListDeploymentTargets", {})
4134
- .n("CodeDeployClient", "ListDeploymentTargetsCommand")
4135
- .sc(ListDeploymentTargets$)
4136
- .build() {
3836
+ class ListDeploymentTargetsCommand extends command(_ep0, _mw0, "ListDeploymentTargets", ListDeploymentTargets$) {
4137
3837
  }
4138
3838
 
4139
- class ListGitHubAccountTokenNamesCommand extends Command
4140
- .classBuilder()
4141
- .ep(commonParams)
4142
- .m(function (Command, cs, config, o) {
4143
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4144
- })
4145
- .s("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {})
4146
- .n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
4147
- .sc(ListGitHubAccountTokenNames$)
4148
- .build() {
3839
+ class ListGitHubAccountTokenNamesCommand extends command(_ep0, _mw0, "ListGitHubAccountTokenNames", ListGitHubAccountTokenNames$) {
4149
3840
  }
4150
3841
 
4151
- class ListOnPremisesInstancesCommand extends Command
4152
- .classBuilder()
4153
- .ep(commonParams)
4154
- .m(function (Command, cs, config, o) {
4155
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4156
- })
4157
- .s("CodeDeploy_20141006", "ListOnPremisesInstances", {})
4158
- .n("CodeDeployClient", "ListOnPremisesInstancesCommand")
4159
- .sc(ListOnPremisesInstances$)
4160
- .build() {
3842
+ class ListOnPremisesInstancesCommand extends command(_ep0, _mw0, "ListOnPremisesInstances", ListOnPremisesInstances$) {
4161
3843
  }
4162
3844
 
4163
- class ListTagsForResourceCommand extends Command
4164
- .classBuilder()
4165
- .ep(commonParams)
4166
- .m(function (Command, cs, config, o) {
4167
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4168
- })
4169
- .s("CodeDeploy_20141006", "ListTagsForResource", {})
4170
- .n("CodeDeployClient", "ListTagsForResourceCommand")
4171
- .sc(ListTagsForResource$)
4172
- .build() {
3845
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4173
3846
  }
4174
3847
 
4175
- class PutLifecycleEventHookExecutionStatusCommand extends Command
4176
- .classBuilder()
4177
- .ep(commonParams)
4178
- .m(function (Command, cs, config, o) {
4179
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4180
- })
4181
- .s("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {})
4182
- .n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
4183
- .sc(PutLifecycleEventHookExecutionStatus$)
4184
- .build() {
3848
+ class PutLifecycleEventHookExecutionStatusCommand extends command(_ep0, _mw0, "PutLifecycleEventHookExecutionStatus", PutLifecycleEventHookExecutionStatus$) {
4185
3849
  }
4186
3850
 
4187
- class RegisterApplicationRevisionCommand extends Command
4188
- .classBuilder()
4189
- .ep(commonParams)
4190
- .m(function (Command, cs, config, o) {
4191
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4192
- })
4193
- .s("CodeDeploy_20141006", "RegisterApplicationRevision", {})
4194
- .n("CodeDeployClient", "RegisterApplicationRevisionCommand")
4195
- .sc(RegisterApplicationRevision$)
4196
- .build() {
3851
+ class RegisterApplicationRevisionCommand extends command(_ep0, _mw0, "RegisterApplicationRevision", RegisterApplicationRevision$) {
4197
3852
  }
4198
3853
 
4199
- class RegisterOnPremisesInstanceCommand extends Command
4200
- .classBuilder()
4201
- .ep(commonParams)
4202
- .m(function (Command, cs, config, o) {
4203
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4204
- })
4205
- .s("CodeDeploy_20141006", "RegisterOnPremisesInstance", {})
4206
- .n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
4207
- .sc(RegisterOnPremisesInstance$)
4208
- .build() {
3854
+ class RegisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "RegisterOnPremisesInstance", RegisterOnPremisesInstance$) {
4209
3855
  }
4210
3856
 
4211
- class RemoveTagsFromOnPremisesInstancesCommand extends Command
4212
- .classBuilder()
4213
- .ep(commonParams)
4214
- .m(function (Command, cs, config, o) {
4215
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4216
- })
4217
- .s("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {})
4218
- .n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
4219
- .sc(RemoveTagsFromOnPremisesInstances$)
4220
- .build() {
3857
+ class RemoveTagsFromOnPremisesInstancesCommand extends command(_ep0, _mw0, "RemoveTagsFromOnPremisesInstances", RemoveTagsFromOnPremisesInstances$) {
4221
3858
  }
4222
3859
 
4223
- class SkipWaitTimeForInstanceTerminationCommand extends Command
4224
- .classBuilder()
4225
- .ep(commonParams)
4226
- .m(function (Command, cs, config, o) {
4227
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4228
- })
4229
- .s("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {})
4230
- .n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
4231
- .sc(SkipWaitTimeForInstanceTermination$)
4232
- .build() {
3860
+ class SkipWaitTimeForInstanceTerminationCommand extends command(_ep0, _mw0, "SkipWaitTimeForInstanceTermination", SkipWaitTimeForInstanceTermination$) {
4233
3861
  }
4234
3862
 
4235
- class StopDeploymentCommand extends Command
4236
- .classBuilder()
4237
- .ep(commonParams)
4238
- .m(function (Command, cs, config, o) {
4239
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4240
- })
4241
- .s("CodeDeploy_20141006", "StopDeployment", {})
4242
- .n("CodeDeployClient", "StopDeploymentCommand")
4243
- .sc(StopDeployment$)
4244
- .build() {
3863
+ class StopDeploymentCommand extends command(_ep0, _mw0, "StopDeployment", StopDeployment$) {
4245
3864
  }
4246
3865
 
4247
- class TagResourceCommand extends Command
4248
- .classBuilder()
4249
- .ep(commonParams)
4250
- .m(function (Command, cs, config, o) {
4251
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4252
- })
4253
- .s("CodeDeploy_20141006", "TagResource", {})
4254
- .n("CodeDeployClient", "TagResourceCommand")
4255
- .sc(TagResource$)
4256
- .build() {
3866
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
4257
3867
  }
4258
3868
 
4259
- class UntagResourceCommand extends Command
4260
- .classBuilder()
4261
- .ep(commonParams)
4262
- .m(function (Command, cs, config, o) {
4263
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4264
- })
4265
- .s("CodeDeploy_20141006", "UntagResource", {})
4266
- .n("CodeDeployClient", "UntagResourceCommand")
4267
- .sc(UntagResource$)
4268
- .build() {
3869
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
4269
3870
  }
4270
3871
 
4271
- class UpdateApplicationCommand extends Command
4272
- .classBuilder()
4273
- .ep(commonParams)
4274
- .m(function (Command, cs, config, o) {
4275
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4276
- })
4277
- .s("CodeDeploy_20141006", "UpdateApplication", {})
4278
- .n("CodeDeployClient", "UpdateApplicationCommand")
4279
- .sc(UpdateApplication$)
4280
- .build() {
3872
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
4281
3873
  }
4282
3874
 
4283
- class UpdateDeploymentGroupCommand extends Command
4284
- .classBuilder()
4285
- .ep(commonParams)
4286
- .m(function (Command, cs, config, o) {
4287
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4288
- })
4289
- .s("CodeDeploy_20141006", "UpdateDeploymentGroup", {})
4290
- .n("CodeDeployClient", "UpdateDeploymentGroupCommand")
4291
- .sc(UpdateDeploymentGroup$)
4292
- .build() {
3875
+ class UpdateDeploymentGroupCommand extends command(_ep0, _mw0, "UpdateDeploymentGroup", UpdateDeploymentGroup$) {
4293
3876
  }
4294
3877
 
4295
3878
  const paginateListApplicationRevisions = createPaginator(CodeDeployClient, ListApplicationRevisionsCommand, "nextToken", "nextToken", "");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "CodeDeploy_20141006", "CodeDeployClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];