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