@aws-sdk/client-m2 3.477.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 (173) hide show
  1. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateEnvironmentCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +18 -41
  9. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  10. package/dist-cjs/commands/GetApplicationVersionCommand.js +18 -41
  11. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +18 -41
  12. package/dist-cjs/commands/GetDataSetDetailsCommand.js +18 -41
  13. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +18 -41
  14. package/dist-cjs/commands/GetDeploymentCommand.js +18 -41
  15. package/dist-cjs/commands/GetEnvironmentCommand.js +18 -41
  16. package/dist-cjs/commands/GetSignedBluinsightsUrlCommand.js +18 -41
  17. package/dist-cjs/commands/ListApplicationVersionsCommand.js +18 -41
  18. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  19. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +18 -41
  21. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +18 -41
  22. package/dist-cjs/commands/ListDataSetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListDeploymentsCommand.js +18 -41
  24. package/dist-cjs/commands/ListEngineVersionsCommand.js +18 -41
  25. package/dist-cjs/commands/ListEnvironmentsCommand.js +18 -41
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  27. package/dist-cjs/commands/StartApplicationCommand.js +18 -41
  28. package/dist-cjs/commands/StartBatchJobCommand.js +18 -41
  29. package/dist-cjs/commands/StopApplicationCommand.js +18 -41
  30. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  31. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateEnvironmentCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListDataSetsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListDeploymentsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListEngineVersionsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +2 -24
  44. package/dist-es/commands/CancelBatchJobExecutionCommand.js +18 -41
  45. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  46. package/dist-es/commands/CreateDataSetImportTaskCommand.js +18 -41
  47. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  48. package/dist-es/commands/CreateEnvironmentCommand.js +18 -41
  49. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  50. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +18 -41
  51. package/dist-es/commands/DeleteEnvironmentCommand.js +18 -41
  52. package/dist-es/commands/GetApplicationCommand.js +18 -41
  53. package/dist-es/commands/GetApplicationVersionCommand.js +18 -41
  54. package/dist-es/commands/GetBatchJobExecutionCommand.js +18 -41
  55. package/dist-es/commands/GetDataSetDetailsCommand.js +18 -41
  56. package/dist-es/commands/GetDataSetImportTaskCommand.js +18 -41
  57. package/dist-es/commands/GetDeploymentCommand.js +18 -41
  58. package/dist-es/commands/GetEnvironmentCommand.js +18 -41
  59. package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +18 -41
  60. package/dist-es/commands/ListApplicationVersionsCommand.js +18 -41
  61. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  62. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +18 -41
  63. package/dist-es/commands/ListBatchJobExecutionsCommand.js +18 -41
  64. package/dist-es/commands/ListDataSetImportHistoryCommand.js +18 -41
  65. package/dist-es/commands/ListDataSetsCommand.js +18 -41
  66. package/dist-es/commands/ListDeploymentsCommand.js +18 -41
  67. package/dist-es/commands/ListEngineVersionsCommand.js +18 -41
  68. package/dist-es/commands/ListEnvironmentsCommand.js +18 -41
  69. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  70. package/dist-es/commands/StartApplicationCommand.js +18 -41
  71. package/dist-es/commands/StartBatchJobCommand.js +18 -41
  72. package/dist-es/commands/StopApplicationCommand.js +18 -41
  73. package/dist-es/commands/TagResourceCommand.js +18 -41
  74. package/dist-es/commands/UntagResourceCommand.js +18 -41
  75. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  76. package/dist-es/commands/UpdateEnvironmentCommand.js +18 -41
  77. package/dist-es/endpoint/EndpointParameters.js +6 -0
  78. package/dist-es/pagination/ListApplicationVersionsPaginator.js +2 -23
  79. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  80. package/dist-es/pagination/ListBatchJobDefinitionsPaginator.js +2 -23
  81. package/dist-es/pagination/ListBatchJobExecutionsPaginator.js +2 -23
  82. package/dist-es/pagination/ListDataSetImportHistoryPaginator.js +2 -23
  83. package/dist-es/pagination/ListDataSetsPaginator.js +2 -23
  84. package/dist-es/pagination/ListDeploymentsPaginator.js +2 -23
  85. package/dist-es/pagination/ListEngineVersionsPaginator.js +2 -23
  86. package/dist-es/pagination/ListEnvironmentsPaginator.js +2 -23
  87. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +6 -21
  90. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  91. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  93. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -21
  95. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  96. package/dist-types/commands/GetApplicationVersionCommand.d.ts +6 -21
  97. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +6 -21
  98. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +6 -21
  99. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +6 -21
  100. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
  101. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -21
  102. package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +6 -21
  103. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -21
  104. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +6 -21
  106. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +6 -21
  108. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -21
  109. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListEngineVersionsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -21
  112. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  113. package/dist-types/commands/StartApplicationCommand.d.ts +6 -21
  114. package/dist-types/commands/StartBatchJobCommand.d.ts +6 -21
  115. package/dist-types/commands/StopApplicationCommand.d.ts +6 -21
  116. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  117. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  119. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -21
  120. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  121. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  164. package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +3 -3
  165. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  166. package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +3 -3
  169. package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +3 -3
  173. package/package.json +11 -11
@@ -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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {
21
20
  */
22
21
  export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartApplicationCommand_base: {
24
+ new (input: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an application that is currently stopped.</p>
@@ -67,23 +70,5 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
67
70
  * <p>Base exception class for all service exceptions from M2 service.</p>
68
71
  *
69
72
  */
70
- export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig> {
71
- readonly input: StartApplicationCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: StartApplicationCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationCommandInput, StartApplicationCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class StartApplicationCommand extends StartApplicationCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { StartBatchJobRequest, StartBatchJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartBatchJobCommandInput extends StartBatchJobRequest {
21
20
  */
22
21
  export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartBatchJobCommand_base: {
24
+ new (input: StartBatchJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a batch job and returns the unique identifier of this execution of the batch job.
@@ -90,23 +93,5 @@ export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __Met
90
93
  * <p>Base exception class for all service exceptions from M2 service.</p>
91
94
  *
92
95
  */
93
- export declare class StartBatchJobCommand extends $Command<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig> {
94
- readonly input: StartBatchJobCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: StartBatchJobCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBatchJobCommandInput, StartBatchJobCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class StartBatchJobCommand extends StartBatchJobCommand_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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {
21
20
  */
22
21
  export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopApplicationCommand_base: {
24
+ new (input: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a running application.</p>
@@ -68,23 +71,5 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
68
71
  * <p>Base exception class for all service exceptions from M2 service.</p>
69
72
  *
70
73
  */
71
- export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig> {
72
- readonly input: StopApplicationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: StopApplicationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopApplicationCommandInput, StopApplicationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class StopApplicationCommand extends StopApplicationCommand_base {
90
75
  }
@@ -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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more tags to the specified resource.</p>
@@ -70,23 +73,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
70
73
  * <p>Base exception class for all service exceptions from M2 service.</p>
71
74
  *
72
75
  */
73
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig> {
74
- readonly input: TagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: TagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class TagResourceCommand extends TagResourceCommand_base {
92
77
  }
@@ -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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from M2 service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
21
20
  */
22
21
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApplicationCommand_base: {
24
+ new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an application and creates a new version.</p>
@@ -75,23 +78,5 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
75
78
  * <p>Base exception class for all service exceptions from M2 service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig> {
79
- readonly input: UpdateApplicationCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateApplicationCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
21
20
  */
22
21
  export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEnvironmentCommand_base: {
24
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration details for a specific runtime environment.</p>
@@ -78,23 +81,5 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
78
81
  * <p>Base exception class for all service exceptions from M2 service.</p>
79
82
  *
80
83
  */
81
- export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig> {
82
- readonly input: UpdateEnvironmentCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: UpdateEnvironmentCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
100
85
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplicationVersions(config: M2PaginationConfiguration, input: ListApplicationVersionsCommandInput, ...additionalArguments: any): Paginator<ListApplicationVersionsCommandOutput>;
7
+ export declare const paginateListApplicationVersions: (config: M2PaginationConfiguration, input: ListApplicationVersionsCommandInput, ...rest: any[]) => Paginator<ListApplicationVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: M2PaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: M2PaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBatchJobDefinitions(config: M2PaginationConfiguration, input: ListBatchJobDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListBatchJobDefinitionsCommandOutput>;
7
+ export declare const paginateListBatchJobDefinitions: (config: M2PaginationConfiguration, input: ListBatchJobDefinitionsCommandInput, ...rest: any[]) => Paginator<ListBatchJobDefinitionsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBatchJobExecutions(config: M2PaginationConfiguration, input: ListBatchJobExecutionsCommandInput, ...additionalArguments: any): Paginator<ListBatchJobExecutionsCommandOutput>;
7
+ export declare const paginateListBatchJobExecutions: (config: M2PaginationConfiguration, input: ListBatchJobExecutionsCommandInput, ...rest: any[]) => Paginator<ListBatchJobExecutionsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDataSetImportHistory(config: M2PaginationConfiguration, input: ListDataSetImportHistoryCommandInput, ...additionalArguments: any): Paginator<ListDataSetImportHistoryCommandOutput>;
7
+ export declare const paginateListDataSetImportHistory: (config: M2PaginationConfiguration, input: ListDataSetImportHistoryCommandInput, ...rest: any[]) => Paginator<ListDataSetImportHistoryCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDataSets(config: M2PaginationConfiguration, input: ListDataSetsCommandInput, ...additionalArguments: any): Paginator<ListDataSetsCommandOutput>;
7
+ export declare const paginateListDataSets: (config: M2PaginationConfiguration, input: ListDataSetsCommandInput, ...rest: any[]) => Paginator<ListDataSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDeployments(config: M2PaginationConfiguration, input: ListDeploymentsCommandInput, ...additionalArguments: any): Paginator<ListDeploymentsCommandOutput>;
7
+ export declare const paginateListDeployments: (config: M2PaginationConfiguration, input: ListDeploymentsCommandInput, ...rest: any[]) => Paginator<ListDeploymentsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEngineVersions(config: M2PaginationConfiguration, input: ListEngineVersionsCommandInput, ...additionalArguments: any): Paginator<ListEngineVersionsCommandOutput>;
7
+ export declare const paginateListEngineVersions: (config: M2PaginationConfiguration, input: ListEngineVersionsCommandInput, ...rest: any[]) => Paginator<ListEngineVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { M2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEnvironments(config: M2PaginationConfiguration, input: ListEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentsCommandOutput>;
7
+ export declare const paginateListEnvironments: (config: M2PaginationConfiguration, input: ListEnvironmentsCommandInput, ...rest: any[]) => Paginator<ListEnvironmentsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  M2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CancelBatchJobExecutionCommandInput
21
15
  export interface CancelBatchJobExecutionCommandOutput
22
16
  extends CancelBatchJobExecutionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CancelBatchJobExecutionCommand extends $Command<
25
- CancelBatchJobExecutionCommandInput,
26
- CancelBatchJobExecutionCommandOutput,
27
- M2ClientResolvedConfig
28
- > {
29
- readonly input: CancelBatchJobExecutionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelBatchJobExecutionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: M2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelBatchJobExecutionCommand_base: {
19
+ new (
20
+ input: CancelBatchJobExecutionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelBatchJobExecutionCommandInput,
38
- CancelBatchJobExecutionCommandOutput
23
+ CancelBatchJobExecutionCommandOutput,
24
+ M2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  M2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- M2ClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: M2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ M2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  M2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateDataSetImportTaskCommandInput
21
15
  export interface CreateDataSetImportTaskCommandOutput
22
16
  extends CreateDataSetImportTaskResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDataSetImportTaskCommand extends $Command<
25
- CreateDataSetImportTaskCommandInput,
26
- CreateDataSetImportTaskCommandOutput,
27
- M2ClientResolvedConfig
28
- > {
29
- readonly input: CreateDataSetImportTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDataSetImportTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: M2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateDataSetImportTaskCommand_base: {
19
+ new (
20
+ input: CreateDataSetImportTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateDataSetImportTaskCommandInput,
38
- CreateDataSetImportTaskCommandOutput
23
+ CreateDataSetImportTaskCommandOutput,
24
+ M2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  M2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
20
14
  export interface CreateDeploymentCommandOutput
21
15
  extends CreateDeploymentResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDeploymentCommand extends $Command<
24
- CreateDeploymentCommandInput,
25
- CreateDeploymentCommandOutput,
26
- M2ClientResolvedConfig
27
- > {
28
- readonly input: CreateDeploymentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDeploymentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: M2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDeploymentCommand_base: {
18
+ new (
19
+ input: CreateDeploymentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDeploymentCommandInput,
22
+ CreateDeploymentCommandOutput,
23
+ M2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  M2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateEnvironmentCommandInput
21
15
  export interface CreateEnvironmentCommandOutput
22
16
  extends CreateEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEnvironmentCommand extends $Command<
25
- CreateEnvironmentCommandInput,
26
- CreateEnvironmentCommandOutput,
27
- M2ClientResolvedConfig
28
- > {
29
- readonly input: CreateEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: M2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateEnvironmentCommand_base: {
19
+ new (
20
+ input: CreateEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEnvironmentCommandInput,
23
+ CreateEnvironmentCommandOutput,
24
+ M2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}