@aws-sdk/client-codedeploy 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -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 { ListDeploymentTargets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDeploymentTargetsCommand 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", "ListDeploymentTargets", {})
13
- .n("CodeDeployClient", "ListDeploymentTargetsCommand")
14
- .sc(ListDeploymentTargets$)
15
- .build() {
3
+ export class ListDeploymentTargetsCommand extends command(_ep0, _mw0, "ListDeploymentTargets", ListDeploymentTargets$) {
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 { ListDeployments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDeploymentsCommand 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", "ListDeployments", {})
13
- .n("CodeDeployClient", "ListDeploymentsCommand")
14
- .sc(ListDeployments$)
15
- .build() {
3
+ export class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
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 { ListGitHubAccountTokenNames$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGitHubAccountTokenNamesCommand 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", "ListGitHubAccountTokenNames", {})
13
- .n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
14
- .sc(ListGitHubAccountTokenNames$)
15
- .build() {
3
+ export class ListGitHubAccountTokenNamesCommand extends command(_ep0, _mw0, "ListGitHubAccountTokenNames", ListGitHubAccountTokenNames$) {
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 { ListOnPremisesInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListOnPremisesInstancesCommand 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", "ListOnPremisesInstances", {})
13
- .n("CodeDeployClient", "ListOnPremisesInstancesCommand")
14
- .sc(ListOnPremisesInstances$)
15
- .build() {
3
+ export class ListOnPremisesInstancesCommand extends command(_ep0, _mw0, "ListOnPremisesInstances", ListOnPremisesInstances$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
13
- .n("CodeDeployClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { PutLifecycleEventHookExecutionStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutLifecycleEventHookExecutionStatusCommand 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", "PutLifecycleEventHookExecutionStatus", {})
13
- .n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
14
- .sc(PutLifecycleEventHookExecutionStatus$)
15
- .build() {
3
+ export class PutLifecycleEventHookExecutionStatusCommand extends command(_ep0, _mw0, "PutLifecycleEventHookExecutionStatus", PutLifecycleEventHookExecutionStatus$) {
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 { RegisterApplicationRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterApplicationRevisionCommand 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", "RegisterApplicationRevision", {})
13
- .n("CodeDeployClient", "RegisterApplicationRevisionCommand")
14
- .sc(RegisterApplicationRevision$)
15
- .build() {
3
+ export class RegisterApplicationRevisionCommand extends command(_ep0, _mw0, "RegisterApplicationRevision", RegisterApplicationRevision$) {
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 { RegisterOnPremisesInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterOnPremisesInstanceCommand 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", "RegisterOnPremisesInstance", {})
13
- .n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
14
- .sc(RegisterOnPremisesInstance$)
15
- .build() {
3
+ export class RegisterOnPremisesInstanceCommand extends command(_ep0, _mw0, "RegisterOnPremisesInstance", RegisterOnPremisesInstance$) {
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 { RemoveTagsFromOnPremisesInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveTagsFromOnPremisesInstancesCommand 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", "RemoveTagsFromOnPremisesInstances", {})
13
- .n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
14
- .sc(RemoveTagsFromOnPremisesInstances$)
15
- .build() {
3
+ export class RemoveTagsFromOnPremisesInstancesCommand extends command(_ep0, _mw0, "RemoveTagsFromOnPremisesInstances", RemoveTagsFromOnPremisesInstances$) {
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 { SkipWaitTimeForInstanceTermination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SkipWaitTimeForInstanceTerminationCommand 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", "SkipWaitTimeForInstanceTermination", {})
13
- .n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
14
- .sc(SkipWaitTimeForInstanceTermination$)
15
- .build() {
3
+ export class SkipWaitTimeForInstanceTerminationCommand extends command(_ep0, _mw0, "SkipWaitTimeForInstanceTermination", SkipWaitTimeForInstanceTermination$) {
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 { StopDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopDeploymentCommand 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", "StopDeployment", {})
13
- .n("CodeDeployClient", "StopDeploymentCommand")
14
- .sc(StopDeployment$)
15
- .build() {
3
+ export class StopDeploymentCommand extends command(_ep0, _mw0, "StopDeployment", StopDeployment$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand 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", "TagResource", {})
13
- .n("CodeDeployClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand 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", "UntagResource", {})
13
- .n("CodeDeployClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationCommand 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", "UpdateApplication", {})
13
- .n("CodeDeployClient", "UpdateApplicationCommand")
14
- .sc(UpdateApplication$)
15
- .build() {
3
+ export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
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 { UpdateDeploymentGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDeploymentGroupCommand 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", "UpdateDeploymentGroup", {})
13
- .n("CodeDeployClient", "UpdateDeploymentGroupCommand")
14
- .sc(UpdateDeploymentGroup$)
15
- .build() {
3
+ export class UpdateDeploymentGroupCommand extends command(_ep0, _mw0, "UpdateDeploymentGroup", UpdateDeploymentGroup$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CodeDeployClient";
2
2
  export * from "./CodeDeploy";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodeDeployClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPre
22
19
  export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const AddTagsToOnPremisesInstancesCommand_base: {
25
- new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds tags to on-premises instances.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplic
22
19
  export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetApplicationRevisionsCommand_base: {
25
- new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more application revisions. The maximum number of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsIn
22
19
  export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetApplicationsCommand_base: {
25
- new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetApplicationsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more applications. The maximum number of applications
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeployment
22
19
  export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetDeploymentGroupsCommand_base: {
25
- new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more deployment groups.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploym
22
19
  export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetDeploymentInstancesCommand_base: {
25
- new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymen
22
19
  export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetDeploymentTargetsCommand_base: {
25
- new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns an array of one or more targets associated with a deployment. This method
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInpu
22
19
  export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetDeploymentsCommand_base: {
25
- new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more deployments. The maximum number of deployments that
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremi
22
19
  export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetOnPremisesInstancesCommand_base: {
25
- new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more on-premises instances. The maximum number of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { ContinueDeploymentInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput
22
19
  export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ContinueDeploymentCommand_base: {
25
- new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationInput {
22
19
  export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an application.</p>