@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,35 @@
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
+ * <p>Lists the data set imports for the specified application.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, ListDataSetImportHistoryCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, ListDataSetImportHistoryCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new ListDataSetImportHistoryCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDataSetImportHistoryCommandInput} for command's `input` shape.
22
+ * @see {@link ListDataSetImportHistoryCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListDataSetImportHistoryCommand extends $Command<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: ListDataSetImportHistoryCommandInput;
28
+ constructor(input: ListDataSetImportHistoryCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,37 @@
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
+ * <p>Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are
11
+ * associated with applications deployed on environments. This is known as importing data
12
+ * sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { M2Client, ListDataSetsCommand } from "@aws-sdk/client-m2"; // ES Modules import
17
+ * // const { M2Client, ListDataSetsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
18
+ * const client = new M2Client(config);
19
+ * const command = new ListDataSetsCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ListDataSetsCommandInput} for command's `input` shape.
24
+ * @see {@link ListDataSetsCommandOutput} for command's `response` shape.
25
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
26
+ *
27
+ */
28
+ export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig> {
29
+ readonly input: ListDataSetsCommandInput;
30
+ constructor(input: ListDataSetsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
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
+ * <p>Returns a list of all deployments of a specific application. A deployment is a
11
+ * combination of a specific application and a specific version of that application. Each
12
+ * deployment is mapped to a particular application version.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { M2Client, ListDeploymentsCommand } from "@aws-sdk/client-m2"; // ES Modules import
17
+ * // const { M2Client, ListDeploymentsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
18
+ * const client = new M2Client(config);
19
+ * const command = new ListDeploymentsCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ListDeploymentsCommandInput} for command's `input` shape.
24
+ * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
25
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
26
+ *
27
+ */
28
+ export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig> {
29
+ readonly input: ListDeploymentsCommandInput;
30
+ constructor(input: ListDeploymentsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Lists the available engine versions.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, ListEngineVersionsCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, ListEngineVersionsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new ListEngineVersionsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListEngineVersionsCommandInput} for command's `input` shape.
22
+ * @see {@link ListEngineVersionsCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: ListEngineVersionsCommandInput;
28
+ constructor(input: ListEngineVersionsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Lists the runtime environments.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, ListEnvironmentsCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, ListEnvironmentsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new ListEnvironmentsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
22
+ * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: ListEnvironmentsCommandInput;
28
+ constructor(input: ListEnvironmentsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Lists the tags for the specified resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, ListTagsForResourceCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new ListTagsForResourceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
+ * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Starts an application that is currently stopped.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, StartApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, StartApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new StartApplicationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link StartApplicationCommandInput} for command's `input` shape.
22
+ * @see {@link StartApplicationCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: StartApplicationCommandInput;
28
+ constructor(input: StartApplicationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationCommandInput, StartApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
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
+ * <p>Starts a batch job and returns the unique identifier of this execution of the batch job.
11
+ * The associated application must be running in order to start the batch job.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { M2Client, StartBatchJobCommand } from "@aws-sdk/client-m2"; // ES Modules import
16
+ * // const { M2Client, StartBatchJobCommand } = require("@aws-sdk/client-m2"); // CommonJS import
17
+ * const client = new M2Client(config);
18
+ * const command = new StartBatchJobCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartBatchJobCommandInput} for command's `input` shape.
23
+ * @see {@link StartBatchJobCommandOutput} for command's `response` shape.
24
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartBatchJobCommand extends $Command<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig> {
28
+ readonly input: StartBatchJobCommandInput;
29
+ constructor(input: StartBatchJobCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBatchJobCommandInput, StartBatchJobCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Stops a running application.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, StopApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, StopApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new StopApplicationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link StopApplicationCommandInput} for command's `input` shape.
22
+ * @see {@link StopApplicationCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: StopApplicationCommandInput;
28
+ constructor(input: StopApplicationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopApplicationCommandInput, StopApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Adds one or more tags to the specified resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, TagResourceCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, TagResourceCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new TagResourceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link TagResourceCommandInput} for command's `input` shape.
22
+ * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: TagResourceCommandInput;
28
+ constructor(input: TagResourceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Removes one or more tags from the specified resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, UntagResourceCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, UntagResourceCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new UntagResourceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
+ * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Updates an application and creates a new version.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, UpdateApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, UpdateApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new UpdateApplicationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: UpdateApplicationCommandInput;
28
+ constructor(input: UpdateApplicationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Updates the configuration details for a specific environment.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { M2Client, UpdateEnvironmentCommand } from "@aws-sdk/client-m2"; // ES Modules import
15
+ * // const { M2Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
16
+ * const client = new M2Client(config);
17
+ * const command = new UpdateEnvironmentCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
23
+ * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig> {
27
+ readonly input: UpdateEnvironmentCommandInput;
28
+ constructor(input: UpdateEnvironmentCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,32 @@
1
+ export * from "./CancelBatchJobExecutionCommand";
2
+ export * from "./CreateApplicationCommand";
3
+ export * from "./CreateDataSetImportTaskCommand";
4
+ export * from "./CreateDeploymentCommand";
5
+ export * from "./CreateEnvironmentCommand";
6
+ export * from "./DeleteApplicationCommand";
7
+ export * from "./DeleteApplicationFromEnvironmentCommand";
8
+ export * from "./DeleteEnvironmentCommand";
9
+ export * from "./GetApplicationCommand";
10
+ export * from "./GetApplicationVersionCommand";
11
+ export * from "./GetBatchJobExecutionCommand";
12
+ export * from "./GetDataSetDetailsCommand";
13
+ export * from "./GetDataSetImportTaskCommand";
14
+ export * from "./GetDeploymentCommand";
15
+ export * from "./GetEnvironmentCommand";
16
+ export * from "./ListApplicationVersionsCommand";
17
+ export * from "./ListApplicationsCommand";
18
+ export * from "./ListBatchJobDefinitionsCommand";
19
+ export * from "./ListBatchJobExecutionsCommand";
20
+ export * from "./ListDataSetImportHistoryCommand";
21
+ export * from "./ListDataSetsCommand";
22
+ export * from "./ListDeploymentsCommand";
23
+ export * from "./ListEngineVersionsCommand";
24
+ export * from "./ListEnvironmentsCommand";
25
+ export * from "./ListTagsForResourceCommand";
26
+ export * from "./StartApplicationCommand";
27
+ export * from "./StartBatchJobCommand";
28
+ export * from "./StopApplicationCommand";
29
+ export * from "./TagResourceCommand";
30
+ export * from "./UntagResourceCommand";
31
+ export * from "./UpdateApplicationCommand";
32
+ export * from "./UpdateEnvironmentCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./M2";
2
+ export * from "./M2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { M2ServiceException } from "./models/M2ServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from M2 service.
4
+ */
5
+ export declare class M2ServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";