@aws-sdk/client-emr-containers 3.34.0 → 3.35.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 (274) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/{dist/cjs → dist-cjs}/EMRContainers.js +1 -1
  3. package/dist-cjs/EMRContainers.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/EMRContainersClient.js +8 -8
  5. package/dist-cjs/EMRContainersClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CancelJobRunCommand.js +2 -2
  7. package/dist-cjs/commands/CancelJobRunCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateManagedEndpointCommand.js +2 -2
  9. package/dist-cjs/commands/CreateManagedEndpointCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateVirtualClusterCommand.js +2 -2
  11. package/dist-cjs/commands/CreateVirtualClusterCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteManagedEndpointCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteManagedEndpointCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteVirtualClusterCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteVirtualClusterCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeJobRunCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeManagedEndpointCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeManagedEndpointCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeVirtualClusterCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVirtualClusterCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +2 -2
  23. package/dist-cjs/commands/ListJobRunsCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/ListManagedEndpointsCommand.js +2 -2
  25. package/dist-cjs/commands/ListManagedEndpointsCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListVirtualClustersCommand.js +2 -2
  29. package/dist-cjs/commands/ListVirtualClustersCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +2 -2
  31. package/dist-cjs/commands/StartJobRunCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -2
  35. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  37. package/dist-cjs/endpoints.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/index.js +0 -0
  39. package/dist-cjs/index.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  41. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  42. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  43. package/dist-cjs/models/models_0.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  45. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  46. package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -1
  47. package/dist-cjs/pagination/ListJobRunsPaginator.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/pagination/ListManagedEndpointsPaginator.js +1 -1
  49. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/pagination/ListVirtualClustersPaginator.js +1 -1
  51. package/dist-cjs/pagination/ListVirtualClustersPaginator.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -3
  53. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
  55. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
  57. package/dist-cjs/runtimeConfig.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  59. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  61. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  62. package/{dist/es → dist-es}/EMRContainers.js +1 -1
  63. package/dist-es/EMRContainers.js.map +1 -0
  64. package/{dist/es → dist-es}/EMRContainersClient.js +1 -1
  65. package/dist-es/EMRContainersClient.js.map +1 -0
  66. package/{dist/es → dist-es}/commands/CancelJobRunCommand.js +2 -2
  67. package/dist-es/commands/CancelJobRunCommand.js.map +1 -0
  68. package/{dist/es → dist-es}/commands/CreateManagedEndpointCommand.js +2 -2
  69. package/dist-es/commands/CreateManagedEndpointCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/CreateVirtualClusterCommand.js +2 -2
  71. package/dist-es/commands/CreateVirtualClusterCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/DeleteManagedEndpointCommand.js +2 -2
  73. package/dist-es/commands/DeleteManagedEndpointCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/DeleteVirtualClusterCommand.js +2 -2
  75. package/dist-es/commands/DeleteVirtualClusterCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +2 -2
  77. package/dist-es/commands/DescribeJobRunCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DescribeManagedEndpointCommand.js +2 -2
  79. package/dist-es/commands/DescribeManagedEndpointCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/DescribeVirtualClusterCommand.js +2 -2
  81. package/dist-es/commands/DescribeVirtualClusterCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +2 -2
  83. package/dist-es/commands/ListJobRunsCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/ListManagedEndpointsCommand.js +2 -2
  85. package/dist-es/commands/ListManagedEndpointsCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -2
  87. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/ListVirtualClustersCommand.js +2 -2
  89. package/dist-es/commands/ListVirtualClustersCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/StartJobRunCommand.js +2 -2
  91. package/dist-es/commands/StartJobRunCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -2
  93. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -2
  95. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/endpoints.js +0 -0
  97. package/dist-es/endpoints.js.map +1 -0
  98. package/{dist/es → dist-es}/index.js +0 -0
  99. package/dist-es/index.js.map +1 -0
  100. package/{dist/es → dist-es}/models/index.js +0 -0
  101. package/dist-es/models/index.js.map +1 -0
  102. package/{dist/es → dist-es}/models/models_0.js +0 -0
  103. package/dist-es/models/models_0.js.map +1 -0
  104. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  105. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  106. package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +1 -1
  107. package/dist-es/pagination/ListJobRunsPaginator.js.map +1 -0
  108. package/{dist/es → dist-es}/pagination/ListManagedEndpointsPaginator.js +1 -1
  109. package/dist-es/pagination/ListManagedEndpointsPaginator.js.map +1 -0
  110. package/{dist/es → dist-es}/pagination/ListVirtualClustersPaginator.js +1 -1
  111. package/dist-es/pagination/ListVirtualClustersPaginator.js.map +1 -0
  112. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -1
  113. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  114. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
  115. package/dist-es/runtimeConfig.browser.js.map +1 -0
  116. package/{dist/es → dist-es}/runtimeConfig.js +2 -2
  117. package/dist-es/runtimeConfig.js.map +1 -0
  118. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  119. package/dist-es/runtimeConfig.native.js.map +1 -0
  120. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
  121. package/dist-es/runtimeConfig.shared.js.map +1 -0
  122. package/{dist/types → dist-types}/EMRContainers.d.ts +2 -2
  123. package/{dist/types → dist-types}/EMRContainersClient.d.ts +8 -8
  124. package/{dist/types → dist-types}/commands/CancelJobRunCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/CreateManagedEndpointCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/CreateVirtualClusterCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/DeleteManagedEndpointCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/DeleteVirtualClusterCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/DescribeJobRunCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/DescribeManagedEndpointCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/DescribeVirtualClusterCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/ListJobRunsCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/ListManagedEndpointsCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/ListVirtualClustersCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/StartJobRunCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  140. package/{dist/types → dist-types}/index.d.ts +0 -0
  141. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  142. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  143. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  144. package/{dist/types → dist-types}/pagination/ListJobRunsPaginator.d.ts +1 -1
  145. package/{dist/types → dist-types}/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
  146. package/{dist/types → dist-types}/pagination/ListVirtualClustersPaginator.d.ts +1 -1
  147. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  148. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  149. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  150. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  151. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  152. package/{dist/types → dist-types}/ts3.4/EMRContainers.d.ts +2 -2
  153. package/{dist/types → dist-types}/ts3.4/EMRContainersClient.d.ts +8 -8
  154. package/{dist/types → dist-types}/ts3.4/commands/CancelJobRunCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/ts3.4/commands/ListJobRunsCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/StartJobRunCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  170. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  171. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  172. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  173. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  174. package/{dist/types → dist-types}/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -1
  175. package/{dist/types → dist-types}/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
  176. package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +1 -1
  177. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  179. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +1 -1
  180. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  181. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  182. package/package.json +42 -42
  183. package/{EMRContainers.ts → src/EMRContainers.ts} +3 -2
  184. package/{EMRContainersClient.ts → src/EMRContainersClient.ts} +57 -56
  185. package/{commands → src/commands}/CancelJobRunCommand.ts +8 -7
  186. package/{commands → src/commands}/CreateManagedEndpointCommand.ts +8 -7
  187. package/{commands → src/commands}/CreateVirtualClusterCommand.ts +8 -7
  188. package/{commands → src/commands}/DeleteManagedEndpointCommand.ts +8 -7
  189. package/{commands → src/commands}/DeleteVirtualClusterCommand.ts +8 -7
  190. package/{commands → src/commands}/DescribeJobRunCommand.ts +8 -7
  191. package/{commands → src/commands}/DescribeManagedEndpointCommand.ts +8 -7
  192. package/{commands → src/commands}/DescribeVirtualClusterCommand.ts +8 -7
  193. package/{commands → src/commands}/ListJobRunsCommand.ts +8 -7
  194. package/{commands → src/commands}/ListManagedEndpointsCommand.ts +8 -7
  195. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  196. package/{commands → src/commands}/ListVirtualClustersCommand.ts +8 -7
  197. package/{commands → src/commands}/StartJobRunCommand.ts +8 -7
  198. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  199. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  200. package/{endpoints.ts → src/endpoints.ts} +1 -1
  201. package/{index.ts → src/index.ts} +0 -0
  202. package/{models → src/models}/index.ts +0 -0
  203. package/{models → src/models}/models_0.ts +0 -0
  204. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  205. package/{pagination → src/pagination}/ListJobRunsPaginator.ts +3 -2
  206. package/{pagination → src/pagination}/ListManagedEndpointsPaginator.ts +4 -3
  207. package/{pagination → src/pagination}/ListVirtualClustersPaginator.ts +4 -3
  208. package/{protocols → src/protocols}/Aws_restJson1.ts +36 -35
  209. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  210. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  211. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  212. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  213. package/tsconfig.es.json +1 -1
  214. package/tsconfig.json +4 -2
  215. package/tsconfig.types.json +3 -2
  216. package/dist/cjs/EMRContainers.js.map +0 -1
  217. package/dist/cjs/EMRContainersClient.js.map +0 -1
  218. package/dist/cjs/commands/CancelJobRunCommand.js.map +0 -1
  219. package/dist/cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
  220. package/dist/cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
  221. package/dist/cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
  222. package/dist/cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
  223. package/dist/cjs/commands/DescribeJobRunCommand.js.map +0 -1
  224. package/dist/cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
  225. package/dist/cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
  226. package/dist/cjs/commands/ListJobRunsCommand.js.map +0 -1
  227. package/dist/cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
  228. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  229. package/dist/cjs/commands/ListVirtualClustersCommand.js.map +0 -1
  230. package/dist/cjs/commands/StartJobRunCommand.js.map +0 -1
  231. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  232. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  233. package/dist/cjs/endpoints.js.map +0 -1
  234. package/dist/cjs/index.js.map +0 -1
  235. package/dist/cjs/models/models_0.js.map +0 -1
  236. package/dist/cjs/package.json +0 -93
  237. package/dist/cjs/pagination/ListJobRunsPaginator.js.map +0 -1
  238. package/dist/cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  239. package/dist/cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
  240. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  241. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  242. package/dist/cjs/runtimeConfig.js.map +0 -1
  243. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  244. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  245. package/dist/es/EMRContainers.js.map +0 -1
  246. package/dist/es/EMRContainersClient.js.map +0 -1
  247. package/dist/es/commands/CancelJobRunCommand.js.map +0 -1
  248. package/dist/es/commands/CreateManagedEndpointCommand.js.map +0 -1
  249. package/dist/es/commands/CreateVirtualClusterCommand.js.map +0 -1
  250. package/dist/es/commands/DeleteManagedEndpointCommand.js.map +0 -1
  251. package/dist/es/commands/DeleteVirtualClusterCommand.js.map +0 -1
  252. package/dist/es/commands/DescribeJobRunCommand.js.map +0 -1
  253. package/dist/es/commands/DescribeManagedEndpointCommand.js.map +0 -1
  254. package/dist/es/commands/DescribeVirtualClusterCommand.js.map +0 -1
  255. package/dist/es/commands/ListJobRunsCommand.js.map +0 -1
  256. package/dist/es/commands/ListManagedEndpointsCommand.js.map +0 -1
  257. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  258. package/dist/es/commands/ListVirtualClustersCommand.js.map +0 -1
  259. package/dist/es/commands/StartJobRunCommand.js.map +0 -1
  260. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  261. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  262. package/dist/es/endpoints.js.map +0 -1
  263. package/dist/es/index.js.map +0 -1
  264. package/dist/es/models/index.js.map +0 -1
  265. package/dist/es/models/models_0.js.map +0 -1
  266. package/dist/es/package.json +0 -93
  267. package/dist/es/pagination/ListJobRunsPaginator.js.map +0 -1
  268. package/dist/es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  269. package/dist/es/pagination/ListVirtualClustersPaginator.js.map +0 -1
  270. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  271. package/dist/es/runtimeConfig.browser.js.map +0 -1
  272. package/dist/es/runtimeConfig.js.map +0 -1
  273. package/dist/es/runtimeConfig.native.js.map +0 -1
  274. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput } from "../commands/ListManagedEndpointsCommand";
