@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
@@ -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
  }
@@ -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 { BatchGetApplicationRevisions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetApplicationRevisionsCommand 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", "BatchGetApplicationRevisions", {})
13
- .n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
14
- .sc(BatchGetApplicationRevisions$)
15
- .build() {
3
+ export class BatchGetApplicationRevisionsCommand extends command(_ep0, _mw0, "BatchGetApplicationRevisions", BatchGetApplicationRevisions$) {
16
4
  }
@@ -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 { BatchGetApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetApplicationsCommand 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", "BatchGetApplications", {})
13
- .n("CodeDeployClient", "BatchGetApplicationsCommand")
14
- .sc(BatchGetApplications$)
15
- .build() {
3
+ export class BatchGetApplicationsCommand extends command(_ep0, _mw0, "BatchGetApplications", BatchGetApplications$) {
16
4
  }
@@ -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 { BatchGetDeploymentGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetDeploymentGroupsCommand 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", "BatchGetDeploymentGroups", {})
13
- .n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
14
- .sc(BatchGetDeploymentGroups$)
15
- .build() {
3
+ export class BatchGetDeploymentGroupsCommand extends command(_ep0, _mw0, "BatchGetDeploymentGroups", BatchGetDeploymentGroups$) {
16
4
  }
@@ -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 { BatchGetDeploymentInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetDeploymentInstancesCommand 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", "BatchGetDeploymentInstances", {})
13
- .n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
14
- .sc(BatchGetDeploymentInstances$)
15
- .build() {
3
+ export class BatchGetDeploymentInstancesCommand extends command(_ep0, _mw0, "BatchGetDeploymentInstances", BatchGetDeploymentInstances$) {
16
4
  }
@@ -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 { BatchGetDeploymentTargets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetDeploymentTargetsCommand 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", "BatchGetDeploymentTargets", {})
13
- .n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
14
- .sc(BatchGetDeploymentTargets$)
15
- .build() {
3
+ export class BatchGetDeploymentTargetsCommand extends command(_ep0, _mw0, "BatchGetDeploymentTargets", BatchGetDeploymentTargets$) {
16
4
  }
@@ -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 { BatchGetDeployments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetDeploymentsCommand 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", "BatchGetDeployments", {})
13
- .n("CodeDeployClient", "BatchGetDeploymentsCommand")
14
- .sc(BatchGetDeployments$)
15
- .build() {
3
+ export class BatchGetDeploymentsCommand extends command(_ep0, _mw0, "BatchGetDeployments", BatchGetDeployments$) {
16
4
  }
@@ -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 { BatchGetOnPremisesInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetOnPremisesInstancesCommand 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", "BatchGetOnPremisesInstances", {})
13
- .n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
14
- .sc(BatchGetOnPremisesInstances$)
15
- .build() {
3
+ export class BatchGetOnPremisesInstancesCommand extends command(_ep0, _mw0, "BatchGetOnPremisesInstances", BatchGetOnPremisesInstances$) {
16
4
  }
@@ -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 { ContinueDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ContinueDeploymentCommand 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", "ContinueDeployment", {})
13
- .n("CodeDeployClient", "ContinueDeploymentCommand")
14
- .sc(ContinueDeployment$)
15
- .build() {
3
+ export class ContinueDeploymentCommand extends command(_ep0, _mw0, "ContinueDeployment", ContinueDeployment$) {
16
4
  }
@@ -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 { CreateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateApplicationCommand 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", "CreateApplication", {})
13
- .n("CodeDeployClient", "CreateApplicationCommand")
14
- .sc(CreateApplication$)
15
- .build() {
3
+ export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
16
4
  }
@@ -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 { CreateDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDeploymentCommand 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", "CreateDeployment", {})
13
- .n("CodeDeployClient", "CreateDeploymentCommand")
14
- .sc(CreateDeployment$)
15
- .build() {
3
+ export class CreateDeploymentCommand extends command(_ep0, _mw0, "CreateDeployment", CreateDeployment$) {
16
4
  }
@@ -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 { CreateDeploymentConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDeploymentConfigCommand 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", "CreateDeploymentConfig", {})
13
- .n("CodeDeployClient", "CreateDeploymentConfigCommand")
14
- .sc(CreateDeploymentConfig$)
15
- .build() {
3
+ export class CreateDeploymentConfigCommand extends command(_ep0, _mw0, "CreateDeploymentConfig", CreateDeploymentConfig$) {
16
4
  }
@@ -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 { CreateDeploymentGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDeploymentGroupCommand 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", "CreateDeploymentGroup", {})
13
- .n("CodeDeployClient", "CreateDeploymentGroupCommand")
14
- .sc(CreateDeploymentGroup$)
15
- .build() {
3
+ export class CreateDeploymentGroupCommand extends command(_ep0, _mw0, "CreateDeploymentGroup", CreateDeploymentGroup$) {
16
4
  }
@@ -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 { DeleteApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteApplicationCommand 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", "DeleteApplication", {})
13
- .n("CodeDeployClient", "DeleteApplicationCommand")
14
- .sc(DeleteApplication$)
15
- .build() {
3
+ export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
16
4
  }
@@ -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 { DeleteDeploymentConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDeploymentConfigCommand 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", "DeleteDeploymentConfig", {})
13
- .n("CodeDeployClient", "DeleteDeploymentConfigCommand")
14
- .sc(DeleteDeploymentConfig$)
15
- .build() {
3
+ export class DeleteDeploymentConfigCommand extends command(_ep0, _mw0, "DeleteDeploymentConfig", DeleteDeploymentConfig$) {
16
4
  }
@@ -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 { DeleteDeploymentGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDeploymentGroupCommand 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", "DeleteDeploymentGroup", {})
13
- .n("CodeDeployClient", "DeleteDeploymentGroupCommand")
14
- .sc(DeleteDeploymentGroup$)
15
- .build() {
3
+ export class DeleteDeploymentGroupCommand extends command(_ep0, _mw0, "DeleteDeploymentGroup", DeleteDeploymentGroup$) {
16
4
  }
@@ -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 { DeleteGitHubAccountToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGitHubAccountTokenCommand 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", "DeleteGitHubAccountToken", {})
13
- .n("CodeDeployClient", "DeleteGitHubAccountTokenCommand")
14
- .sc(DeleteGitHubAccountToken$)
15
- .build() {
3
+ export class DeleteGitHubAccountTokenCommand extends command(_ep0, _mw0, "DeleteGitHubAccountToken", DeleteGitHubAccountToken$) {
16
4
  }
@@ -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 { DeleteResourcesByExternalId$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResourcesByExternalIdCommand 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", "DeleteResourcesByExternalId", {})
13
- .n("CodeDeployClient", "DeleteResourcesByExternalIdCommand")
14
- .sc(DeleteResourcesByExternalId$)
15
- .build() {
3
+ export class DeleteResourcesByExternalIdCommand extends command(_ep0, _mw0, "DeleteResourcesByExternalId", DeleteResourcesByExternalId$) {
16
4
  }
@@ -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 { DeregisterOnPremisesInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeregisterOnPremisesInstanceCommand 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", "DeregisterOnPremisesInstance", {})
13
- .n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand")
14
- .sc(DeregisterOnPremisesInstance$)
15
- .build() {
3
+ export class DeregisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "DeregisterOnPremisesInstance", DeregisterOnPremisesInstance$) {
16
4
  }
@@ -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 { GetApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApplicationCommand 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", "GetApplication", {})
13
- .n("CodeDeployClient", "GetApplicationCommand")
14
- .sc(GetApplication$)
15
- .build() {
3
+ export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
16
4
  }
@@ -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 { GetApplicationRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApplicationRevisionCommand 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", "GetApplicationRevision", {})
13
- .n("CodeDeployClient", "GetApplicationRevisionCommand")
14
- .sc(GetApplicationRevision$)
15
- .build() {
3
+ export class GetApplicationRevisionCommand extends command(_ep0, _mw0, "GetApplicationRevision", GetApplicationRevision$) {
16
4
  }
@@ -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 { GetDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDeploymentCommand 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", "GetDeployment", {})
13
- .n("CodeDeployClient", "GetDeploymentCommand")
14
- .sc(GetDeployment$)
15
- .build() {
3
+ export class GetDeploymentCommand extends command(_ep0, _mw0, "GetDeployment", GetDeployment$) {
16
4
  }
@@ -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 { GetDeploymentConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDeploymentConfigCommand 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", "GetDeploymentConfig", {})
13
- .n("CodeDeployClient", "GetDeploymentConfigCommand")
14
- .sc(GetDeploymentConfig$)
15
- .build() {
3
+ export class GetDeploymentConfigCommand extends command(_ep0, _mw0, "GetDeploymentConfig", GetDeploymentConfig$) {
16
4
  }
@@ -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 { GetDeploymentGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDeploymentGroupCommand 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", "GetDeploymentGroup", {})
13
- .n("CodeDeployClient", "GetDeploymentGroupCommand")
14
- .sc(GetDeploymentGroup$)
15
- .build() {
3
+ export class GetDeploymentGroupCommand extends command(_ep0, _mw0, "GetDeploymentGroup", GetDeploymentGroup$) {
16
4
  }
@@ -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 { GetDeploymentInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDeploymentInstanceCommand 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", "GetDeploymentInstance", {})
13
- .n("CodeDeployClient", "GetDeploymentInstanceCommand")
14
- .sc(GetDeploymentInstance$)
15
- .build() {
3
+ export class GetDeploymentInstanceCommand extends command(_ep0, _mw0, "GetDeploymentInstance", GetDeploymentInstance$) {
16
4
  }
@@ -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 { GetDeploymentTarget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDeploymentTargetCommand 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", "GetDeploymentTarget", {})
13
- .n("CodeDeployClient", "GetDeploymentTargetCommand")
14
- .sc(GetDeploymentTarget$)
15
- .build() {
3
+ export class GetDeploymentTargetCommand extends command(_ep0, _mw0, "GetDeploymentTarget", GetDeploymentTarget$) {
16
4
  }
@@ -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 { GetOnPremisesInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetOnPremisesInstanceCommand 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", "GetOnPremisesInstance", {})
13
- .n("CodeDeployClient", "GetOnPremisesInstanceCommand")
14
- .sc(GetOnPremisesInstance$)
15
- .build() {
3
+ export class GetOnPremisesInstanceCommand extends command(_ep0, _mw0, "GetOnPremisesInstance", GetOnPremisesInstance$) {
16
4
  }
@@ -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 { ListApplicationRevisions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListApplicationRevisionsCommand 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", "ListApplicationRevisions", {})
13
- .n("CodeDeployClient", "ListApplicationRevisionsCommand")
14
- .sc(ListApplicationRevisions$)
15
- .build() {
3
+ export class ListApplicationRevisionsCommand extends command(_ep0, _mw0, "ListApplicationRevisions", ListApplicationRevisions$) {
16
4
  }
@@ -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 { ListApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListApplicationsCommand 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", "ListApplications", {})
13
- .n("CodeDeployClient", "ListApplicationsCommand")
14
- .sc(ListApplications$)
15
- .build() {
3
+ export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
16
4
  }
@@ -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 { ListDeploymentConfigs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDeploymentConfigsCommand 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", "ListDeploymentConfigs", {})
13
- .n("CodeDeployClient", "ListDeploymentConfigsCommand")
14
- .sc(ListDeploymentConfigs$)
15
- .build() {
3
+ export class ListDeploymentConfigsCommand extends command(_ep0, _mw0, "ListDeploymentConfigs", ListDeploymentConfigs$) {
16
4
  }
@@ -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 { ListDeploymentGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDeploymentGroupsCommand 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", "ListDeploymentGroups", {})
13
- .n("CodeDeployClient", "ListDeploymentGroupsCommand")
14
- .sc(ListDeploymentGroups$)
15
- .build() {
3
+ export class ListDeploymentGroupsCommand extends command(_ep0, _mw0, "ListDeploymentGroups", ListDeploymentGroups$) {
16
4
  }