@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 { GetDataSetImportTaskRequest, GetDataSetImportTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataSetImportTaskCommandInput extends GetDataSetImportTaskRe
21
20
  */
22
21
  export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataSetImportTaskCommand_base: {
24
+ new (input: GetDataSetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a> operation.</p>
@@ -75,23 +78,5 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
75
78
  * <p>Base exception class for all service exceptions from M2 service.</p>
76
79
  *
77
80
  */
78
- export declare class GetDataSetImportTaskCommand extends $Command<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
79
- readonly input: GetDataSetImportTaskCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetDataSetImportTaskCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetDataSetImportTaskCommand extends GetDataSetImportTaskCommand_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 { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {
21
20
  */
22
21
  export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentCommand_base: {
24
+ new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details of a specific deployment with a given deployment identifier.</p>
@@ -73,23 +76,5 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
73
76
  * <p>Base exception class for all service exceptions from M2 service.</p>
74
77
  *
75
78
  */
76
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig> {
77
- readonly input: GetDeploymentCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetDeploymentCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
21
20
  */
22
21
  export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEnvironmentCommand_base: {
24
+ new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a specific runtime environment.</p>
@@ -112,23 +115,5 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
112
115
  * <p>Base exception class for all service exceptions from M2 service.</p>
113
116
  *
114
117
  */
115
- export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig> {
116
- readonly input: GetEnvironmentCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: GetEnvironmentCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
134
119
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { GetSignedBluinsightsUrlResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSignedBluinsightsUrlCommandInput {
21
20
  */
22
21
  export interface GetSignedBluinsightsUrlCommandOutput extends GetSignedBluinsightsUrlResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSignedBluinsightsUrlCommand_base: {
24
+ new (input: GetSignedBluinsightsUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a single sign-on URL that can be used to connect to AWS Blu Insights.</p>
@@ -58,23 +61,5 @@ export interface GetSignedBluinsightsUrlCommandOutput extends GetSignedBluinsigh
58
61
  * <p>Base exception class for all service exceptions from M2 service.</p>
59
62
  *
60
63
  */
61
- export declare class GetSignedBluinsightsUrlCommand extends $Command<GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput, M2ClientResolvedConfig> {
62
- readonly input: GetSignedBluinsightsUrlCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: GetSignedBluinsightsUrlCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class GetSignedBluinsightsUrlCommand extends GetSignedBluinsightsUrlCommand_base {
80
65
  }
@@ -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 { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationVersionsCommandInput extends ListApplicationVers
21
20
  */
22
21
  export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationVersionsCommand_base: {
24
+ new (input: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the application versions for a specific application.</p>
@@ -76,23 +79,5 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
76
79
  * <p>Base exception class for all service exceptions from M2 service.</p>
77
80
  *
78
81
  */
79
- export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig> {
80
- readonly input: ListApplicationVersionsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListApplicationVersionsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
98
83
  }
@@ -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 { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
21
20
  */
22
21
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationsCommand_base: {
24
+ new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the applications associated with a specific Amazon Web Services account. You can provide the
@@ -87,23 +90,5 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
87
90
  * <p>Base exception class for all service exceptions from M2 service.</p>
88
91
  *
89
92
  */
90
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig> {
91
- readonly input: ListApplicationsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListApplicationsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
109
94
  }
@@ -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 { ListBatchJobDefinitionsRequest, ListBatchJobDefinitionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListBatchJobDefinitionsCommandInput extends ListBatchJobDefinit
21
20
  */
22
21
  export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListBatchJobDefinitionsCommand_base: {
24
+ new (input: ListBatchJobDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the available batch job definitions based on the batch job resources uploaded
@@ -82,23 +85,5 @@ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefini
82
85
  * <p>Base exception class for all service exceptions from M2 service.</p>
83
86
  *
84
87
  */
85
- export declare class ListBatchJobDefinitionsCommand extends $Command<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig> {
86
- readonly input: ListBatchJobDefinitionsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListBatchJobDefinitionsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListBatchJobDefinitionsCommand extends ListBatchJobDefinitionsCommand_base {
104
89
  }
@@ -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 { ListBatchJobExecutionsRequest, ListBatchJobExecutionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListBatchJobExecutionsCommandInput extends ListBatchJobExecutio
21
20
  */
22
21
  export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecutionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListBatchJobExecutionsCommand_base: {
24
+ new (input: ListBatchJobExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists historical, current, and scheduled batch job executions for a specific
@@ -106,23 +109,5 @@ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecuti
106
109
  * <p>Base exception class for all service exceptions from M2 service.</p>
107
110
  *
108
111
  */
109
- export declare class ListBatchJobExecutionsCommand extends $Command<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig> {
110
- readonly input: ListBatchJobExecutionsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ListBatchJobExecutionsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ListBatchJobExecutionsCommand extends ListBatchJobExecutionsCommand_base {
128
113
  }
@@ -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 { ListDataSetImportHistoryRequest, ListDataSetImportHistoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataSetImportHistoryCommandInput extends ListDataSetImportH
21
20
  */
22
21
  export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImportHistoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataSetImportHistoryCommand_base: {
24
+ new (input: ListDataSetImportHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the data set imports for the specified application.</p>
@@ -82,23 +85,5 @@ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImport
82
85
  * <p>Base exception class for all service exceptions from M2 service.</p>
83
86
  *
84
87
  */
85
- export declare class ListDataSetImportHistoryCommand extends $Command<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig> {
86
- readonly input: ListDataSetImportHistoryCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListDataSetImportHistoryCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListDataSetImportHistoryCommand extends ListDataSetImportHistoryCommand_base {
104
89
  }
@@ -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 { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataSetsCommandInput extends ListDataSetsRequest {
21
20
  */
22
21
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataSetsCommand_base: {
24
+ new (input: ListDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are
@@ -91,23 +94,5 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
91
94
  * <p>Base exception class for all service exceptions from M2 service.</p>
92
95
  *
93
96
  */
94
- export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig> {
95
- readonly input: ListDataSetsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListDataSetsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
4
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
21
20
  */
22
21
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentsCommand_base: {
24
+ new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all deployments of a specific application. A deployment is a
@@ -81,23 +84,5 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
81
84
  * <p>Base exception class for all service exceptions from M2 service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig> {
85
- readonly input: ListDeploymentsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDeploymentsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
103
88
  }
@@ -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 { ListEngineVersionsRequest, ListEngineVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEngineVersionsCommandInput extends ListEngineVersionsReques
21
20
  */
22
21
  export interface ListEngineVersionsCommandOutput extends ListEngineVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEngineVersionsCommand_base: {
24
+ new (input: ListEngineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the available engine versions.</p>
@@ -71,23 +74,5 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsRespo
71
74
  * <p>Base exception class for all service exceptions from M2 service.</p>
72
75
  *
73
76
  */
74
- export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig> {
75
- readonly input: ListEngineVersionsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListEngineVersionsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
93
78
  }
@@ -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 { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
21
20
  */
22
21
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEnvironmentsCommand_base: {
24
+ new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the runtime environments.</p>
@@ -80,23 +83,5 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
80
83
  * <p>Base exception class for all service exceptions from M2 service.</p>
81
84
  *
82
85
  */
83
- export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig> {
84
- readonly input: ListEnvironmentsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListEnvironmentsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
102
87
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for the specified resource.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from M2 service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }