@aws-sdk/client-emr-containers 3.297.0 → 3.299.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/dist-cjs/commands/CancelJobRunCommand.js +2 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +1 -1
- package/dist-cjs/commands/CreateManagedEndpointCommand.js +1 -1
- package/dist-cjs/commands/CreateVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobRunCommand.js +1 -1
- package/dist-cjs/commands/DescribeJobTemplateCommand.js +1 -1
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/ListJobRunsCommand.js +1 -1
- package/dist-cjs/commands/ListJobTemplatesCommand.js +1 -1
- package/dist-cjs/commands/ListManagedEndpointsCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualClustersCommand.js +2 -3
- package/dist-cjs/commands/StartJobRunCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -184
- package/dist-es/commands/CancelJobRunCommand.js +2 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-es/commands/CreateManagedEndpointCommand.js +2 -2
- package/dist-es/commands/CreateVirtualClusterCommand.js +2 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteManagedEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualClusterCommand.js +2 -3
- package/dist-es/commands/DescribeJobRunCommand.js +2 -2
- package/dist-es/commands/DescribeJobTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeManagedEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualClusterCommand.js +2 -3
- package/dist-es/commands/ListJobRunsCommand.js +2 -2
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-es/commands/ListManagedEndpointsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVirtualClustersCommand.js +2 -3
- package/dist-es/commands/StartJobRunCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -139
- package/dist-types/models/models_0.d.ts +0 -172
- package/dist-types/ts3.4/models/models_0.d.ts +0 -125
- package/package.json +11 -10
|
@@ -397,21 +397,6 @@ export interface ListJobTemplatesResponse {
|
|
|
397
397
|
templates?: JobTemplate[];
|
|
398
398
|
nextToken?: string;
|
|
399
399
|
}
|
|
400
|
-
export declare const CancelJobRunRequestFilterSensitiveLog: (
|
|
401
|
-
obj: CancelJobRunRequest
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const CancelJobRunResponseFilterSensitiveLog: (
|
|
404
|
-
obj: CancelJobRunResponse
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const ParametricCloudWatchMonitoringConfigurationFilterSensitiveLog: (
|
|
407
|
-
obj: ParametricCloudWatchMonitoringConfiguration
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const ParametricS3MonitoringConfigurationFilterSensitiveLog: (
|
|
410
|
-
obj: ParametricS3MonitoringConfiguration
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const ParametricMonitoringConfigurationFilterSensitiveLog: (
|
|
413
|
-
obj: ParametricMonitoringConfiguration
|
|
414
|
-
) => any;
|
|
415
400
|
export declare const SparkSqlJobDriverFilterSensitiveLog: (
|
|
416
401
|
obj: SparkSqlJobDriver
|
|
417
402
|
) => any;
|
|
@@ -419,116 +404,6 @@ export declare const SparkSubmitJobDriverFilterSensitiveLog: (
|
|
|
419
404
|
obj: SparkSubmitJobDriver
|
|
420
405
|
) => any;
|
|
421
406
|
export declare const JobDriverFilterSensitiveLog: (obj: JobDriver) => any;
|
|
422
|
-
export declare const TemplateParameterConfigurationFilterSensitiveLog: (
|
|
423
|
-
obj: TemplateParameterConfiguration
|
|
424
|
-
) => any;
|
|
425
|
-
export declare const CreateJobTemplateResponseFilterSensitiveLog: (
|
|
426
|
-
obj: CreateJobTemplateResponse
|
|
427
|
-
) => any;
|
|
428
|
-
export declare const CloudWatchMonitoringConfigurationFilterSensitiveLog: (
|
|
429
|
-
obj: CloudWatchMonitoringConfiguration
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const S3MonitoringConfigurationFilterSensitiveLog: (
|
|
432
|
-
obj: S3MonitoringConfiguration
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const MonitoringConfigurationFilterSensitiveLog: (
|
|
435
|
-
obj: MonitoringConfiguration
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const CreateManagedEndpointResponseFilterSensitiveLog: (
|
|
438
|
-
obj: CreateManagedEndpointResponse
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const EksInfoFilterSensitiveLog: (obj: EksInfo) => any;
|
|
441
|
-
export declare const ContainerInfoFilterSensitiveLog: (
|
|
442
|
-
obj: ContainerInfo
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const ContainerProviderFilterSensitiveLog: (
|
|
445
|
-
obj: ContainerProvider
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const CreateVirtualClusterRequestFilterSensitiveLog: (
|
|
448
|
-
obj: CreateVirtualClusterRequest
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const CreateVirtualClusterResponseFilterSensitiveLog: (
|
|
451
|
-
obj: CreateVirtualClusterResponse
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const DeleteJobTemplateRequestFilterSensitiveLog: (
|
|
454
|
-
obj: DeleteJobTemplateRequest
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const DeleteJobTemplateResponseFilterSensitiveLog: (
|
|
457
|
-
obj: DeleteJobTemplateResponse
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const DeleteManagedEndpointRequestFilterSensitiveLog: (
|
|
460
|
-
obj: DeleteManagedEndpointRequest
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const DeleteManagedEndpointResponseFilterSensitiveLog: (
|
|
463
|
-
obj: DeleteManagedEndpointResponse
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const DeleteVirtualClusterRequestFilterSensitiveLog: (
|
|
466
|
-
obj: DeleteVirtualClusterRequest
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const DeleteVirtualClusterResponseFilterSensitiveLog: (
|
|
469
|
-
obj: DeleteVirtualClusterResponse
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const DescribeJobRunRequestFilterSensitiveLog: (
|
|
472
|
-
obj: DescribeJobRunRequest
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const RetryPolicyConfigurationFilterSensitiveLog: (
|
|
475
|
-
obj: RetryPolicyConfiguration
|
|
476
|
-
) => any;
|
|
477
|
-
export declare const RetryPolicyExecutionFilterSensitiveLog: (
|
|
478
|
-
obj: RetryPolicyExecution
|
|
479
|
-
) => any;
|
|
480
|
-
export declare const DescribeJobTemplateRequestFilterSensitiveLog: (
|
|
481
|
-
obj: DescribeJobTemplateRequest
|
|
482
|
-
) => any;
|
|
483
|
-
export declare const DescribeManagedEndpointRequestFilterSensitiveLog: (
|
|
484
|
-
obj: DescribeManagedEndpointRequest
|
|
485
|
-
) => any;
|
|
486
|
-
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
487
|
-
export declare const DescribeVirtualClusterRequestFilterSensitiveLog: (
|
|
488
|
-
obj: DescribeVirtualClusterRequest
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const VirtualClusterFilterSensitiveLog: (
|
|
491
|
-
obj: VirtualCluster
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const DescribeVirtualClusterResponseFilterSensitiveLog: (
|
|
494
|
-
obj: DescribeVirtualClusterResponse
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const ListJobRunsRequestFilterSensitiveLog: (
|
|
497
|
-
obj: ListJobRunsRequest
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const ListJobTemplatesRequestFilterSensitiveLog: (
|
|
500
|
-
obj: ListJobTemplatesRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const ListManagedEndpointsRequestFilterSensitiveLog: (
|
|
503
|
-
obj: ListManagedEndpointsRequest
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
506
|
-
obj: ListTagsForResourceRequest
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
509
|
-
obj: ListTagsForResourceResponse
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const ListVirtualClustersRequestFilterSensitiveLog: (
|
|
512
|
-
obj: ListVirtualClustersRequest
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const ListVirtualClustersResponseFilterSensitiveLog: (
|
|
515
|
-
obj: ListVirtualClustersResponse
|
|
516
|
-
) => any;
|
|
517
|
-
export declare const StartJobRunResponseFilterSensitiveLog: (
|
|
518
|
-
obj: StartJobRunResponse
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
521
|
-
obj: TagResourceRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
524
|
-
obj: TagResourceResponse
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
527
|
-
obj: UntagResourceRequest
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
530
|
-
obj: UntagResourceResponse
|
|
531
|
-
) => any;
|
|
532
407
|
export declare const ConfigurationFilterSensitiveLog: (
|
|
533
408
|
obj: Configuration
|
|
534
409
|
) => any;
|
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.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo emr-containers"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|