@aws-sdk/client-m2 3.107.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 (228) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +209 -0
  4. package/dist-cjs/M2.js +487 -0
  5. package/dist-cjs/M2Client.js +37 -0
  6. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +36 -0
  7. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  8. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDeploymentCommand.js +36 -0
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteEnvironmentCommand.js +36 -0
  14. package/dist-cjs/commands/GetApplicationCommand.js +36 -0
  15. package/dist-cjs/commands/GetApplicationVersionCommand.js +36 -0
  16. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +36 -0
  17. package/dist-cjs/commands/GetDataSetDetailsCommand.js +36 -0
  18. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +36 -0
  19. package/dist-cjs/commands/GetDeploymentCommand.js +36 -0
  20. package/dist-cjs/commands/GetEnvironmentCommand.js +36 -0
  21. package/dist-cjs/commands/ListApplicationVersionsCommand.js +36 -0
  22. package/dist-cjs/commands/ListApplicationsCommand.js +36 -0
  23. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +36 -0
  24. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +36 -0
  25. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +36 -0
  26. package/dist-cjs/commands/ListDataSetsCommand.js +36 -0
  27. package/dist-cjs/commands/ListDeploymentsCommand.js +36 -0
  28. package/dist-cjs/commands/ListEngineVersionsCommand.js +36 -0
  29. package/dist-cjs/commands/ListEnvironmentsCommand.js +36 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  31. package/dist-cjs/commands/StartApplicationCommand.js +36 -0
  32. package/dist-cjs/commands/StartBatchJobCommand.js +36 -0
  33. package/dist-cjs/commands/StopApplicationCommand.js +36 -0
  34. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  35. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  36. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  37. package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
  38. package/dist-cjs/commands/index.js +35 -0
  39. package/dist-cjs/endpoints.js +131 -0
  40. package/dist-cjs/index.js +11 -0
  41. package/dist-cjs/models/M2ServiceException.js +11 -0
  42. package/dist-cjs/models/index.js +4 -0
  43. package/dist-cjs/models/models_0.js +911 -0
  44. package/dist-cjs/pagination/Interfaces.js +2 -0
  45. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListApplicationsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +36 -0
  48. package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +36 -0
  49. package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +36 -0
  50. package/dist-cjs/pagination/ListDataSetsPaginator.js +36 -0
  51. package/dist-cjs/pagination/ListDeploymentsPaginator.js +36 -0
  52. package/dist-cjs/pagination/ListEngineVersionsPaginator.js +36 -0
  53. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +36 -0
  54. package/dist-cjs/pagination/index.js +13 -0
  55. package/dist-cjs/protocols/Aws_restJson1.js +3744 -0
  56. package/dist-cjs/runtimeConfig.browser.js +45 -0
  57. package/dist-cjs/runtimeConfig.js +52 -0
  58. package/dist-cjs/runtimeConfig.native.js +16 -0
  59. package/dist-cjs/runtimeConfig.shared.js +17 -0
  60. package/dist-es/M2.js +490 -0
  61. package/dist-es/M2Client.js +39 -0
  62. package/dist-es/commands/CancelBatchJobExecutionCommand.js +39 -0
  63. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  64. package/dist-es/commands/CreateDataSetImportTaskCommand.js +39 -0
  65. package/dist-es/commands/CreateDeploymentCommand.js +39 -0
  66. package/dist-es/commands/CreateEnvironmentCommand.js +39 -0
  67. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  68. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +39 -0
  69. package/dist-es/commands/DeleteEnvironmentCommand.js +39 -0
  70. package/dist-es/commands/GetApplicationCommand.js +39 -0
  71. package/dist-es/commands/GetApplicationVersionCommand.js +39 -0
  72. package/dist-es/commands/GetBatchJobExecutionCommand.js +39 -0
  73. package/dist-es/commands/GetDataSetDetailsCommand.js +39 -0
  74. package/dist-es/commands/GetDataSetImportTaskCommand.js +39 -0
  75. package/dist-es/commands/GetDeploymentCommand.js +39 -0
  76. package/dist-es/commands/GetEnvironmentCommand.js +39 -0
  77. package/dist-es/commands/ListApplicationVersionsCommand.js +39 -0
  78. package/dist-es/commands/ListApplicationsCommand.js +39 -0
  79. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +39 -0
  80. package/dist-es/commands/ListBatchJobExecutionsCommand.js +39 -0
  81. package/dist-es/commands/ListDataSetImportHistoryCommand.js +39 -0
  82. package/dist-es/commands/ListDataSetsCommand.js +39 -0
  83. package/dist-es/commands/ListDeploymentsCommand.js +39 -0
  84. package/dist-es/commands/ListEngineVersionsCommand.js +39 -0
  85. package/dist-es/commands/ListEnvironmentsCommand.js +39 -0
  86. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  87. package/dist-es/commands/StartApplicationCommand.js +39 -0
  88. package/dist-es/commands/StartBatchJobCommand.js +39 -0
  89. package/dist-es/commands/StopApplicationCommand.js +39 -0
  90. package/dist-es/commands/TagResourceCommand.js +39 -0
  91. package/dist-es/commands/UntagResourceCommand.js +39 -0
  92. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  93. package/dist-es/commands/UpdateEnvironmentCommand.js +39 -0
  94. package/dist-es/commands/index.js +32 -0
  95. package/dist-es/endpoints.js +127 -0
  96. package/dist-es/index.js +6 -0
  97. package/dist-es/models/M2ServiceException.js +12 -0
  98. package/dist-es/models/index.js +1 -0
  99. package/dist-es/models/models_0.js +709 -0
  100. package/dist-es/pagination/Interfaces.js +1 -0
  101. package/dist-es/pagination/ListApplicationVersionsPaginator.js +75 -0
  102. package/dist-es/pagination/ListApplicationsPaginator.js +75 -0
  103. package/dist-es/pagination/ListBatchJobDefinitionsPaginator.js +75 -0
  104. package/dist-es/pagination/ListBatchJobExecutionsPaginator.js +75 -0
  105. package/dist-es/pagination/ListDataSetImportHistoryPaginator.js +75 -0
  106. package/dist-es/pagination/ListDataSetsPaginator.js +75 -0
  107. package/dist-es/pagination/ListDeploymentsPaginator.js +75 -0
  108. package/dist-es/pagination/ListEngineVersionsPaginator.js +75 -0
  109. package/dist-es/pagination/ListEnvironmentsPaginator.js +75 -0
  110. package/dist-es/pagination/index.js +10 -0
  111. package/dist-es/protocols/Aws_restJson1.js +4508 -0
  112. package/dist-es/runtimeConfig.browser.js +26 -0
  113. package/dist-es/runtimeConfig.js +30 -0
  114. package/dist-es/runtimeConfig.native.js +8 -0
  115. package/dist-es/runtimeConfig.shared.js +13 -0
  116. package/dist-types/M2.d.ts +250 -0
  117. package/dist-types/M2Client.d.ts +180 -0
  118. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +35 -0
  119. package/dist-types/commands/CreateApplicationCommand.d.ts +36 -0
  120. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +35 -0
  121. package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
  122. package/dist-types/commands/CreateEnvironmentCommand.d.ts +35 -0
  123. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  124. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +38 -0
  125. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +36 -0
  126. package/dist-types/commands/GetApplicationCommand.d.ts +35 -0
  127. package/dist-types/commands/GetApplicationVersionCommand.d.ts +35 -0
  128. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +35 -0
  129. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +35 -0
  130. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +35 -0
  131. package/dist-types/commands/GetDeploymentCommand.d.ts +35 -0
  132. package/dist-types/commands/GetEnvironmentCommand.d.ts +35 -0
  133. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +35 -0
  134. package/dist-types/commands/ListApplicationsCommand.d.ts +37 -0
  135. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +37 -0
  136. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +36 -0
  137. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +35 -0
  138. package/dist-types/commands/ListDataSetsCommand.d.ts +37 -0
  139. package/dist-types/commands/ListDeploymentsCommand.d.ts +37 -0
  140. package/dist-types/commands/ListEngineVersionsCommand.d.ts +35 -0
  141. package/dist-types/commands/ListEnvironmentsCommand.d.ts +35 -0
  142. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  143. package/dist-types/commands/StartApplicationCommand.d.ts +35 -0
  144. package/dist-types/commands/StartBatchJobCommand.d.ts +36 -0
  145. package/dist-types/commands/StopApplicationCommand.d.ts +35 -0
  146. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  147. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  148. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  149. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +35 -0
  150. package/dist-types/commands/index.d.ts +32 -0
  151. package/dist-types/endpoints.d.ts +2 -0
  152. package/dist-types/index.d.ts +6 -0
  153. package/dist-types/models/M2ServiceException.d.ts +10 -0
  154. package/dist-types/models/index.d.ts +1 -0
  155. package/dist-types/models/models_0.d.ts +2682 -0
  156. package/dist-types/pagination/Interfaces.d.ts +6 -0
  157. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListApplicationsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
  160. package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
  161. package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
  162. package/dist-types/pagination/ListDataSetsPaginator.d.ts +4 -0
  163. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +4 -0
  164. package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +4 -0
  165. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +4 -0
  166. package/dist-types/pagination/index.d.ts +10 -0
  167. package/dist-types/protocols/Aws_restJson1.d.ts +98 -0
  168. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  169. package/dist-types/runtimeConfig.d.ts +40 -0
  170. package/dist-types/runtimeConfig.native.d.ts +39 -0
  171. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  172. package/dist-types/ts3.4/M2.d.ts +165 -0
  173. package/dist-types/ts3.4/M2Client.d.ts +105 -0
  174. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/index.d.ts +32 -0
  207. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  208. package/dist-types/ts3.4/index.d.ts +6 -0
  209. package/dist-types/ts3.4/models/M2ServiceException.d.ts +6 -0
  210. package/dist-types/ts3.4/models/index.d.ts +1 -0
  211. package/dist-types/ts3.4/models/models_0.d.ts +1609 -0
  212. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  213. package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
  218. package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +4 -0
  219. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +4 -0
  220. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +4 -0
  221. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +4 -0
  222. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  223. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +98 -0
  224. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  225. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  226. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  227. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  228. package/package.json +96 -0
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { CancelBatchJobExecutionRequest, CancelBatchJobExecutionResponse } from "../models/models_0";
5
+ export interface CancelBatchJobExecutionCommandInput extends CancelBatchJobExecutionRequest {
6
+ }
7
+ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExecutionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CancelBatchJobExecutionCommand extends $Command<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: CancelBatchJobExecutionCommandInput;
12
+ constructor(input: CancelBatchJobExecutionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
5
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
+ }
7
+ export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: CreateApplicationCommandInput;
12
+ constructor(input: CreateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { CreateDataSetImportTaskRequest, CreateDataSetImportTaskResponse } from "../models/models_0";
5
+ export interface CreateDataSetImportTaskCommandInput extends CreateDataSetImportTaskRequest {
6
+ }
7
+ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImportTaskResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDataSetImportTaskCommand extends $Command<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: CreateDataSetImportTaskCommandInput;
12
+ constructor(input: CreateDataSetImportTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
5
+ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
6
+ }
7
+ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: CreateDeploymentCommandInput;
12
+ constructor(input: CreateDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
5
+ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
6
+ }
7
+ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: CreateEnvironmentCommandInput;
12
+ constructor(input: CreateEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
5
+ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
6
+ }
7
+ export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: DeleteApplicationCommandInput;
12
+ constructor(input: DeleteApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { DeleteApplicationFromEnvironmentRequest, DeleteApplicationFromEnvironmentResponse } from "../models/models_0";
5
+ export interface DeleteApplicationFromEnvironmentCommandInput extends DeleteApplicationFromEnvironmentRequest {
6
+ }
7
+ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApplicationFromEnvironmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApplicationFromEnvironmentCommand extends $Command<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: DeleteApplicationFromEnvironmentCommandInput;
12
+ constructor(input: DeleteApplicationFromEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
5
+ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
6
+ }
7
+ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: DeleteEnvironmentCommandInput;
12
+ constructor(input: DeleteEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
5
+ export interface GetApplicationCommandInput extends GetApplicationRequest {
6
+ }
7
+ export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetApplicationCommandInput;
12
+ constructor(input: GetApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetApplicationVersionRequest, GetApplicationVersionResponse } from "../models/models_0";
5
+ export interface GetApplicationVersionCommandInput extends GetApplicationVersionRequest {
6
+ }
7
+ export interface GetApplicationVersionCommandOutput extends GetApplicationVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetApplicationVersionCommand extends $Command<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetApplicationVersionCommandInput;
12
+ constructor(input: GetApplicationVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetBatchJobExecutionRequest, GetBatchJobExecutionResponse } from "../models/models_0";
5
+ export interface GetBatchJobExecutionCommandInput extends GetBatchJobExecutionRequest {
6
+ }
7
+ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBatchJobExecutionCommand extends $Command<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetBatchJobExecutionCommandInput;
12
+ constructor(input: GetBatchJobExecutionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetDataSetDetailsRequest, GetDataSetDetailsResponse } from "../models/models_0";
5
+ export interface GetDataSetDetailsCommandInput extends GetDataSetDetailsRequest {
6
+ }
7
+ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDataSetDetailsCommand extends $Command<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetDataSetDetailsCommandInput;
12
+ constructor(input: GetDataSetDetailsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetDataSetImportTaskRequest, GetDataSetImportTaskResponse } from "../models/models_0";
5
+ export interface GetDataSetImportTaskCommandInput extends GetDataSetImportTaskRequest {
6
+ }
7
+ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDataSetImportTaskCommand extends $Command<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetDataSetImportTaskCommandInput;
12
+ constructor(input: GetDataSetImportTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
5
+ export interface GetDeploymentCommandInput extends GetDeploymentRequest {
6
+ }
7
+ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetDeploymentCommandInput;
12
+ constructor(input: GetDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
5
+ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
6
+ }
7
+ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: GetEnvironmentCommandInput;
12
+ constructor(input: GetEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
5
+ export interface ListApplicationVersionsCommandInput extends ListApplicationVersionsRequest {
6
+ }
7
+ export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListApplicationVersionsCommandInput;
12
+ constructor(input: ListApplicationVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
+ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
6
+ }
7
+ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListApplicationsCommandInput;
12
+ constructor(input: ListApplicationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListBatchJobDefinitionsRequest, ListBatchJobDefinitionsResponse } from "../models/models_0";
5
+ export interface ListBatchJobDefinitionsCommandInput extends ListBatchJobDefinitionsRequest {
6
+ }
7
+ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefinitionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBatchJobDefinitionsCommand extends $Command<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListBatchJobDefinitionsCommandInput;
12
+ constructor(input: ListBatchJobDefinitionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListBatchJobExecutionsRequest, ListBatchJobExecutionsResponse } from "../models/models_0";
5
+ export interface ListBatchJobExecutionsCommandInput extends ListBatchJobExecutionsRequest {
6
+ }
7
+ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecutionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBatchJobExecutionsCommand extends $Command<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListBatchJobExecutionsCommandInput;
12
+ constructor(input: ListBatchJobExecutionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListDataSetImportHistoryRequest, ListDataSetImportHistoryResponse } from "../models/models_0";
5
+ export interface ListDataSetImportHistoryCommandInput extends ListDataSetImportHistoryRequest {
6
+ }
7
+ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImportHistoryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDataSetImportHistoryCommand extends $Command<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListDataSetImportHistoryCommandInput;
12
+ constructor(input: ListDataSetImportHistoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
5
+ export interface ListDataSetsCommandInput extends ListDataSetsRequest {
6
+ }
7
+ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListDataSetsCommandInput;
12
+ constructor(input: ListDataSetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
5
+ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
6
+ }
7
+ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListDeploymentsCommandInput;
12
+ constructor(input: ListDeploymentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListEngineVersionsRequest, ListEngineVersionsResponse } from "../models/models_0";
5
+ export interface ListEngineVersionsCommandInput extends ListEngineVersionsRequest {
6
+ }
7
+ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListEngineVersionsCommandInput;
12
+ constructor(input: ListEngineVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
5
+ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
6
+ }
7
+ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListEnvironmentsCommandInput;
12
+ constructor(input: ListEnvironmentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
5
+ export interface StartApplicationCommandInput extends StartApplicationRequest {
6
+ }
7
+ export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: StartApplicationCommandInput;
12
+ constructor(input: StartApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationCommandInput, StartApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { StartBatchJobRequest, StartBatchJobResponse } from "../models/models_0";
5
+ export interface StartBatchJobCommandInput extends StartBatchJobRequest {
6
+ }
7
+ export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartBatchJobCommand extends $Command<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: StartBatchJobCommandInput;
12
+ constructor(input: StartBatchJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBatchJobCommandInput, StartBatchJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
5
+ export interface StopApplicationCommandInput extends StopApplicationRequest {
6
+ }
7
+ export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: StopApplicationCommandInput;
12
+ constructor(input: StopApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopApplicationCommandInput, StopApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
5
+ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
+ }
7
+ export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: UpdateApplicationCommandInput;
12
+ constructor(input: UpdateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
4
+ import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
5
+ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
6
+ }
7
+ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig> {
11
+ readonly input: UpdateEnvironmentCommandInput;
12
+ constructor(input: UpdateEnvironmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }