@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,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListJobRuns = void 0;
4
+ const ListJobRunsCommand_1 = require("../commands/ListJobRunsCommand");
4
5
  const EMRContainers_1 = require("../EMRContainers");
5
6
  const EMRContainersClient_1 = require("../EMRContainersClient");
6
- const ListJobRunsCommand_1 = require("../commands/ListJobRunsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListJobRunsCommand_1.ListJobRunsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listJobRuns(input, ...args);
20
12
  };
21
13
  async function* paginateListJobRuns(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListJobRuns(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListJobRuns = paginateListJobRuns;
46
- //# sourceMappingURL=ListJobRunsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListManagedEndpoints = void 0;
4
+ const ListManagedEndpointsCommand_1 = require("../commands/ListManagedEndpointsCommand");
4
5
  const EMRContainers_1 = require("../EMRContainers");
5
6
  const EMRContainersClient_1 = require("../EMRContainersClient");
6
- const ListManagedEndpointsCommand_1 = require("../commands/ListManagedEndpointsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListManagedEndpointsCommand_1.ListManagedEndpointsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listManagedEndpoints(input, ...args);
20
12
  };
21
13
  async function* paginateListManagedEndpoints(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListManagedEndpoints(config, input, ...additionalArgumen
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListManagedEndpoints = paginateListManagedEndpoints;
46
- //# sourceMappingURL=ListManagedEndpointsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListVirtualClusters = void 0;
4
+ const ListVirtualClustersCommand_1 = require("../commands/ListVirtualClustersCommand");
4
5
  const EMRContainers_1 = require("../EMRContainers");
5
6
  const EMRContainersClient_1 = require("../EMRContainersClient");
6
- const ListVirtualClustersCommand_1 = require("../commands/ListVirtualClustersCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListVirtualClustersCommand_1.ListVirtualClustersCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listVirtualClusters(input, ...args);
20
12
  };
21
13
  async function* paginateListVirtualClusters(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListVirtualClusters(config, input, ...additionalArgument
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListVirtualClusters = paginateListVirtualClusters;
46
- //# sourceMappingURL=ListVirtualClustersPaginator.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.deserializeAws_restJson1UntagResourceCommand = exports.deserializeAws_restJson1TagResourceCommand = exports.deserializeAws_restJson1StartJobRunCommand = exports.deserializeAws_restJson1ListVirtualClustersCommand = exports.deserializeAws_restJson1ListTagsForResourceCommand = exports.deserializeAws_restJson1ListManagedEndpointsCommand = exports.deserializeAws_restJson1ListJobRunsCommand = exports.deserializeAws_restJson1DescribeVirtualClusterCommand = exports.deserializeAws_restJson1DescribeManagedEndpointCommand = exports.deserializeAws_restJson1DescribeJobRunCommand = exports.deserializeAws_restJson1DeleteVirtualClusterCommand = exports.deserializeAws_restJson1DeleteManagedEndpointCommand = exports.deserializeAws_restJson1CreateVirtualClusterCommand = exports.deserializeAws_restJson1CreateManagedEndpointCommand = exports.deserializeAws_restJson1CancelJobRunCommand = exports.serializeAws_restJson1UntagResourceCommand = exports.serializeAws_restJson1TagResourceCommand = exports.serializeAws_restJson1StartJobRunCommand = exports.serializeAws_restJson1ListVirtualClustersCommand = exports.serializeAws_restJson1ListTagsForResourceCommand = exports.serializeAws_restJson1ListManagedEndpointsCommand = exports.serializeAws_restJson1ListJobRunsCommand = exports.serializeAws_restJson1DescribeVirtualClusterCommand = exports.serializeAws_restJson1DescribeManagedEndpointCommand = exports.serializeAws_restJson1DescribeJobRunCommand = exports.serializeAws_restJson1DeleteVirtualClusterCommand = exports.serializeAws_restJson1DeleteManagedEndpointCommand = exports.serializeAws_restJson1CreateVirtualClusterCommand = exports.serializeAws_restJson1CreateManagedEndpointCommand = exports.serializeAws_restJson1CancelJobRunCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
4
  const protocol_http_1 = require("@aws-sdk/protocol-http");
6
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
6
  const uuid_1 = require("uuid");
7
+ const models_0_1 = require("../models/models_0");
8
8
  const serializeAws_restJson1CancelJobRunCommand = async (input, context) => {
9
9
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
10
10
  const headers = {};
@@ -93,7 +93,7 @@ const serializeAws_restJson1CreateVirtualClusterCommand = async (input, context)
93
93
  const headers = {
94
94
  "content-type": "application/json",
95
95
  };
96
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/virtualclusters";
96
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/virtualclusters";
97
97
  let body;
98
98
  body = JSON.stringify({
99
99
  clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
@@ -387,7 +387,7 @@ exports.serializeAws_restJson1ListTagsForResourceCommand = serializeAws_restJson
387
387
  const serializeAws_restJson1ListVirtualClustersCommand = async (input, context) => {
388
388
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
389
389
  const headers = {};
390
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/virtualclusters";
390
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/virtualclusters";
391
391
  const query = {
392
392
  ...(input.containerProviderId !== undefined && { containerProviderId: input.containerProviderId }),
393
393
  ...(input.containerProviderType !== undefined && { containerProviderType: input.containerProviderType }),
@@ -1894,14 +1894,12 @@ const deserializeMetadata = (output) => {
1894
1894
  cfId: output.headers["x-amz-cf-id"],
1895
1895
  });
1896
1896
  };
1897
- // Collect low-level response body stream to Uint8Array.
1898
1897
  const collectBody = (streamBody = new Uint8Array(), context) => {
1899
1898
  if (streamBody instanceof Uint8Array) {
1900
1899
  return Promise.resolve(streamBody);
1901
1900
  }
1902
1901
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
1903
1902
  };
1904
- // Encode Uint8Array data into string with utf-8.
1905
1903
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
1906
1904
  const isSerializableHeaderValue = (value) => value !== undefined &&
1907
1905
  value !== null &&
@@ -1914,9 +1912,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
1914
1912
  }
1915
1913
  return {};
1916
1914
  });
1917
- /**
1918
- * Load an error code for the aws.rest-json-1.1 protocol.
1919
- */
1920
1915
  const loadRestJsonErrorCode = (output, data) => {
1921
1916
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
1922
1917
  const sanitizeErrorCode = (rawValue) => {
@@ -1941,4 +1936,3 @@ const loadRestJsonErrorCode = (output, data) => {
1941
1936
  }
1942
1937
  return "";
1943
1938
  };
1944
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
- /**
20
- * @internal
21
- */
22
19
  const getRuntimeConfig = (config) => {
23
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
24
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
43
40
  };
44
41
  };
45
42
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
6
- /**
7
- * @internal
8
- */
5
+ const endpoints_1 = require("./endpoints");
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { EMRContainersClient } from "./EMRContainersClient";
3
2
  import { CancelJobRunCommand, } from "./commands/CancelJobRunCommand";
4
3
  import { CreateManagedEndpointCommand, } from "./commands/CreateManagedEndpointCommand";
5
4
  import { CreateVirtualClusterCommand, } from "./commands/CreateVirtualClusterCommand";
@@ -15,6 +14,7 @@ import { ListVirtualClustersCommand, } from "./commands/ListVirtualClustersComma
15
14
  import { StartJobRunCommand } from "./commands/StartJobRunCommand";
16
15
  import { TagResourceCommand } from "./commands/TagResourceCommand";
17
16
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
17
+ import { EMRContainersClient } from "./EMRContainersClient";
18
18
  var EMRContainers = (function (_super) {
19
19
  __extends(EMRContainers, _super);
20
20
  function EMRContainers() {
@@ -233,4 +233,3 @@ var EMRContainers = (function (_super) {
233
233
  return EMRContainers;
234
234
  }(EMRContainersClient));
235
235
  export { EMRContainers };
236
- //# sourceMappingURL=EMRContainers.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
11
  var EMRContainersClient = (function (_super) {
12
12
  __extends(EMRContainersClient, _super);
13
13
  function EMRContainersClient(configuration) {
@@ -35,4 +35,3 @@ var EMRContainersClient = (function (_super) {
35
35
  return EMRContainersClient;
36
36
  }(__Client));
37
37
  export { EMRContainersClient };
38
- //# sourceMappingURL=EMRContainersClient.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CancelJobRunCommand, serializeAws_restJson1CancelJobRunCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CancelJobRunCommand, serializeAws_restJson1CancelJobRunCommand, } from "../protocols/Aws_restJson1";
6
6
  var CancelJobRunCommand = (function (_super) {
7
7
  __extends(CancelJobRunCommand, _super);
8
8
  function CancelJobRunCommand(input) {
@@ -37,4 +37,3 @@ var CancelJobRunCommand = (function (_super) {
37
37
  return CancelJobRunCommand;
38
38
  }($Command));
39
39
  export { CancelJobRunCommand };
40
- //# sourceMappingURL=CancelJobRunCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateManagedEndpointCommand, serializeAws_restJson1CreateManagedEndpointCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateManagedEndpointCommand, serializeAws_restJson1CreateManagedEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateManagedEndpointCommand = (function (_super) {
7
7
  __extends(CreateManagedEndpointCommand, _super);
8
8
  function CreateManagedEndpointCommand(input) {
@@ -37,4 +37,3 @@ var CreateManagedEndpointCommand = (function (_super) {
37
37
  return CreateManagedEndpointCommand;
38
38
  }($Command));
39
39
  export { CreateManagedEndpointCommand };
40
- //# sourceMappingURL=CreateManagedEndpointCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateVirtualClusterCommand, serializeAws_restJson1CreateVirtualClusterCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateVirtualClusterCommand, serializeAws_restJson1CreateVirtualClusterCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateVirtualClusterCommand = (function (_super) {
7
7
  __extends(CreateVirtualClusterCommand, _super);
8
8
  function CreateVirtualClusterCommand(input) {
@@ -37,4 +37,3 @@ var CreateVirtualClusterCommand = (function (_super) {
37
37
  return CreateVirtualClusterCommand;
38
38
  }($Command));
39
39
  export { CreateVirtualClusterCommand };
40
- //# sourceMappingURL=CreateVirtualClusterCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteManagedEndpointCommand, serializeAws_restJson1DeleteManagedEndpointCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteManagedEndpointCommand, serializeAws_restJson1DeleteManagedEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteManagedEndpointCommand = (function (_super) {
7
7
  __extends(DeleteManagedEndpointCommand, _super);
8
8
  function DeleteManagedEndpointCommand(input) {
@@ -37,4 +37,3 @@ var DeleteManagedEndpointCommand = (function (_super) {
37
37
  return DeleteManagedEndpointCommand;
38
38
  }($Command));
39
39
  export { DeleteManagedEndpointCommand };
40
- //# sourceMappingURL=DeleteManagedEndpointCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteVirtualClusterCommand, serializeAws_restJson1DeleteVirtualClusterCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteVirtualClusterCommand, serializeAws_restJson1DeleteVirtualClusterCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteVirtualClusterCommand = (function (_super) {
7
7
  __extends(DeleteVirtualClusterCommand, _super);
8
8
  function DeleteVirtualClusterCommand(input) {
@@ -37,4 +37,3 @@ var DeleteVirtualClusterCommand = (function (_super) {
37
37
  return DeleteVirtualClusterCommand;
38
38
  }($Command));
39
39
  export { DeleteVirtualClusterCommand };
40
- //# sourceMappingURL=DeleteVirtualClusterCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeJobRunCommand, serializeAws_restJson1DescribeJobRunCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeJobRunCommand, serializeAws_restJson1DescribeJobRunCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeJobRunCommand = (function (_super) {
7
7
  __extends(DescribeJobRunCommand, _super);
8
8
  function DescribeJobRunCommand(input) {
@@ -37,4 +37,3 @@ var DescribeJobRunCommand = (function (_super) {
37
37
  return DescribeJobRunCommand;
38
38
  }($Command));
39
39
  export { DescribeJobRunCommand };
40
- //# sourceMappingURL=DescribeJobRunCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeManagedEndpointCommand, serializeAws_restJson1DescribeManagedEndpointCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeManagedEndpointCommand, serializeAws_restJson1DescribeManagedEndpointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeManagedEndpointCommand = (function (_super) {
7
7
  __extends(DescribeManagedEndpointCommand, _super);
8
8
  function DescribeManagedEndpointCommand(input) {
@@ -37,4 +37,3 @@ var DescribeManagedEndpointCommand = (function (_super) {
37
37
  return DescribeManagedEndpointCommand;
38
38
  }($Command));
39
39
  export { DescribeManagedEndpointCommand };
40
- //# sourceMappingURL=DescribeManagedEndpointCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeVirtualClusterCommand, serializeAws_restJson1DescribeVirtualClusterCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeVirtualClusterCommand, serializeAws_restJson1DescribeVirtualClusterCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeVirtualClusterCommand = (function (_super) {
7
7
  __extends(DescribeVirtualClusterCommand, _super);
8
8
  function DescribeVirtualClusterCommand(input) {
@@ -37,4 +37,3 @@ var DescribeVirtualClusterCommand = (function (_super) {
37
37
  return DescribeVirtualClusterCommand;
38
38
  }($Command));
39
39
  export { DescribeVirtualClusterCommand };
40
- //# sourceMappingURL=DescribeVirtualClusterCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListJobRunsCommand, serializeAws_restJson1ListJobRunsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListJobRunsCommand, serializeAws_restJson1ListJobRunsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListJobRunsCommand = (function (_super) {
7
7
  __extends(ListJobRunsCommand, _super);
8
8
  function ListJobRunsCommand(input) {
@@ -37,4 +37,3 @@ var ListJobRunsCommand = (function (_super) {
37
37
  return ListJobRunsCommand;
38
38
  }($Command));
39
39
  export { ListJobRunsCommand };
40
- //# sourceMappingURL=ListJobRunsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListManagedEndpointsCommand, serializeAws_restJson1ListManagedEndpointsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListManagedEndpointsCommand, serializeAws_restJson1ListManagedEndpointsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListManagedEndpointsCommand = (function (_super) {
7
7
  __extends(ListManagedEndpointsCommand, _super);
8
8
  function ListManagedEndpointsCommand(input) {
@@ -37,4 +37,3 @@ var ListManagedEndpointsCommand = (function (_super) {
37
37
  return ListManagedEndpointsCommand;
38
38
  }($Command));
39
39
  export { ListManagedEndpointsCommand };
40
- //# sourceMappingURL=ListManagedEndpointsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
8
8
  function ListTagsForResourceCommand(input) {
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListVirtualClustersCommand, serializeAws_restJson1ListVirtualClustersCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListVirtualClustersCommand, serializeAws_restJson1ListVirtualClustersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListVirtualClustersCommand = (function (_super) {
7
7
  __extends(ListVirtualClustersCommand, _super);
8
8
  function ListVirtualClustersCommand(input) {
@@ -37,4 +37,3 @@ var ListVirtualClustersCommand = (function (_super) {
37
37
  return ListVirtualClustersCommand;
38
38
  }($Command));
39
39
  export { ListVirtualClustersCommand };
40
- //# sourceMappingURL=ListVirtualClustersCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StartJobRunCommand, serializeAws_restJson1StartJobRunCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartJobRunCommand, serializeAws_restJson1StartJobRunCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartJobRunCommand = (function (_super) {
7
7
  __extends(StartJobRunCommand, _super);
8
8
  function StartJobRunCommand(input) {
@@ -37,4 +37,3 @@ var StartJobRunCommand = (function (_super) {
37
37
  return StartJobRunCommand;
38
38
  }($Command));
39
39
  export { StartJobRunCommand };
40
- //# sourceMappingURL=StartJobRunCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
8
8
  function TagResourceCommand(input) {
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
8
8
  function UntagResourceCommand(input) {
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -59,7 +59,7 @@ var partitionHash = {
59
59
  hostname: "emr-containers.{region}.amazonaws.com.cn",
60
60
  },
61
61
  "aws-iso": {
62
- regions: ["us-iso-east-1"],
62
+ regions: ["us-iso-east-1", "us-iso-west-1"],
63
63
  hostname: "emr-containers.{region}.c2s.ic.gov",
64
64
  },
65
65
  "aws-iso-b": {
@@ -76,4 +76,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
76
76
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "emr-containers", regionHash: regionHash, partitionHash: partitionHash }))];
77
77
  });
78
78
  }); };
79
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -252,4 +252,3 @@ export var ListManagedEndpointsResponse;
252
252
  (function (ListManagedEndpointsResponse) {
253
253
  ListManagedEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
254
  })(ListManagedEndpointsResponse || (ListManagedEndpointsResponse = {}));
255
- //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ export {};
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListJobRunsCommand } from "../commands/ListJobRunsCommand";
2
3
  import { EMRContainers } from "../EMRContainers";
3
4
  import { EMRContainersClient } from "../EMRContainersClient";
4
- import { ListJobRunsCommand } from "../commands/ListJobRunsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListJobRuns(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListJobRunsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListManagedEndpointsCommand, } from "../commands/ListManagedEndpointsCommand";
2
3
  import { EMRContainers } from "../EMRContainers";
3
4
  import { EMRContainersClient } from "../EMRContainersClient";
4
- import { ListManagedEndpointsCommand, } from "../commands/ListManagedEndpointsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListManagedEndpoints(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListManagedEndpointsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListVirtualClustersCommand, } from "../commands/ListVirtualClustersCommand";
2
3
  import { EMRContainers } from "../EMRContainers";
3
4
  import { EMRContainersClient } from "../EMRContainersClient";
4
- import { ListVirtualClustersCommand, } from "../commands/ListVirtualClustersCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListVirtualClusters(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListVirtualClustersPaginator.js.map