@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
34
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
35
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
47
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
54
 
8
55
 
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EMRContainers = void 0;
4
- const EMRContainersClient_1 = require("./EMRContainersClient");
5
4
  const CancelJobRunCommand_1 = require("./commands/CancelJobRunCommand");
6
5
  const CreateManagedEndpointCommand_1 = require("./commands/CreateManagedEndpointCommand");
7
6
  const CreateVirtualClusterCommand_1 = require("./commands/CreateVirtualClusterCommand");
@@ -17,30 +16,7 @@ const ListVirtualClustersCommand_1 = require("./commands/ListVirtualClustersComm
17
16
  const StartJobRunCommand_1 = require("./commands/StartJobRunCommand");
18
17
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
19
18
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
20
- /**
21
- * <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run
22
- * open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With
23
- * this deployment option, you can focus on running analytics workloads while Amazon EMR on
24
- * EKS builds, configures, and manages containers for open-source applications. For more
25
- * information about Amazon EMR on EKS concepts and tasks, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html">What is Amazon EMR on EKS</a>.</p>
26
- * <p>
27
- * <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS. The
28
- * <code>emr-containers</code> prefix is used in the following scenarios: </p>
29
- * <ul>
30
- * <li>
31
- * <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example, <code>aws
32
- * emr-containers start-job-run</code>.</p>
33
- * </li>
34
- * <li>
35
- * <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For example, <code>"Action": [
36
- * "emr-containers:StartJobRun"]</code>. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR on EKS</a>.</p>
37
- * </li>
38
- * <li>
39
- * <p>It is the prefix used in Amazon EMR on EKS service endpoints. For example, <code>emr-containers.us-east-2.amazonaws.com</code>. For more
40
- * information, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints">Amazon EMR on EKS Service Endpoints</a>.</p>
41
- * </li>
42
- * </ul>
43
- */
19
+ const EMRContainersClient_1 = require("./EMRContainersClient");
44
20
  class EMRContainers extends EMRContainersClient_1.EMRContainersClient {
45
21
  cancelJobRun(args, optionsOrCb, cb) {
46
22
  const command = new CancelJobRunCommand_1.CancelJobRunCommand(args);
@@ -254,4 +230,3 @@ class EMRContainers extends EMRContainersClient_1.EMRContainersClient {
254
230
  }
255
231
  }
256
232
  exports.EMRContainers = EMRContainers;
257
- //# sourceMappingURL=EMRContainers.js.map
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EMRContainersClient = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
+ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
+ class EMRContainersClient extends smithy_client_1.Client {
14
+ constructor(configuration) {
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
22
+ super(_config_6);
23
+ this.config = _config_6;
24
+ this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
+ this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
+ this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
+ this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
+ this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
+ this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
30
+ }
31
+ destroy() {
32
+ super.destroy();
33
+ }
34
+ }
35
+ exports.EMRContainersClient = EMRContainersClient;
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelJobRunCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Cancels 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, CancelJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, CancelJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new CancelJobRunCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CancelJobRunCommandInput} for command's `input` shape.
21
- * @see {@link CancelJobRunCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CancelJobRunCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CancelJobRunCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CancelJobRunCommand = CancelJobRunCommand;
61
- //# sourceMappingURL=CancelJobRunCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateManagedEndpointCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a managed endpoint. 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, CreateManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, CreateManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new CreateManagedEndpointCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateManagedEndpointCommandInput} for command's `input` shape.
21
- * @see {@link CreateManagedEndpointCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateManagedEndpointCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateManagedEndpointCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateManagedEndpointCommand = CreateManagedEndpointCommand;
61
- //# sourceMappingURL=CreateManagedEndpointCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateVirtualClusterCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, CreateVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, CreateVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new CreateVirtualClusterCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateVirtualClusterCommandInput} for command's `input` shape.
21
- * @see {@link CreateVirtualClusterCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateVirtualClusterCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateVirtualClusterCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateVirtualClusterCommand = CreateVirtualClusterCommand;
61
- //# sourceMappingURL=CreateVirtualClusterCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteManagedEndpointCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Deletes a managed endpoint. 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, DeleteManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, DeleteManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new DeleteManagedEndpointCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteManagedEndpointCommandInput} for command's `input` shape.
21
- * @see {@link DeleteManagedEndpointCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DeleteManagedEndpointCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteManagedEndpointCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteManagedEndpointCommand = DeleteManagedEndpointCommand;
61
- //# sourceMappingURL=DeleteManagedEndpointCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteVirtualClusterCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Deletes a 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, DeleteVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, DeleteVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new DeleteVirtualClusterCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteVirtualClusterCommandInput} for command's `input` shape.
21
- * @see {@link DeleteVirtualClusterCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DeleteVirtualClusterCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteVirtualClusterCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteVirtualClusterCommand = DeleteVirtualClusterCommand;
61
- //# sourceMappingURL=DeleteVirtualClusterCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeJobRunCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Displays detailed information about 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, DescribeJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, DescribeJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new DescribeJobRunCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeJobRunCommandInput} for command's `input` shape.
21
- * @see {@link DescribeJobRunCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeJobRunCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeJobRunCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeJobRunCommand = DescribeJobRunCommand;
61
- //# sourceMappingURL=DescribeJobRunCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeManagedEndpointCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Displays detailed information about a managed endpoint. 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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, DescribeManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, DescribeManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new DescribeManagedEndpointCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeManagedEndpointCommandInput} for command's `input` shape.
21
- * @see {@link DescribeManagedEndpointCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeManagedEndpointCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeManagedEndpointCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeManagedEndpointCommand = DescribeManagedEndpointCommand;
61
- //# sourceMappingURL=DescribeManagedEndpointCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeVirtualClusterCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, DescribeVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, DescribeVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new DescribeVirtualClusterCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeVirtualClusterCommandInput} for command's `input` shape.
21
- * @see {@link DescribeVirtualClusterCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeVirtualClusterCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeVirtualClusterCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeVirtualClusterCommand = DescribeVirtualClusterCommand;
61
- //# sourceMappingURL=DescribeVirtualClusterCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListJobRunsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, ListJobRunsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, ListJobRunsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new ListJobRunsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListJobRunsCommandInput} for command's `input` shape.
21
- * @see {@link ListJobRunsCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListJobRunsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListJobRunsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListJobRunsCommand = ListJobRunsCommand;
61
- //# sourceMappingURL=ListJobRunsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListManagedEndpointsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, ListManagedEndpointsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, ListManagedEndpointsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new ListManagedEndpointsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListManagedEndpointsCommandInput} for command's `input` shape.
21
- * @see {@link ListManagedEndpointsCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListManagedEndpointsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListManagedEndpointsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListManagedEndpointsCommand = ListManagedEndpointsCommand;
61
- //# sourceMappingURL=ListManagedEndpointsCommand.js.map