@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,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
2
10
  import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "./commands/CreateManagedEndpointCommand";
3
11
  import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "./commands/CreateVirtualClusterCommand";
@@ -13,156 +21,62 @@ import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } fro
13
21
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
14
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
15
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
16
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
17
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
18
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
19
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
20
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
21
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
22
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
23
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
24
24
  export declare type ServiceInputTypes = CancelJobRunCommandInput | CreateManagedEndpointCommandInput | CreateVirtualClusterCommandInput | DeleteManagedEndpointCommandInput | DeleteVirtualClusterCommandInput | DescribeJobRunCommandInput | DescribeManagedEndpointCommandInput | DescribeVirtualClusterCommandInput | ListJobRunsCommandInput | ListManagedEndpointsCommandInput | ListTagsForResourceCommandInput | ListVirtualClustersCommandInput | StartJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
25
25
  export declare type ServiceOutputTypes = CancelJobRunCommandOutput | CreateManagedEndpointCommandOutput | CreateVirtualClusterCommandOutput | DeleteManagedEndpointCommandOutput | DeleteVirtualClusterCommandOutput | DescribeJobRunCommandOutput | DescribeManagedEndpointCommandOutput | DescribeVirtualClusterCommandOutput | ListJobRunsCommandOutput | ListManagedEndpointsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualClustersCommandOutput | StartJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
26
26
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
27
- /**
28
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
29
- */
27
+
30
28
  requestHandler?: __HttpHandler;
31
- /**
32
- * A constructor for a class implementing the {@link __Hash} interface
33
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
34
- * @internal
35
- */
29
+
36
30
  sha256?: __HashConstructor;
37
- /**
38
- * The function that will be used to convert strings into HTTP endpoints.
39
- * @internal
40
- */
31
+
41
32
  urlParser?: __UrlParser;
42
- /**
43
- * A function that can calculate the length of a request body.
44
- * @internal
45
- */
33
+
46
34
  bodyLengthChecker?: (body: any) => number | undefined;
47
- /**
48
- * A function that converts a stream into an array of bytes.
49
- * @internal
50
- */
35
+
51
36
  streamCollector?: __StreamCollector;
52
- /**
53
- * The function that will be used to convert a base64-encoded string to a byte array.
54
- * @internal
55
- */
37
+
56
38
  base64Decoder?: __Decoder;
57
- /**
58
- * The function that will be used to convert binary data to a base64-encoded string.
59
- * @internal
60
- */
39
+
61
40
  base64Encoder?: __Encoder;
62
- /**
63
- * The function that will be used to convert a UTF8-encoded string to a byte array.
64
- * @internal
65
- */
41
+
66
42
  utf8Decoder?: __Decoder;
67
- /**
68
- * The function that will be used to convert binary data to a UTF-8 encoded string.
69
- * @internal
70
- */
43
+
71
44
  utf8Encoder?: __Encoder;
72
- /**
73
- * The runtime environment.
74
- * @internal
75
- */
45
+
76
46
  runtime?: string;
77
- /**
78
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
79
- * trait of an operation.
80
- */
47
+
81
48
  disableHostPrefix?: boolean;
82
- /**
83
- * Value for how many times a request will be made at most in case of retry.
84
- */
49
+
85
50
  maxAttempts?: number | __Provider<number>;
86
- /**
87
- * Specifies which retry algorithm to use.
88
- */
51
+
89
52
  retryMode?: string | __Provider<string>;
90
- /**
91
- * Optional logger for logging debug/info/warn/error.
92
- */
53
+
93
54
  logger?: __Logger;
94
- /**
95
- * Unique service identifier.
96
- * @internal
97
- */
55
+
98
56
  serviceId?: string;
99
- /**
100
- * The AWS region to which this client will send requests
101
- */
57
+
102
58
  region?: string | __Provider<string>;
103
- /**
104
- * Default credentials provider; Not available in browser runtime.
105
- * @internal
106
- */
59
+
107
60
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
108
- /**
109
- * Fetch related hostname, signing name or signing region with given region.
110
- * @internal
111
- */
61
+
112
62
  regionInfoProvider?: RegionInfoProvider;
113
- /**
114
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
115
- * @internal
116
- */
63
+
117
64
  defaultUserAgentProvider?: Provider<__UserAgent>;
118
65
  }
119
66
  declare type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
120
- /**
121
- * The configuration interface of EMRContainersClient class constructor that set the region, credentials and other options.
122
- */
67
+
123
68
  export interface EMRContainersClientConfig extends EMRContainersClientConfigType {
124
69
  }
125
70
  declare type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
126
- /**
127
- * The resolved configuration interface of EMRContainersClient class. This is resolved and normalized from the {@link EMRContainersClientConfig | constructor configuration interface}.
128
- */
71
+
129
72
  export interface EMRContainersClientResolvedConfig extends EMRContainersClientResolvedConfigType {
130
73
  }
131
- /**
132
- * <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run
133
- * open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With
134
- * this deployment option, you can focus on running analytics workloads while Amazon EMR on
135
- * EKS builds, configures, and manages containers for open-source applications. For more
136
- * 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>
137
- * <p>
138
- * <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS. The
139
- * <code>emr-containers</code> prefix is used in the following scenarios: </p>
140
- * <ul>
141
- * <li>
142
- * <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example, <code>aws
143
- * emr-containers start-job-run</code>.</p>
144
- * </li>
145
- * <li>
146
- * <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For example, <code>"Action": [
147
- * "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>
148
- * </li>
149
- * <li>
150
- * <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
151
- * 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>
152
- * </li>
153
- * </ul>
154
- */
74
+
155
75
  export declare class EMRContainersClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EMRContainersClientResolvedConfig> {
156
- /**
157
- * The resolved configuration of EMRContainersClient class. This is resolved and normalized from the {@link EMRContainersClientConfig | constructor configuration interface}.
158
- */
76
+
159
77
  readonly config: EMRContainersClientResolvedConfig;
160
78
  constructor(configuration: EMRContainersClientConfig);
161
- /**
162
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
163
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
164
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
165
- */
79
+
166
80
  destroy(): void;
167
81
  }
168
82
  export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
5
+ export interface CancelJobRunCommandInput extends CancelJobRunRequest {
6
+ }
7
+ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CancelJobRunCommand extends $Command<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: CancelJobRunCommandInput;
12
+ constructor(input: CancelJobRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
5
+ export interface CreateManagedEndpointCommandInput extends CreateManagedEndpointRequest {
6
+ }
7
+ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateManagedEndpointCommand extends $Command<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: CreateManagedEndpointCommandInput;
12
+ constructor(input: CreateManagedEndpointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
5
+ export interface CreateVirtualClusterCommandInput extends CreateVirtualClusterRequest {
6
+ }
7
+ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVirtualClusterCommand extends $Command<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: CreateVirtualClusterCommandInput;
12
+ constructor(input: CreateVirtualClusterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
5
+ export interface DeleteManagedEndpointCommandInput extends DeleteManagedEndpointRequest {
6
+ }
7
+ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteManagedEndpointCommand extends $Command<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: DeleteManagedEndpointCommandInput;
12
+ constructor(input: DeleteManagedEndpointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
5
+ export interface DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRequest {
6
+ }
7
+ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteVirtualClusterCommand extends $Command<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: DeleteVirtualClusterCommandInput;
12
+ constructor(input: DeleteVirtualClusterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
5
+ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {
6
+ }
7
+ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeJobRunCommand extends $Command<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: DescribeJobRunCommandInput;
12
+ constructor(input: DescribeJobRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
5
+ export interface DescribeManagedEndpointCommandInput extends DescribeManagedEndpointRequest {
6
+ }
7
+ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEndpointResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeManagedEndpointCommand extends $Command<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: DescribeManagedEndpointCommandInput;
12
+ constructor(input: DescribeManagedEndpointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
5
+ export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClusterRequest {
6
+ }
7
+ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeVirtualClusterCommand extends $Command<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: DescribeVirtualClusterCommandInput;
12
+ constructor(input: DescribeVirtualClusterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
5
+ export interface ListJobRunsCommandInput extends ListJobRunsRequest {
6
+ }
7
+ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: ListJobRunsCommandInput;
12
+ constructor(input: ListJobRunsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
5
+ export interface ListManagedEndpointsCommandInput extends ListManagedEndpointsRequest {
6
+ }
7
+ export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListManagedEndpointsCommand extends $Command<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: ListManagedEndpointsCommandInput;
12
+ constructor(input: ListManagedEndpointsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } 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
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Lists the tags assigned to the 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, ListTagsForResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
15
- * // const { EMRContainersClient, ListTagsForResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
16
- * const client = new EMRContainersClient(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 EMRContainersClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig> {
27
11
  readonly input: ListTagsForResourceCommandInput;
28
12
  constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
5
+ export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequest {
6
+ }
7
+ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListVirtualClustersCommand extends $Command<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: ListVirtualClustersCommandInput;
12
+ constructor(input: ListVirtualClustersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
5
+ export interface StartJobRunCommandInput extends StartJobRunRequest {
6
+ }
7
+ export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: StartJobRunCommandInput;
12
+ constructor(input: StartJobRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
File without changes
File without changes