@aws-sdk/client-emr-containers 3.34.0 → 3.37.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 (236) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/EMRContainers.js +1 -26
  3. package/dist-cjs/EMRContainersClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CancelJobRunCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/CreateManagedEndpointCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateVirtualClusterCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteManagedEndpointCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DeleteVirtualClusterCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeManagedEndpointCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/DescribeVirtualClusterCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/ListManagedEndpointsCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/ListVirtualClustersCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +2 -27
  17. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  18. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  20. package/{dist/cjs → dist-cjs}/index.js +0 -1
  21. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  22. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -139
  23. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  24. package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -12
  25. package/{dist/cjs → dist-cjs}/pagination/ListManagedEndpointsPaginator.js +1 -12
  26. package/{dist/cjs → dist-cjs}/pagination/ListVirtualClustersPaginator.js +1 -12
  27. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  31. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  32. package/{dist/es → dist-es}/EMRContainers.js +1 -2
  33. package/{dist/es → dist-es}/EMRContainersClient.js +1 -2
  34. package/{dist/es → dist-es}/commands/CancelJobRunCommand.js +2 -3
  35. package/{dist/es → dist-es}/commands/CreateManagedEndpointCommand.js +2 -3
  36. package/{dist/es → dist-es}/commands/CreateVirtualClusterCommand.js +2 -3
  37. package/{dist/es → dist-es}/commands/DeleteManagedEndpointCommand.js +2 -3
  38. package/{dist/es → dist-es}/commands/DeleteVirtualClusterCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/DescribeManagedEndpointCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/DescribeVirtualClusterCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/ListManagedEndpointsCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/ListVirtualClustersCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/StartJobRunCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  49. package/{dist/es → dist-es}/endpoints.js +1 -2
  50. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  51. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  52. package/{dist/es → dist-es}/models/models_0.js +0 -1
  53. package/dist-es/pagination/Interfaces.js +1 -0
  54. package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +1 -2
  55. package/{dist/es → dist-es}/pagination/ListManagedEndpointsPaginator.js +1 -2
  56. package/{dist/es → dist-es}/pagination/ListVirtualClustersPaginator.js +1 -2
  57. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
  58. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  59. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  60. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  61. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  62. package/{dist/types → dist-types}/EMRContainers.d.ts +2 -2
  63. package/{dist/types → dist-types}/EMRContainersClient.d.ts +8 -8
  64. package/{dist/types → dist-types}/commands/CancelJobRunCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/CreateManagedEndpointCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/CreateVirtualClusterCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/commands/DeleteManagedEndpointCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/commands/DeleteVirtualClusterCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/commands/DescribeJobRunCommand.d.ts +2 -2
  70. package/{dist/types → dist-types}/commands/DescribeManagedEndpointCommand.d.ts +2 -2
  71. package/{dist/types → dist-types}/commands/DescribeVirtualClusterCommand.d.ts +2 -2
  72. package/{dist/types → dist-types}/commands/ListJobRunsCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/ListManagedEndpointsCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/ListVirtualClustersCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/StartJobRunCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  80. package/{index.ts → dist-types/index.d.ts} +0 -0
  81. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  82. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  83. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  84. package/{dist/types → dist-types}/pagination/ListJobRunsPaginator.d.ts +1 -1
  85. package/{dist/types → dist-types}/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
  86. package/{dist/types → dist-types}/pagination/ListVirtualClustersPaginator.d.ts +1 -1
  87. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  88. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  89. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  90. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  91. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  92. package/{dist/types → dist-types}/ts3.4/EMRContainers.d.ts +18 -71
  93. package/{dist/types → dist-types}/ts3.4/EMRContainersClient.d.ts +32 -118
  94. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +17 -0
  104. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  105. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  109. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  110. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  111. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +655 -0
  113. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  114. package/{dist/types → dist-types}/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -1
  115. package/{dist/types → dist-types}/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
  116. package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +1 -1
  117. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  118. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  119. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  120. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  121. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  122. package/package.json +45 -42
  123. package/EMRContainers.ts +0 -550
  124. package/EMRContainersClient.ts +0 -328
  125. package/commands/CancelJobRunCommand.ts +0 -94
  126. package/commands/CreateManagedEndpointCommand.ts +0 -94
  127. package/commands/CreateVirtualClusterCommand.ts +0 -94
  128. package/commands/DeleteManagedEndpointCommand.ts +0 -94
  129. package/commands/DeleteVirtualClusterCommand.ts +0 -94
  130. package/commands/DescribeJobRunCommand.ts +0 -94
  131. package/commands/DescribeManagedEndpointCommand.ts +0 -94
  132. package/commands/DescribeVirtualClusterCommand.ts +0 -94
  133. package/commands/ListJobRunsCommand.ts +0 -94
  134. package/commands/ListManagedEndpointsCommand.ts +0 -94
  135. package/commands/ListTagsForResourceCommand.ts +0 -94
  136. package/commands/ListVirtualClustersCommand.ts +0 -94
  137. package/commands/StartJobRunCommand.ts +0 -94
  138. package/commands/TagResourceCommand.ts +0 -94
  139. package/commands/UntagResourceCommand.ts +0 -94
  140. package/dist/cjs/EMRContainers.js.map +0 -1
  141. package/dist/cjs/EMRContainersClient.js +0 -65
  142. package/dist/cjs/EMRContainersClient.js.map +0 -1
  143. package/dist/cjs/commands/CancelJobRunCommand.js.map +0 -1
  144. package/dist/cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
  145. package/dist/cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
  146. package/dist/cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
  147. package/dist/cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
  148. package/dist/cjs/commands/DescribeJobRunCommand.js.map +0 -1
  149. package/dist/cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
  150. package/dist/cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
  151. package/dist/cjs/commands/ListJobRunsCommand.js.map +0 -1
  152. package/dist/cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
  153. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  154. package/dist/cjs/commands/ListVirtualClustersCommand.js.map +0 -1
  155. package/dist/cjs/commands/StartJobRunCommand.js.map +0 -1
  156. package/dist/cjs/commands/TagResourceCommand.js +0 -61
  157. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  158. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  159. package/dist/cjs/endpoints.js.map +0 -1
  160. package/dist/cjs/index.js.map +0 -1
  161. package/dist/cjs/models/index.js.map +0 -1
  162. package/dist/cjs/models/models_0.js.map +0 -1
  163. package/dist/cjs/package.json +0 -93
  164. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  165. package/dist/cjs/pagination/ListJobRunsPaginator.js.map +0 -1
  166. package/dist/cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  167. package/dist/cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
  168. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  169. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  170. package/dist/cjs/runtimeConfig.js.map +0 -1
  171. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  172. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  173. package/dist/es/EMRContainers.js.map +0 -1
  174. package/dist/es/EMRContainersClient.js.map +0 -1
  175. package/dist/es/commands/CancelJobRunCommand.js.map +0 -1
  176. package/dist/es/commands/CreateManagedEndpointCommand.js.map +0 -1
  177. package/dist/es/commands/CreateVirtualClusterCommand.js.map +0 -1
  178. package/dist/es/commands/DeleteManagedEndpointCommand.js.map +0 -1
  179. package/dist/es/commands/DeleteVirtualClusterCommand.js.map +0 -1
  180. package/dist/es/commands/DescribeJobRunCommand.js.map +0 -1
  181. package/dist/es/commands/DescribeManagedEndpointCommand.js.map +0 -1
  182. package/dist/es/commands/DescribeVirtualClusterCommand.js.map +0 -1
  183. package/dist/es/commands/ListJobRunsCommand.js.map +0 -1
  184. package/dist/es/commands/ListManagedEndpointsCommand.js.map +0 -1
  185. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  186. package/dist/es/commands/ListVirtualClustersCommand.js.map +0 -1
  187. package/dist/es/commands/StartJobRunCommand.js.map +0 -1
  188. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  189. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  190. package/dist/es/endpoints.js.map +0 -1
  191. package/dist/es/index.js +0 -23
  192. package/dist/es/index.js.map +0 -1
  193. package/dist/es/models/index.js +0 -2
  194. package/dist/es/models/index.js.map +0 -1
  195. package/dist/es/models/models_0.js.map +0 -1
  196. package/dist/es/package.json +0 -93
  197. package/dist/es/pagination/Interfaces.js +0 -2
  198. package/dist/es/pagination/Interfaces.js.map +0 -1
  199. package/dist/es/pagination/ListJobRunsPaginator.js.map +0 -1
  200. package/dist/es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  201. package/dist/es/pagination/ListVirtualClustersPaginator.js.map +0 -1
  202. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  203. package/dist/es/runtimeConfig.browser.js.map +0 -1
  204. package/dist/es/runtimeConfig.js.map +0 -1
  205. package/dist/es/runtimeConfig.native.js.map +0 -1
  206. package/dist/es/runtimeConfig.shared.js.map +0 -1
  207. package/dist/types/ts3.4/commands/CancelJobRunCommand.d.ts +0 -35
  208. package/dist/types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +0 -35
  209. package/dist/types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +0 -35
  210. package/dist/types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +0 -35
  211. package/dist/types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +0 -35
  212. package/dist/types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -35
  213. package/dist/types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +0 -35
  214. package/dist/types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +0 -35
  215. package/dist/types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -35
  216. package/dist/types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +0 -35
  217. package/dist/types/ts3.4/commands/ListVirtualClustersCommand.d.ts +0 -35
  218. package/dist/types/ts3.4/commands/StartJobRunCommand.d.ts +0 -35
  219. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  220. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  221. package/dist/types/ts3.4/models/models_0.d.ts +0 -1073
  222. package/endpoints.ts +0 -83
  223. package/jest.config.js +0 -4
  224. package/models/models_0.ts +0 -1388
  225. package/pagination/Interfaces.ts +0 -7
  226. package/pagination/ListJobRunsPaginator.ts +0 -54
  227. package/pagination/ListManagedEndpointsPaginator.ts +0 -58
  228. package/pagination/ListVirtualClustersPaginator.ts +0 -58
  229. package/protocols/Aws_restJson1.ts +0 -2264
  230. package/runtimeConfig.browser.ts +0 -40
  231. package/runtimeConfig.native.ts +0 -16
  232. package/runtimeConfig.shared.ts +0 -16
  233. package/runtimeConfig.ts +0 -45
  234. package/tsconfig.es.json +0 -10
  235. package/tsconfig.json +0 -31
  236. package/tsconfig.types.json +0 -8
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClusterRequest {
6
- }
7
- export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, DescribeVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, DescribeVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(config);
17
- * const command = new DescribeVirtualClusterCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeVirtualClusterCommandInput} for command's `input` shape.
22
- * @see {@link DescribeVirtualClusterCommandOutput} for command's `response` shape.
23
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DescribeVirtualClusterCommand extends $Command<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: DescribeVirtualClusterCommandInput;
28
- constructor(input: DescribeVirtualClusterCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListJobRunsCommandInput extends ListJobRunsRequest {
6
- }
7
- export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists job runs based on a set of parameters. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, ListJobRunsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, ListJobRunsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(config);
17
- * const command = new ListJobRunsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListJobRunsCommandInput} for command's `input` shape.
22
- * @see {@link ListJobRunsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: ListJobRunsCommandInput;
28
- constructor(input: ListJobRunsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListManagedEndpointsCommandInput extends ListManagedEndpointsRequest {
6
- }
7
- export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, ListManagedEndpointsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, ListManagedEndpointsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(config);
17
- * const command = new ListManagedEndpointsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListManagedEndpointsCommandInput} for command's `input` shape.
22
- * @see {@link ListManagedEndpointsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListManagedEndpointsCommand extends $Command<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: ListManagedEndpointsCommandInput;
28
- constructor(input: ListManagedEndpointsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequest {
6
- }
7
- export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists information about the specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, ListVirtualClustersCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, ListVirtualClustersCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(config);
17
- * const command = new ListVirtualClustersCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListVirtualClustersCommandInput} for command's `input` shape.
22
- * @see {@link ListVirtualClustersCommandOutput} for command's `response` shape.
23
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class ListVirtualClustersCommand extends $Command<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: ListVirtualClustersCommandInput;
28
- constructor(input: ListVirtualClustersCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface StartJobRunCommandInput extends StartJobRunRequest {
6
- }
7
- export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, StartJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, StartJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(config);
17
- * const command = new StartJobRunCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link StartJobRunCommandInput} for command's `input` shape.
22
- * @see {@link StartJobRunCommandOutput} for command's `response` shape.
23
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: StartJobRunCommandInput;
28
- constructor(input: StartJobRunCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster's owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, TagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, TagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(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 EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: TagResourceCommandInput;
28
- constructor(input: TagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Removes tags from resources.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { EMRContainersClient, UntagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, UntagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(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 EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig> {
27
- readonly input: UntagResourceCommandInput;
28
- constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }