@aws-sdk/client-emr-containers 3.957.0 → 3.958.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.
- package/README.md +1 -28
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +414 -567
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +414 -567
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,10 +32,8 @@ information, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-Deve
|
|
|
32
32
|
</ul>
|
|
33
33
|
|
|
34
34
|
## Installing
|
|
35
|
-
|
|
36
35
|
To install this package, simply type add or install @aws-sdk/client-emr-containers
|
|
37
36
|
using your favorite package manager:
|
|
38
|
-
|
|
39
37
|
- `npm install @aws-sdk/client-emr-containers`
|
|
40
38
|
- `yarn add @aws-sdk/client-emr-containers`
|
|
41
39
|
- `pnpm add @aws-sdk/client-emr-containers`
|
|
@@ -71,9 +69,7 @@ To send a request, you:
|
|
|
71
69
|
// a client can be shared by different commands.
|
|
72
70
|
const client = new EMRContainersClient({ region: "REGION" });
|
|
73
71
|
|
|
74
|
-
const params = {
|
|
75
|
-
/** input parameters */
|
|
76
|
-
};
|
|
72
|
+
const params = { /** input parameters */ };
|
|
77
73
|
const command = new ListJobRunsCommand(params);
|
|
78
74
|
```
|
|
79
75
|
|
|
@@ -232,7 +228,6 @@ CancelJobRun
|
|
|
232
228
|
</summary>
|
|
233
229
|
|
|
234
230
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/CancelJobRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CancelJobRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CancelJobRunCommandOutput/)
|
|
235
|
-
|
|
236
231
|
</details>
|
|
237
232
|
<details>
|
|
238
233
|
<summary>
|
|
@@ -240,7 +235,6 @@ CreateJobTemplate
|
|
|
240
235
|
</summary>
|
|
241
236
|
|
|
242
237
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/CreateJobTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateJobTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateJobTemplateCommandOutput/)
|
|
243
|
-
|
|
244
238
|
</details>
|
|
245
239
|
<details>
|
|
246
240
|
<summary>
|
|
@@ -248,7 +242,6 @@ CreateManagedEndpoint
|
|
|
248
242
|
</summary>
|
|
249
243
|
|
|
250
244
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/CreateManagedEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateManagedEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateManagedEndpointCommandOutput/)
|
|
251
|
-
|
|
252
245
|
</details>
|
|
253
246
|
<details>
|
|
254
247
|
<summary>
|
|
@@ -256,7 +249,6 @@ CreateSecurityConfiguration
|
|
|
256
249
|
</summary>
|
|
257
250
|
|
|
258
251
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/CreateSecurityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateSecurityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateSecurityConfigurationCommandOutput/)
|
|
259
|
-
|
|
260
252
|
</details>
|
|
261
253
|
<details>
|
|
262
254
|
<summary>
|
|
@@ -264,7 +256,6 @@ CreateVirtualCluster
|
|
|
264
256
|
</summary>
|
|
265
257
|
|
|
266
258
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/CreateVirtualClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateVirtualClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/CreateVirtualClusterCommandOutput/)
|
|
267
|
-
|
|
268
259
|
</details>
|
|
269
260
|
<details>
|
|
270
261
|
<summary>
|
|
@@ -272,7 +263,6 @@ DeleteJobTemplate
|
|
|
272
263
|
</summary>
|
|
273
264
|
|
|
274
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DeleteJobTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteJobTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteJobTemplateCommandOutput/)
|
|
275
|
-
|
|
276
266
|
</details>
|
|
277
267
|
<details>
|
|
278
268
|
<summary>
|
|
@@ -280,7 +270,6 @@ DeleteManagedEndpoint
|
|
|
280
270
|
</summary>
|
|
281
271
|
|
|
282
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DeleteManagedEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteManagedEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteManagedEndpointCommandOutput/)
|
|
283
|
-
|
|
284
273
|
</details>
|
|
285
274
|
<details>
|
|
286
275
|
<summary>
|
|
@@ -288,7 +277,6 @@ DeleteVirtualCluster
|
|
|
288
277
|
</summary>
|
|
289
278
|
|
|
290
279
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DeleteVirtualClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteVirtualClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteVirtualClusterCommandOutput/)
|
|
291
|
-
|
|
292
280
|
</details>
|
|
293
281
|
<details>
|
|
294
282
|
<summary>
|
|
@@ -296,7 +284,6 @@ DescribeJobRun
|
|
|
296
284
|
</summary>
|
|
297
285
|
|
|
298
286
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DescribeJobRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeJobRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeJobRunCommandOutput/)
|
|
299
|
-
|
|
300
287
|
</details>
|
|
301
288
|
<details>
|
|
302
289
|
<summary>
|
|
@@ -304,7 +291,6 @@ DescribeJobTemplate
|
|
|
304
291
|
</summary>
|
|
305
292
|
|
|
306
293
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DescribeJobTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeJobTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeJobTemplateCommandOutput/)
|
|
307
|
-
|
|
308
294
|
</details>
|
|
309
295
|
<details>
|
|
310
296
|
<summary>
|
|
@@ -312,7 +298,6 @@ DescribeManagedEndpoint
|
|
|
312
298
|
</summary>
|
|
313
299
|
|
|
314
300
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DescribeManagedEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeManagedEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeManagedEndpointCommandOutput/)
|
|
315
|
-
|
|
316
301
|
</details>
|
|
317
302
|
<details>
|
|
318
303
|
<summary>
|
|
@@ -320,7 +305,6 @@ DescribeSecurityConfiguration
|
|
|
320
305
|
</summary>
|
|
321
306
|
|
|
322
307
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DescribeSecurityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeSecurityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeSecurityConfigurationCommandOutput/)
|
|
323
|
-
|
|
324
308
|
</details>
|
|
325
309
|
<details>
|
|
326
310
|
<summary>
|
|
@@ -328,7 +312,6 @@ DescribeVirtualCluster
|
|
|
328
312
|
</summary>
|
|
329
313
|
|
|
330
314
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DescribeVirtualClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeVirtualClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DescribeVirtualClusterCommandOutput/)
|
|
331
|
-
|
|
332
315
|
</details>
|
|
333
316
|
<details>
|
|
334
317
|
<summary>
|
|
@@ -336,7 +319,6 @@ GetManagedEndpointSessionCredentials
|
|
|
336
319
|
</summary>
|
|
337
320
|
|
|
338
321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/GetManagedEndpointSessionCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/GetManagedEndpointSessionCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/GetManagedEndpointSessionCredentialsCommandOutput/)
|
|
339
|
-
|
|
340
322
|
</details>
|
|
341
323
|
<details>
|
|
342
324
|
<summary>
|
|
@@ -344,7 +326,6 @@ ListJobRuns
|
|
|
344
326
|
</summary>
|
|
345
327
|
|
|
346
328
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListJobRunsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListJobRunsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListJobRunsCommandOutput/)
|
|
347
|
-
|
|
348
329
|
</details>
|
|
349
330
|
<details>
|
|
350
331
|
<summary>
|
|
@@ -352,7 +333,6 @@ ListJobTemplates
|
|
|
352
333
|
</summary>
|
|
353
334
|
|
|
354
335
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListJobTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListJobTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListJobTemplatesCommandOutput/)
|
|
355
|
-
|
|
356
336
|
</details>
|
|
357
337
|
<details>
|
|
358
338
|
<summary>
|
|
@@ -360,7 +340,6 @@ ListManagedEndpoints
|
|
|
360
340
|
</summary>
|
|
361
341
|
|
|
362
342
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListManagedEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListManagedEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListManagedEndpointsCommandOutput/)
|
|
363
|
-
|
|
364
343
|
</details>
|
|
365
344
|
<details>
|
|
366
345
|
<summary>
|
|
@@ -368,7 +347,6 @@ ListSecurityConfigurations
|
|
|
368
347
|
</summary>
|
|
369
348
|
|
|
370
349
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListSecurityConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListSecurityConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListSecurityConfigurationsCommandOutput/)
|
|
371
|
-
|
|
372
350
|
</details>
|
|
373
351
|
<details>
|
|
374
352
|
<summary>
|
|
@@ -376,7 +354,6 @@ ListTagsForResource
|
|
|
376
354
|
</summary>
|
|
377
355
|
|
|
378
356
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListTagsForResourceCommandOutput/)
|
|
379
|
-
|
|
380
357
|
</details>
|
|
381
358
|
<details>
|
|
382
359
|
<summary>
|
|
@@ -384,7 +361,6 @@ ListVirtualClusters
|
|
|
384
361
|
</summary>
|
|
385
362
|
|
|
386
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/ListVirtualClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListVirtualClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/ListVirtualClustersCommandOutput/)
|
|
387
|
-
|
|
388
364
|
</details>
|
|
389
365
|
<details>
|
|
390
366
|
<summary>
|
|
@@ -392,7 +368,6 @@ StartJobRun
|
|
|
392
368
|
</summary>
|
|
393
369
|
|
|
394
370
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/StartJobRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/StartJobRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/StartJobRunCommandOutput/)
|
|
395
|
-
|
|
396
371
|
</details>
|
|
397
372
|
<details>
|
|
398
373
|
<summary>
|
|
@@ -400,7 +375,6 @@ TagResource
|
|
|
400
375
|
</summary>
|
|
401
376
|
|
|
402
377
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/TagResourceCommandOutput/)
|
|
403
|
-
|
|
404
378
|
</details>
|
|
405
379
|
<details>
|
|
406
380
|
<summary>
|
|
@@ -408,5 +382,4 @@ UntagResource
|
|
|
408
382
|
</summary>
|
|
409
383
|
|
|
410
384
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/UntagResourceCommandOutput/)
|
|
411
|
-
|
|
412
385
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultEMRContainersHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultEMRContainersHttpAuthSchemeParametersProvider = defaultEMRContainersHttpAuthSchemeParametersProvider;
|