2
3
  import { EMRContainersPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListManagedEndpoints(config: EMRContainersPaginationConfiguration, input: ListManagedEndpointsCommandInput, ...additionalArguments: any): Paginator<ListManagedEndpointsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } from "../commands/ListVirtualClustersCommand";
2
3
  import { EMRContainersPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListVirtualClusters(config: EMRContainersPaginationConfiguration, input: ListVirtualClustersCommandInput, ...additionalArguments: any): Paginator<ListVirtualClustersCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "../commands/CancelJobRunCommand";
2
4
  import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "../commands/CreateManagedEndpointCommand";
3
5
  import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "../commands/CreateVirtualClusterCommand";
@@ -13,8 +15,6 @@ import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } fro
13
15
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
14
16
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
17
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
16
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
17
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
18
18
  export declare const serializeAws_restJson1CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
19
  export declare const serializeAws_restJson1CreateManagedEndpointCommand: (input: CreateManagedEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
20
  export declare const serializeAws_restJson1CreateVirtualClusterCommand: (input: CreateVirtualClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -1,4 +1,4 @@
1
- import { EMRContainersClient } from "./EMRContainersClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
3
3
  import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "./commands/CreateManagedEndpointCommand";
4
4
  import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "./commands/CreateVirtualClusterCommand";
@@ -14,7 +14,7 @@ import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } fro
14
14
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
15
15
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
16
16
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
17
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
17
+ import { EMRContainersClient } from "./EMRContainersClient";
18
18
  /**
19
19
  * <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run
20
20
  * open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With
@@ -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,14 +21,6 @@ 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>> {
@@ -1,7 +1,7 @@
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 { CancelJobRunRequest, CancelJobRunResponse } 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 CancelJobRunCommandInput extends CancelJobRunRequest {
6
6
  }
7
7
  export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { CreateManagedEndpointRequest, CreateManagedEndpointResponse } 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 CreateManagedEndpointCommandInput extends CreateManagedEndpointRequest {
6
6
  }
7
7
  export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { CreateVirtualClusterRequest, CreateVirtualClusterResponse } 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 CreateVirtualClusterCommandInput extends CreateVirtualClusterRequest {
6
6
  }
7
7
  export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } 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 DeleteManagedEndpointCommandInput extends DeleteManagedEndpointRequest {
6
6
  }
7
7
  export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } 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 DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRequest {
6
6
  }
7
7
  export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { DescribeJobRunRequest, DescribeJobRunResponse } 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 DescribeJobRunCommandInput extends DescribeJobRunRequest {
6
6
  }
7
7
  export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } 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 DescribeManagedEndpointCommandInput extends DescribeManagedEndpointRequest {
6
6
  }
7
7
  export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEndpointResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClusterRequest {
6
6
  }
7
7
  export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListJobRunsCommandInput extends ListJobRunsRequest {
6
6
  }
7
7
  export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListManagedEndpointsCommandInput extends ListManagedEndpointsRequest {
6
6
  }
7
7
  export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 {
@@ -1,7 +1,7 @@
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 { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequest {
6
6
  }
7
7
  export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartJobRunCommandInput extends StartJobRunRequest {
6
6
  }
7
7
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { EMRContainers } from "../EMRContainers";
2
3
  import { EMRContainersClient } from "../EMRContainersClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface EMRContainersPaginationConfiguration extends PaginationConfiguration {
5
5
  client: EMRContainers | EMRContainersClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
2
3
  import { EMRContainersPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListJobRuns(config: EMRContainersPaginationConfiguration, input: ListJobRunsCommandInput, ...additionalArguments: any): Paginator<ListJobRunsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput } from "../commands/ListManagedEndpointsCommand";
2
3
  import { EMRContainersPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListManagedEndpoints(config: EMRContainersPaginationConfiguration, input: ListManagedEndpointsCommandInput, ...additionalArguments: any): Paginator<ListManagedEndpointsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } from "../commands/ListVirtualClustersCommand";
2
3
  import { EMRContainersPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListVirtualClusters(config: EMRContainersPaginationConfiguration, input: ListVirtualClustersCommandInput, ...additionalArguments: any): Paginator<ListVirtualClustersCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "../commands/CancelJobRunCommand";
2
4
  import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "../commands/CreateManagedEndpointCommand";
3
5
  import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "../commands/CreateVirtualClusterCommand";
@@ -13,8 +15,6 @@ import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } fro
13
15
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
14
16
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
17
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
16
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
17
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
18
18
  export declare const serializeAws_restJson1CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
19
  export declare const serializeAws_restJson1CreateManagedEndpointCommand: (input: CreateManagedEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
20
  export declare const serializeAws_restJson1CreateVirtualClusterCommand: (input: CreateVirtualClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
3
  "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
4
- "version": "3.34.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -11,55 +11,49 @@
11
11
  "clean": "yarn clean:dist && yarn clean:docs",
12
12
  "clean:dist": "rimraf ./dist",
13
13
  "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "test": "jest --coverage --passWithNoTests"
16
16
  },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
25
- },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.34.0",
31
- "@aws-sdk/config-resolver": "3.34.0",
32
- "@aws-sdk/credential-provider-node": "3.34.0",
33
- "@aws-sdk/fetch-http-handler": "3.34.0",
34
- "@aws-sdk/hash-node": "3.34.0",
35
- "@aws-sdk/invalid-dependency": "3.34.0",
36
- "@aws-sdk/middleware-content-length": "3.34.0",
37
- "@aws-sdk/middleware-host-header": "3.34.0",
38
- "@aws-sdk/middleware-logger": "3.34.0",
39
- "@aws-sdk/middleware-retry": "3.34.0",
40
- "@aws-sdk/middleware-serde": "3.34.0",
41
- "@aws-sdk/middleware-signing": "3.34.0",
42
- "@aws-sdk/middleware-stack": "3.34.0",
43
- "@aws-sdk/middleware-user-agent": "3.34.0",
44
- "@aws-sdk/node-config-provider": "3.34.0",
45
- "@aws-sdk/node-http-handler": "3.34.0",
46
- "@aws-sdk/protocol-http": "3.34.0",
47
- "@aws-sdk/smithy-client": "3.34.0",
48
- "@aws-sdk/types": "3.34.0",
49
- "@aws-sdk/url-parser": "3.34.0",
50
- "@aws-sdk/util-base64-browser": "3.34.0",
51
- "@aws-sdk/util-base64-node": "3.34.0",
52
- "@aws-sdk/util-body-length-browser": "3.34.0",
53
- "@aws-sdk/util-body-length-node": "3.34.0",
54
- "@aws-sdk/util-user-agent-browser": "3.34.0",
55
- "@aws-sdk/util-user-agent-node": "3.34.0",
56
- "@aws-sdk/util-utf8-browser": "3.34.0",
57
- "@aws-sdk/util-utf8-node": "3.34.0",
24
+ "@aws-sdk/client-sts": "3.35.0",
25
+ "@aws-sdk/config-resolver": "3.35.0",
26
+ "@aws-sdk/credential-provider-node": "3.35.0",
27
+ "@aws-sdk/fetch-http-handler": "3.35.0",
28
+ "@aws-sdk/hash-node": "3.35.0",
29
+ "@aws-sdk/invalid-dependency": "3.35.0",
30
+ "@aws-sdk/middleware-content-length": "3.35.0",
31
+ "@aws-sdk/middleware-host-header": "3.35.0",
32
+ "@aws-sdk/middleware-logger": "3.35.0",
33
+ "@aws-sdk/middleware-retry": "3.35.0",
34
+ "@aws-sdk/middleware-serde": "3.35.0",
35
+ "@aws-sdk/middleware-signing": "3.35.0",
36
+ "@aws-sdk/middleware-stack": "3.35.0",
37
+ "@aws-sdk/middleware-user-agent": "3.35.0",
38
+ "@aws-sdk/node-config-provider": "3.35.0",
39
+ "@aws-sdk/node-http-handler": "3.35.0",
40
+ "@aws-sdk/protocol-http": "3.35.0",
41
+ "@aws-sdk/smithy-client": "3.35.0",
42
+ "@aws-sdk/types": "3.35.0",
43
+ "@aws-sdk/url-parser": "3.35.0",
44
+ "@aws-sdk/util-base64-browser": "3.35.0",
45
+ "@aws-sdk/util-base64-node": "3.35.0",
46
+ "@aws-sdk/util-body-length-browser": "3.35.0",
47
+ "@aws-sdk/util-body-length-node": "3.35.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
49
+ "@aws-sdk/util-user-agent-node": "3.35.0",
50
+ "@aws-sdk/util-utf8-browser": "3.35.0",
51
+ "@aws-sdk/util-utf8-node": "3.35.0",
58
52
  "tslib": "^2.3.0",
59
53
  "uuid": "^8.3.2"
60
54
  },
61
55
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.34.0",
56
+ "@aws-sdk/client-documentation-generator": "3.35.0",
63
57
  "@types/node": "^12.7.5",
64
58
  "@types/uuid": "^8.3.0",
65
59
  "downlevel-dts": "0.7.0",
@@ -74,8 +68,8 @@
74
68
  },
75
69
  "typesVersions": {
76
70
  "<4.0": {
77
- "dist/types/*": [
78
- "dist/types/ts3.4/*"
71
+ "dist-types/*": [
72
+ "dist-types/ts3.4/*"
79
73
  ]
80
74
  }
81
75
  },
@@ -84,6 +78,12 @@
84
78
  "url": "https://aws.amazon.com/javascript/"
85
79
  },
86
80
  "license": "Apache-2.0",
81
+ "browser": {
82
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
83
+ },
84
+ "react-native": {
85
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
86
+ },
87
87
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-emr-containers",
88
88
  "repository": {
89
89
  "type": "git",
@@ -1,4 +1,5 @@
1
- import { EMRContainersClient } from "./EMRContainersClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
2
3
  import {
3
4
  CancelJobRunCommand,
4
5
  CancelJobRunCommandInput,
@@ -62,7 +63,7 @@ import {
62
63
  UntagResourceCommandInput,
63
64
  UntagResourceCommandOutput,
64
65
  } from "./commands/UntagResourceCommand";
65
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
66
+ import { EMRContainersClient } from "./EMRContainersClient";
66
67
 
67
68
  /**
68
69
  * <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run