@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 { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentConfigCommandInput extends GetDeploymentConfigInpu
21
20
  */
22
21
  export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentConfigCommand_base: {
24
+ new (input: GetDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a deployment configuration.</p>
@@ -91,23 +94,5 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
91
94
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
92
95
  *
93
96
  */
94
- export declare class GetDeploymentConfigCommand extends $Command<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
95
- readonly input: GetDeploymentConfigCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetDeploymentConfigCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetDeploymentConfigCommand extends GetDeploymentConfigCommand_base {
113
98
  }
@@ -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 { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentGroupCommandInput extends GetDeploymentGroupInput
21
20
  */
22
21
  export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentGroupCommand_base: {
24
+ new (input: GetDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a deployment group.</p>
@@ -238,23 +241,5 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
238
241
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
239
242
  *
240
243
  */
241
- export declare class GetDeploymentGroupCommand extends $Command<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
242
- readonly input: GetDeploymentGroupCommandInput;
243
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
244
- /**
245
- * @public
246
- */
247
- constructor(input: GetDeploymentGroupCommandInput);
248
- /**
249
- * @internal
250
- */
251
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput>;
252
- /**
253
- * @internal
254
- */
255
- private serialize;
256
- /**
257
- * @internal
258
- */
259
- private deserialize;
244
+ export declare class GetDeploymentGroupCommand extends GetDeploymentGroupCommand_base {
260
245
  }
@@ -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 { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstance
21
20
  */
22
21
  export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentInstanceCommand_base: {
24
+ new (input: GetDeploymentInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -95,23 +98,5 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
95
98
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
96
99
  *
97
100
  */
98
- export declare class GetDeploymentInstanceCommand extends $Command<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig> {
99
- readonly input: GetDeploymentInstanceCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: GetDeploymentInstanceCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class GetDeploymentInstanceCommand extends GetDeploymentInstanceCommand_base {
117
102
  }
@@ -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 { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInpu
21
20
  */
22
21
  export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentTargetCommand_base: {
24
+ new (input: GetDeploymentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns information about a deployment target. </p>
@@ -185,23 +188,5 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
185
188
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
186
189
  *
187
190
  */
188
- export declare class GetDeploymentTargetCommand extends $Command<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig> {
189
- readonly input: GetDeploymentTargetCommandInput;
190
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
191
- /**
192
- * @public
193
- */
194
- constructor(input: GetDeploymentTargetCommandInput);
195
- /**
196
- * @internal
197
- */
198
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput>;
199
- /**
200
- * @internal
201
- */
202
- private serialize;
203
- /**
204
- * @internal
205
- */
206
- private deserialize;
191
+ export declare class GetDeploymentTargetCommand extends GetDeploymentTargetCommand_base {
207
192
  }
@@ -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 { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstance
21
20
  */
22
21
  export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOnPremisesInstanceCommand_base: {
24
+ new (input: GetOnPremisesInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets information about an on-premises instance. </p>
@@ -73,23 +76,5 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
73
76
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
74
77
  *
75
78
  */
76
- export declare class GetOnPremisesInstanceCommand extends $Command<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
77
- readonly input: GetOnPremisesInstanceCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetOnPremisesInstanceCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetOnPremisesInstanceCommand extends GetOnPremisesInstanceCommand_base {
95
80
  }
@@ -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 { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationRevisionsCommandInput extends ListApplicationRev
21
20
  */
22
21
  export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationRevisionsCommand_base: {
24
+ new (input: ListApplicationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about revisions for an application.</p>
@@ -112,23 +115,5 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
112
115
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
113
116
  *
114
117
  */
115
- export declare class ListApplicationRevisionsCommand extends $Command<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
116
- readonly input: ListApplicationRevisionsCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: ListApplicationRevisionsCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class ListApplicationRevisionsCommand extends ListApplicationRevisionsCommand_base {
134
119
  }
@@ -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 { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {
21
20
  */
22
21
  export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationsCommand_base: {
24
+ new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the applications registered with the user or Amazon Web Services account.</p>
@@ -57,23 +60,5 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
57
60
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
58
61
  *
59
62
  */
60
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
61
- readonly input: ListApplicationsCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: ListApplicationsCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
79
64
  }
@@ -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 { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentConfigsCommandInput extends ListDeploymentConfigs
21
20
  */
22
21
  export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfigsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentConfigsCommand_base: {
24
+ new (input: ListDeploymentConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the deployment configurations with the user or Amazon Web Services account.</p>
@@ -57,23 +60,5 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
57
60
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
58
61
  *
59
62
  */
60
- export declare class ListDeploymentConfigsCommand extends $Command<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig> {
61
- readonly input: ListDeploymentConfigsCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: ListDeploymentConfigsCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class ListDeploymentConfigsCommand extends ListDeploymentConfigsCommand_base {
79
64
  }
@@ -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 { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentGroupsCommandInput extends ListDeploymentGroupsIn
21
20
  */
22
21
  export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentGroupsCommand_base: {
24
+ new (input: ListDeploymentGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the deployment groups for an application registered with the Amazon Web Services
@@ -69,23 +72,5 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
69
72
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
70
73
  *
71
74
  */
72
- export declare class ListDeploymentGroupsCommand extends $Command<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
73
- readonly input: ListDeploymentGroupsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListDeploymentGroupsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListDeploymentGroupsCommand extends ListDeploymentGroupsCommand_base {
91
76
  }
@@ -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 { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentInstancesCommandInput extends ListDeploymentInsta
21
20
  */
22
21
  export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInstancesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentInstancesCommand_base: {
24
+ new (input: ListDeploymentInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -102,23 +105,5 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
102
105
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
103
106
  *
104
107
  */
105
- export declare class ListDeploymentInstancesCommand extends $Command<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
106
- readonly input: ListDeploymentInstancesCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ListDeploymentInstancesCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ListDeploymentInstancesCommand extends ListDeploymentInstancesCommand_base {
124
109
  }
@@ -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 { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentTargetsCommandInput extends ListDeploymentTargets
21
20
  */
22
21
  export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTargetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentTargetsCommand_base: {
24
+ new (input: ListDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns an array of target IDs that are associated a deployment. </p>
@@ -90,23 +93,5 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
90
93
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
91
94
  *
92
95
  */
93
- export declare class ListDeploymentTargetsCommand extends $Command<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
94
- readonly input: ListDeploymentTargetsCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ListDeploymentTargetsCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ListDeploymentTargetsCommand extends ListDeploymentTargetsCommand_base {
112
97
  }
@@ -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 { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsInput {
21
20
  */
22
21
  export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentsCommand_base: {
24
+ new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the deployments in a deployment group for an application registered with the
@@ -99,23 +102,5 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
99
102
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
100
103
  *
101
104
  */
102
- export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
103
- readonly input: ListDeploymentsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListDeploymentsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
121
106
  }
@@ -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 { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGitHubAccountTokenNamesCommandInput extends ListGitHubAccou
21
20
  */
22
21
  export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAccountTokenNamesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGitHubAccountTokenNamesCommand_base: {
24
+ new (input: ListGitHubAccountTokenNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the names of stored connections to GitHub accounts.</p>
@@ -63,23 +66,5 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
63
66
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
64
67
  *
65
68
  */
66
- export declare class ListGitHubAccountTokenNamesCommand extends $Command<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig> {
67
- readonly input: ListGitHubAccountTokenNamesCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListGitHubAccountTokenNamesCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListGitHubAccountTokenNamesCommand extends ListGitHubAccountTokenNamesCommand_base {
85
70
  }
@@ -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 { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOnPremisesInstancesCommandInput extends ListOnPremisesInsta
21
20
  */
22
21
  export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInstancesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListOnPremisesInstancesCommand_base: {
24
+ new (input: ListOnPremisesInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a list of names for one or more on-premises instances.</p>
@@ -74,23 +77,5 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
74
77
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
75
78
  *
76
79
  */
77
- export declare class ListOnPremisesInstancesCommand extends $Command<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
78
- readonly input: ListOnPremisesInstancesCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListOnPremisesInstancesCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListOnPremisesInstancesCommand extends ListOnPremisesInstancesCommand_base {
96
81
  }