@aws-sdk/client-codedeploy 3.478.0 → 3.481.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 (193) hide show
  1. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +18 -41
  3. package/dist-cjs/commands/BatchGetApplicationsCommand.js +18 -41
  4. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +18 -41
  5. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +18 -41
  6. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +18 -41
  7. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +18 -41
  8. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +18 -41
  9. package/dist-cjs/commands/ContinueDeploymentCommand.js +18 -41
  10. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  11. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  12. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +18 -41
  13. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +18 -41
  19. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +18 -41
  20. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  21. package/dist-cjs/commands/GetApplicationRevisionCommand.js +18 -41
  22. package/dist-cjs/commands/GetDeploymentCommand.js +18 -41
  23. package/dist-cjs/commands/GetDeploymentConfigCommand.js +18 -41
  24. package/dist-cjs/commands/GetDeploymentGroupCommand.js +18 -41
  25. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +18 -41
  26. package/dist-cjs/commands/GetDeploymentTargetCommand.js +18 -41
  27. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +18 -41
  28. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +18 -41
  29. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  30. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +18 -41
  31. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +18 -41
  32. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +18 -41
  33. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +18 -41
  34. package/dist-cjs/commands/ListDeploymentsCommand.js +18 -41
  35. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +18 -41
  36. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +18 -41
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  38. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +18 -41
  39. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +18 -41
  40. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +18 -41
  41. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +18 -41
  42. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +18 -41
  43. package/dist-cjs/commands/StopDeploymentCommand.js +18 -41
  44. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  45. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +18 -41
  48. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  49. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +18 -41
  50. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +18 -41
  51. package/dist-es/commands/BatchGetApplicationsCommand.js +18 -41
  52. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +18 -41
  53. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +18 -41
  54. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +18 -41
  55. package/dist-es/commands/BatchGetDeploymentsCommand.js +18 -41
  56. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +18 -41
  57. package/dist-es/commands/ContinueDeploymentCommand.js +18 -41
  58. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  59. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  60. package/dist-es/commands/CreateDeploymentConfigCommand.js +18 -41
  61. package/dist-es/commands/CreateDeploymentGroupCommand.js +18 -41
  62. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  63. package/dist-es/commands/DeleteDeploymentConfigCommand.js +18 -41
  64. package/dist-es/commands/DeleteDeploymentGroupCommand.js +18 -41
  65. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +18 -41
  66. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +18 -41
  67. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +18 -41
  68. package/dist-es/commands/GetApplicationCommand.js +18 -41
  69. package/dist-es/commands/GetApplicationRevisionCommand.js +18 -41
  70. package/dist-es/commands/GetDeploymentCommand.js +18 -41
  71. package/dist-es/commands/GetDeploymentConfigCommand.js +18 -41
  72. package/dist-es/commands/GetDeploymentGroupCommand.js +18 -41
  73. package/dist-es/commands/GetDeploymentInstanceCommand.js +18 -41
  74. package/dist-es/commands/GetDeploymentTargetCommand.js +18 -41
  75. package/dist-es/commands/GetOnPremisesInstanceCommand.js +18 -41
  76. package/dist-es/commands/ListApplicationRevisionsCommand.js +18 -41
  77. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  78. package/dist-es/commands/ListDeploymentConfigsCommand.js +18 -41
  79. package/dist-es/commands/ListDeploymentGroupsCommand.js +18 -41
  80. package/dist-es/commands/ListDeploymentInstancesCommand.js +18 -41
  81. package/dist-es/commands/ListDeploymentTargetsCommand.js +18 -41
  82. package/dist-es/commands/ListDeploymentsCommand.js +18 -41
  83. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +18 -41
  84. package/dist-es/commands/ListOnPremisesInstancesCommand.js +18 -41
  85. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  86. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +18 -41
  87. package/dist-es/commands/RegisterApplicationRevisionCommand.js +18 -41
  88. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +18 -41
  89. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +18 -41
  90. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +18 -41
  91. package/dist-es/commands/StopDeploymentCommand.js +18 -41
  92. package/dist-es/commands/TagResourceCommand.js +18 -41
  93. package/dist-es/commands/UntagResourceCommand.js +18 -41
  94. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  95. package/dist-es/commands/UpdateDeploymentGroupCommand.js +18 -41
  96. package/dist-es/endpoint/EndpointParameters.js +6 -0
  97. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +6 -21
  98. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +6 -21
  99. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +6 -21
  100. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +6 -21
  101. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +6 -21
  102. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +6 -21
  103. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +6 -21
  104. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +6 -21
  105. package/dist-types/commands/ContinueDeploymentCommand.d.ts +6 -21
  106. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  107. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -21
  110. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +6 -21
  113. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -21
  114. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +6 -21
  115. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +6 -21
  116. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  117. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -21
  118. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
  119. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +6 -21
  120. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +6 -21
  121. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +6 -21
  122. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +6 -21
  123. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +6 -21
  124. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +6 -21
  125. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  126. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +6 -21
  127. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +6 -21
  128. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +6 -21
  129. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +6 -21
  130. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
  131. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +6 -21
  132. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +6 -21
  133. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  134. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -21
  135. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -21
  136. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -21
  137. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +6 -21
  138. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +6 -21
  139. package/dist-types/commands/StopDeploymentCommand.d.ts +6 -21
  140. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  141. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  142. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  143. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +6 -21
  144. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  145. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  193. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { ContinueDeploymentInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput
21
20
  */
22
21
  export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const ContinueDeploymentCommand_base: {
24
+ new (input: ContinueDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
@@ -78,23 +81,5 @@ export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
78
81
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
79
82
  *
80
83
  */
81
- export declare class ContinueDeploymentCommand extends $Command<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
82
- readonly input: ContinueDeploymentCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ContinueDeploymentCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ContinueDeploymentCommand extends ContinueDeploymentCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationInput {
21
20
  */
22
21
  export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationCommand_base: {
24
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an application.</p>
@@ -77,23 +80,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationOutput,
77
80
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
78
81
  *
79
82
  */
80
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig> {
81
- readonly input: CreateApplicationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: CreateApplicationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
21
20
  */
22
21
  export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateDeploymentCommand_base: {
24
+ new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deploys an application revision through the specified deployment group.</p>
@@ -240,23 +243,5 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
240
243
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
241
244
  *
242
245
  */
243
- export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
244
- readonly input: CreateDeploymentCommandInput;
245
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
246
- /**
247
- * @public
248
- */
249
- constructor(input: CreateDeploymentCommandInput);
250
- /**
251
- * @internal
252
- */
253
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
254
- /**
255
- * @internal
256
- */
257
- private serialize;
258
- /**
259
- * @internal
260
- */
261
- private deserialize;
246
+ export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
262
247
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConf
21
20
  */
22
21
  export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateDeploymentConfigCommand_base: {
24
+ new (input: CreateDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a deployment configuration. </p>
@@ -100,23 +103,5 @@ export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentCon
100
103
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
101
104
  *
102
105
  */
103
- export declare class CreateDeploymentConfigCommand extends $Command<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
104
- readonly input: CreateDeploymentConfigCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: CreateDeploymentConfigCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class CreateDeploymentConfigCommand extends CreateDeploymentConfigCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDeploymentGroupCommandInput extends CreateDeploymentGroup
21
20
  */
22
21
  export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateDeploymentGroupCommand_base: {
24
+ new (input: CreateDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a deployment group to which application revisions are deployed.</p>
@@ -309,23 +312,5 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
309
312
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
310
313
  *
311
314
  */
312
- export declare class CreateDeploymentGroupCommand extends $Command<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
313
- readonly input: CreateDeploymentGroupCommandInput;
314
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
315
- /**
316
- * @public
317
- */
318
- constructor(input: CreateDeploymentGroupCommandInput);
319
- /**
320
- * @internal
321
- */
322
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput>;
323
- /**
324
- * @internal
325
- */
326
- private serialize;
327
- /**
328
- * @internal
329
- */
330
- private deserialize;
315
+ export declare class CreateDeploymentGroupCommand extends CreateDeploymentGroupCommand_base {
331
316
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeleteApplicationInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationInput {
21
20
  */
22
21
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationCommand_base: {
24
+ new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an application.</p>
@@ -60,23 +63,5 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig> {
64
- readonly input: DeleteApplicationCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteApplicationCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeleteDeploymentConfigInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConf
21
20
  */
22
21
  export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeploymentConfigCommand_base: {
24
+ new (input: DeleteDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a deployment configuration.</p>
@@ -65,23 +68,5 @@ export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
65
68
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteDeploymentConfigCommand extends $Command<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
69
- readonly input: DeleteDeploymentConfigCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteDeploymentConfigCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteDeploymentConfigCommand extends DeleteDeploymentConfigCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroup
21
20
  */
22
21
  export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeploymentGroupCommand_base: {
24
+ new (input: DeleteDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a deployment group.</p>
@@ -75,23 +78,5 @@ export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGrou
75
78
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteDeploymentGroupCommand extends $Command<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
79
- readonly input: DeleteDeploymentGroupCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteDeploymentGroupCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteDeploymentGroupCommand extends DeleteDeploymentGroupCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccoun
21
20
  */
22
21
  export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccountTokenOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGitHubAccountTokenCommand_base: {
24
+ new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a GitHub account connection.</p>
@@ -66,23 +69,5 @@ export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccou
66
69
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteGitHubAccountTokenCommand extends $Command<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig> {
70
- readonly input: DeleteGitHubAccountTokenCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteGitHubAccountTokenCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteGitHubAccountTokenCommand extends DeleteGitHubAccountTokenCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcesByExternalIdCommandInput extends DeleteResources
21
20
  */
22
21
  export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResourcesByExternalIdOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcesByExternalIdCommand_base: {
24
+ new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes resources linked to an external ID. This action only applies if you have
@@ -56,23 +59,5 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
56
59
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteResourcesByExternalIdCommand extends $Command<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig> {
60
- readonly input: DeleteResourcesByExternalIdCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteResourcesByExternalIdCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteResourcesByExternalIdCommand extends DeleteResourcesByExternalIdCommand_base {
78
63
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { DeregisterOnPremisesInstanceInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPr
21
20
  */
22
21
  export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeregisterOnPremisesInstanceCommand_base: {
24
+ new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters an on-premises instance.</p>
@@ -55,23 +58,5 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea
55
58
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
56
59
  *
57
60
  */
58
- export declare class DeregisterOnPremisesInstanceCommand extends $Command<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
59
- readonly input: DeregisterOnPremisesInstanceCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DeregisterOnPremisesInstanceCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DeregisterOnPremisesInstanceCommand extends DeregisterOnPremisesInstanceCommand_base {
77
62
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApplicationCommandInput extends GetApplicationInput {
21
20
  */
22
21
  export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetApplicationCommand_base: {
24
+ new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an application.</p>
@@ -67,23 +70,5 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
67
70
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
68
71
  *
69
72
  */
70
- export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig> {
71
- readonly input: GetApplicationCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetApplicationCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApplicationRevisionCommandInput extends GetApplicationRevisi
21
20
  */
22
21
  export interface GetApplicationRevisionCommandOutput extends GetApplicationRevisionOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetApplicationRevisionCommand_base: {
24
+ new (input: GetApplicationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about an application revision.</p>
@@ -122,23 +125,5 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
122
125
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
123
126
  *
124
127
  */
125
- export declare class GetApplicationRevisionCommand extends $Command<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
126
- readonly input: GetApplicationRevisionCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: GetApplicationRevisionCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class GetApplicationRevisionCommand extends GetApplicationRevisionCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
4
  import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentCommandInput extends GetDeploymentInput {
21
20
  */
22
21
  export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentCommand_base: {
24
+ new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a deployment.</p>
@@ -240,23 +243,5 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
240
243
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
241
244
  *
242
245
  */
243
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
244
- readonly input: GetDeploymentCommandInput;
245
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
246
- /**
247
- * @public
248
- */
249
- constructor(input: GetDeploymentCommandInput);
250
- /**
251
- * @internal
252
- */
253
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
254
- /**
255
- * @internal
256
- */
257
- private serialize;
258
- /**
259
- * @internal
260
- */
261
- private deserialize;
246
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
262
247
  }