@aws-sdk/client-codedeploy 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/dist-cjs/index.js +58 -475
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -14
  4. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -14
  5. package/dist-es/commands/BatchGetApplicationsCommand.js +2 -14
  6. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -14
  7. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -14
  8. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -14
  9. package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -14
  10. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -14
  11. package/dist-es/commands/ContinueDeploymentCommand.js +2 -14
  12. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  13. package/dist-es/commands/CreateDeploymentCommand.js +2 -14
  14. package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -14
  15. package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -14
  16. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  17. package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -14
  18. package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -14
  20. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -14
  21. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -14
  22. package/dist-es/commands/GetApplicationCommand.js +2 -14
  23. package/dist-es/commands/GetApplicationRevisionCommand.js +2 -14
  24. package/dist-es/commands/GetDeploymentCommand.js +2 -14
  25. package/dist-es/commands/GetDeploymentConfigCommand.js +2 -14
  26. package/dist-es/commands/GetDeploymentGroupCommand.js +2 -14
  27. package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -14
  28. package/dist-es/commands/GetDeploymentTargetCommand.js +2 -14
  29. package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -14
  30. package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -14
  31. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  32. package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -14
  33. package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -14
  34. package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -14
  35. package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -14
  36. package/dist-es/commands/ListDeploymentsCommand.js +2 -14
  37. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -14
  38. package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -14
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  40. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -14
  41. package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -14
  42. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -14
  43. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -14
  44. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -14
  45. package/dist-es/commands/StopDeploymentCommand.js +2 -14
  46. package/dist-es/commands/TagResourceCommand.js +2 -14
  47. package/dist-es/commands/UntagResourceCommand.js +2 -14
  48. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  49. package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.browser.js +0 -2
  52. package/dist-es/runtimeConfig.js +1 -2
  53. package/dist-es/runtimeConfig.native.js +0 -2
  54. package/dist-es/runtimeConfig.shared.js +2 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -8
  57. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -8
  58. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -8
  59. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -8
  60. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -8
  61. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -8
  62. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -8
  63. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -8
  64. package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -8
  74. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -8
  75. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  76. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -8
  77. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
  78. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -8
  79. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -8
  80. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -8
  81. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -8
  82. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -8
  83. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -8
  94. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -8
  95. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -8
  96. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -8
  97. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -8
  98. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
  99. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/runtimeConfig.d.ts +1 -1
  106. package/dist-types/runtimeConfig.native.d.ts +1 -1
  107. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/index.d.ts +1 -0
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  161. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremi
22
19
  export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetOnPremisesInstancesCommand_base: {
25
- new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about one or more on-premises instances. The maximum number of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { ContinueDeploymentInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput
22
19
  export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ContinueDeploymentCommand_base: {
25
- new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ContinueDeploymentCommandInput): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/core/client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationInput {
22
19
  export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
22
19
  export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeploymentCommand_base: {
25
- new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deploys an application revision through the specified deployment group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConf
22
19
  export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeploymentConfigCommand_base: {
25
- new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a deployment configuration. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDeploymentGroupCommandInput extends CreateDeploymentGroup
22
19
  export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeploymentGroupCommand_base: {
25
- new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a deployment group to which application revisions are deployed.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeleteApplicationInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationInput {
22
19
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCommand_base: {
25
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeleteDeploymentConfigInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConf
22
19
  export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDeploymentConfigCommand_base: {
25
- new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a deployment configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroup
22
19
  export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDeploymentGroupCommand_base: {
25
- new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a deployment group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccoun
22
19
  export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccountTokenOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGitHubAccountTokenCommand_base: {
25
- new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteGitHubAccountTokenCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteGitHubAccountTokenCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a GitHub account connection.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteResourcesByExternalIdCommandInput extends DeleteResources
22
19
  export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResourcesByExternalIdOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcesByExternalIdCommand_base: {
25
- new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteResourcesByExternalIdCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteResourcesByExternalIdCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes resources linked to an external ID. This action only applies if you have
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { DeregisterOnPremisesInstanceInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPr
22
19
  export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterOnPremisesInstanceCommand_base: {
25
- new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deregisters an on-premises instance.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetApplicationCommandInput extends GetApplicationInput {
22
19
  export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetApplicationCommand_base: {
25
- new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about an application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetApplicationRevisionCommandInput extends GetApplicationRevisi
22
19
  export interface GetApplicationRevisionCommandOutput extends GetApplicationRevisionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetApplicationRevisionCommand_base: {
25
- new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetApplicationRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about an application revision.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDeploymentCommandInput extends GetDeploymentInput {
22
19
  export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeploymentCommand_base: {
25
- new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about a deployment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDeploymentConfigCommandInput extends GetDeploymentConfigInpu
22
19
  export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeploymentConfigCommand_base: {
25
- new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeploymentConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about a deployment configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDeploymentGroupCommandInput extends GetDeploymentGroupInput
22
19
  export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeploymentGroupCommand_base: {
25
- new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeploymentGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about a deployment group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstance
22
19
  export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeploymentInstanceCommand_base: {
25
- new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeploymentInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about an instance as part of a deployment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInpu
22
19
  export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeploymentTargetCommand_base: {
25
- new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeploymentTargetCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns information about a deployment target. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstance
22
19
  export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetOnPremisesInstanceCommand_base: {
25
- new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOnPremisesInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Gets information about an on-premises instance. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
2
  import type { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListApplicationRevisionsCommandInput extends ListApplicationRev
22
19
  export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationRevisionsCommand_base: {
25
- new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListApplicationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, import("..").CodeDeployClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about revisions for an application.</p>