@aws-sdk/client-emr-containers 3.943.0 → 3.947.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/index.js +57 -298
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/EMRContainersClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +57 -299
- package/dist-types/EMRContainers.d.ts +1 -1
- package/dist-types/EMRContainersClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CancelJobRunCommand.d.ts +3 -3
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/ListJobRunsCommand.d.ts +3 -3
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +3 -3
- package/dist-types/commands/StartJobRunCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/EMRContainersServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/EMRContainersClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -374,17 +374,7 @@ export var DescribeSecurityConfigurationResponse = [
|
|
|
374
374
|
export var DescribeVirtualClusterRequest = [3, n0, _DVCRes, 0, [_i], [[0, 1]]];
|
|
375
375
|
export var DescribeVirtualClusterResponse = [3, n0, _DVCResc, 0, [_vC], [() => VirtualCluster]];
|
|
376
376
|
export var EksInfo = [3, n0, _EI, 0, [_na, _nL], [0, 0]];
|
|
377
|
-
export var EKSRequestThrottledException = [
|
|
378
|
-
-3,
|
|
379
|
-
n0,
|
|
380
|
-
_EKSRTE,
|
|
381
|
-
{
|
|
382
|
-
[_er]: _cl,
|
|
383
|
-
[_hE]: 429,
|
|
384
|
-
},
|
|
385
|
-
[_m],
|
|
386
|
-
[0],
|
|
387
|
-
];
|
|
377
|
+
export var EKSRequestThrottledException = [-3, n0, _EKSRTE, { [_er]: _cl, [_hE]: 429 }, [_m], [0]];
|
|
388
378
|
TypeRegistry.for(n0).registerError(EKSRequestThrottledException, __EKSRequestThrottledException);
|
|
389
379
|
export var EncryptionConfiguration = [
|
|
390
380
|
3,
|
|
@@ -418,17 +408,7 @@ export var GetManagedEndpointSessionCredentialsResponse = [
|
|
|
418
408
|
[_i, _cr, _eA],
|
|
419
409
|
[0, [() => Credentials, 0], 5],
|
|
420
410
|
];
|
|
421
|
-
export var InternalServerException = [
|
|
422
|
-
-3,
|
|
423
|
-
n0,
|
|
424
|
-
_ISE,
|
|
425
|
-
{
|
|
426
|
-
[_er]: _se,
|
|
427
|
-
[_hE]: 500,
|
|
428
|
-
},
|
|
429
|
-
[_m],
|
|
430
|
-
[0],
|
|
431
|
-
];
|
|
411
|
+
export var InternalServerException = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
432
412
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
433
413
|
export var InTransitEncryptionConfiguration = [
|
|
434
414
|
3,
|
|
@@ -515,42 +495,12 @@ export var ListJobRunsRequest = [
|
|
|
515
495
|
[_vCI, _cBr, _cAre, _n, _st, _mR, _nT],
|
|
516
496
|
[
|
|
517
497
|
[0, 1],
|
|
518
|
-
[
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
],
|
|
524
|
-
[
|
|
525
|
-
5,
|
|
526
|
-
{
|
|
527
|
-
[_hQ]: _cAre,
|
|
528
|
-
},
|
|
529
|
-
],
|
|
530
|
-
[
|
|
531
|
-
0,
|
|
532
|
-
{
|
|
533
|
-
[_hQ]: _n,
|
|
534
|
-
},
|
|
535
|
-
],
|
|
536
|
-
[
|
|
537
|
-
64 | 0,
|
|
538
|
-
{
|
|
539
|
-
[_hQ]: _st,
|
|
540
|
-
},
|
|
541
|
-
],
|
|
542
|
-
[
|
|
543
|
-
1,
|
|
544
|
-
{
|
|
545
|
-
[_hQ]: _mR,
|
|
546
|
-
},
|
|
547
|
-
],
|
|
548
|
-
[
|
|
549
|
-
0,
|
|
550
|
-
{
|
|
551
|
-
[_hQ]: _nT,
|
|
552
|
-
},
|
|
553
|
-
],
|
|
498
|
+
[5, { [_hQ]: _cBr }],
|
|
499
|
+
[5, { [_hQ]: _cAre }],
|
|
500
|
+
[0, { [_hQ]: _n }],
|
|
501
|
+
[64 | 0, { [_hQ]: _st }],
|
|
502
|
+
[1, { [_hQ]: _mR }],
|
|
503
|
+
[0, { [_hQ]: _nT }],
|
|
554
504
|
],
|
|
555
505
|
];
|
|
556
506
|
export var ListJobRunsResponse = [3, n0, _LJRRi, 0, [_jRo, _nT], [[() => JobRuns, 0], 0]];
|
|
@@ -561,30 +511,10 @@ export var ListJobTemplatesRequest = [
|
|
|
561
511
|
0,
|
|
562
512
|
[_cAre, _cBr, _mR, _nT],
|
|
563
513
|
[
|
|
564
|
-
[
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
},
|
|
569
|
-
],
|
|
570
|
-
[
|
|
571
|
-
5,
|
|
572
|
-
{
|
|
573
|
-
[_hQ]: _cBr,
|
|
574
|
-
},
|
|
575
|
-
],
|
|
576
|
-
[
|
|
577
|
-
1,
|
|
578
|
-
{
|
|
579
|
-
[_hQ]: _mR,
|
|
580
|
-
},
|
|
581
|
-
],
|
|
582
|
-
[
|
|
583
|
-
0,
|
|
584
|
-
{
|
|
585
|
-
[_hQ]: _nT,
|
|
586
|
-
},
|
|
587
|
-
],
|
|
514
|
+
[5, { [_hQ]: _cAre }],
|
|
515
|
+
[5, { [_hQ]: _cBr }],
|
|
516
|
+
[1, { [_hQ]: _mR }],
|
|
517
|
+
[0, { [_hQ]: _nT }],
|
|
588
518
|
],
|
|
589
519
|
];
|
|
590
520
|
export var ListJobTemplatesResponse = [
|
|
@@ -603,42 +533,12 @@ export var ListManagedEndpointsRequest = [
|
|
|
603
533
|
[_vCI, _cBr, _cAre, _ty, _st, _mR, _nT],
|
|
604
534
|
[
|
|
605
535
|
[0, 1],
|
|
606
|
-
[
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
],
|
|
612
|
-
[
|
|
613
|
-
5,
|
|
614
|
-
{
|
|
615
|
-
[_hQ]: _cAre,
|
|
616
|
-
},
|
|
617
|
-
],
|
|
618
|
-
[
|
|
619
|
-
64 | 0,
|
|
620
|
-
{
|
|
621
|
-
[_hQ]: _ty,
|
|
622
|
-
},
|
|
623
|
-
],
|
|
624
|
-
[
|
|
625
|
-
64 | 0,
|
|
626
|
-
{
|
|
627
|
-
[_hQ]: _st,
|
|
628
|
-
},
|
|
629
|
-
],
|
|
630
|
-
[
|
|
631
|
-
1,
|
|
632
|
-
{
|
|
633
|
-
[_hQ]: _mR,
|
|
634
|
-
},
|
|
635
|
-
],
|
|
636
|
-
[
|
|
637
|
-
0,
|
|
638
|
-
{
|
|
639
|
-
[_hQ]: _nT,
|
|
640
|
-
},
|
|
641
|
-
],
|
|
536
|
+
[5, { [_hQ]: _cBr }],
|
|
537
|
+
[5, { [_hQ]: _cAre }],
|
|
538
|
+
[64 | 0, { [_hQ]: _ty }],
|
|
539
|
+
[64 | 0, { [_hQ]: _st }],
|
|
540
|
+
[1, { [_hQ]: _mR }],
|
|
541
|
+
[0, { [_hQ]: _nT }],
|
|
642
542
|
],
|
|
643
543
|
];
|
|
644
544
|
export var ListManagedEndpointsResponse = [
|
|
@@ -656,30 +556,10 @@ export var ListSecurityConfigurationsRequest = [
|
|
|
656
556
|
0,
|
|
657
557
|
[_cAre, _cBr, _mR, _nT],
|
|
658
558
|
[
|
|
659
|
-
[
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
},
|
|
664
|
-
],
|
|
665
|
-
[
|
|
666
|
-
5,
|
|
667
|
-
{
|
|
668
|
-
[_hQ]: _cBr,
|
|
669
|
-
},
|
|
670
|
-
],
|
|
671
|
-
[
|
|
672
|
-
1,
|
|
673
|
-
{
|
|
674
|
-
[_hQ]: _mR,
|
|
675
|
-
},
|
|
676
|
-
],
|
|
677
|
-
[
|
|
678
|
-
0,
|
|
679
|
-
{
|
|
680
|
-
[_hQ]: _nT,
|
|
681
|
-
},
|
|
682
|
-
],
|
|
559
|
+
[5, { [_hQ]: _cAre }],
|
|
560
|
+
[5, { [_hQ]: _cBr }],
|
|
561
|
+
[1, { [_hQ]: _mR }],
|
|
562
|
+
[0, { [_hQ]: _nT }],
|
|
683
563
|
],
|
|
684
564
|
];
|
|
685
565
|
export var ListSecurityConfigurationsResponse = [
|
|
@@ -699,54 +579,14 @@ export var ListVirtualClustersRequest = [
|
|
|
699
579
|
0,
|
|
700
580
|
[_cPI, _cPT, _cAre, _cBr, _st, _mR, _nT, _eAEI],
|
|
701
581
|
[
|
|
702
|
-
[
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
],
|
|
708
|
-
[
|
|
709
|
-
|
|
710
|
-
{
|
|
711
|
-
[_hQ]: _cPT,
|
|
712
|
-
},
|
|
713
|
-
],
|
|
714
|
-
[
|
|
715
|
-
5,
|
|
716
|
-
{
|
|
717
|
-
[_hQ]: _cAre,
|
|
718
|
-
},
|
|
719
|
-
],
|
|
720
|
-
[
|
|
721
|
-
5,
|
|
722
|
-
{
|
|
723
|
-
[_hQ]: _cBr,
|
|
724
|
-
},
|
|
725
|
-
],
|
|
726
|
-
[
|
|
727
|
-
64 | 0,
|
|
728
|
-
{
|
|
729
|
-
[_hQ]: _st,
|
|
730
|
-
},
|
|
731
|
-
],
|
|
732
|
-
[
|
|
733
|
-
1,
|
|
734
|
-
{
|
|
735
|
-
[_hQ]: _mR,
|
|
736
|
-
},
|
|
737
|
-
],
|
|
738
|
-
[
|
|
739
|
-
0,
|
|
740
|
-
{
|
|
741
|
-
[_hQ]: _nT,
|
|
742
|
-
},
|
|
743
|
-
],
|
|
744
|
-
[
|
|
745
|
-
2,
|
|
746
|
-
{
|
|
747
|
-
[_hQ]: _eAEI,
|
|
748
|
-
},
|
|
749
|
-
],
|
|
582
|
+
[0, { [_hQ]: _cPI }],
|
|
583
|
+
[0, { [_hQ]: _cPT }],
|
|
584
|
+
[5, { [_hQ]: _cAre }],
|
|
585
|
+
[5, { [_hQ]: _cBr }],
|
|
586
|
+
[64 | 0, { [_hQ]: _st }],
|
|
587
|
+
[1, { [_hQ]: _mR }],
|
|
588
|
+
[0, { [_hQ]: _nT }],
|
|
589
|
+
[2, { [_hQ]: _eAEI }],
|
|
750
590
|
],
|
|
751
591
|
];
|
|
752
592
|
export var ListVirtualClustersResponse = [
|
|
@@ -797,29 +637,9 @@ export var ParametricMonitoringConfiguration = [
|
|
|
797
637
|
[0, () => ParametricCloudWatchMonitoringConfiguration, () => ParametricS3MonitoringConfiguration],
|
|
798
638
|
];
|
|
799
639
|
export var ParametricS3MonitoringConfiguration = [3, n0, _PSMC, 0, [_lU], [0]];
|
|
800
|
-
export var RequestThrottledException = [
|
|
801
|
-
-3,
|
|
802
|
-
n0,
|
|
803
|
-
_RTE,
|
|
804
|
-
{
|
|
805
|
-
[_er]: _cl,
|
|
806
|
-
[_hE]: 400,
|
|
807
|
-
},
|
|
808
|
-
[_m],
|
|
809
|
-
[0],
|
|
810
|
-
];
|
|
640
|
+
export var RequestThrottledException = [-3, n0, _RTE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
811
641
|
TypeRegistry.for(n0).registerError(RequestThrottledException, __RequestThrottledException);
|
|
812
|
-
export var ResourceNotFoundException = [
|
|
813
|
-
-3,
|
|
814
|
-
n0,
|
|
815
|
-
_RNFE,
|
|
816
|
-
{
|
|
817
|
-
[_er]: _cl,
|
|
818
|
-
[_hE]: 400,
|
|
819
|
-
},
|
|
820
|
-
[_m],
|
|
821
|
-
[0],
|
|
822
|
-
];
|
|
642
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
823
643
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
824
644
|
export var RetryPolicyConfiguration = [3, n0, _RPC, 0, [_mA], [1]];
|
|
825
645
|
export var RetryPolicyExecution = [3, n0, _RPE, 0, [_cAC], [1]];
|
|
@@ -897,26 +717,11 @@ export var UntagResourceRequest = [
|
|
|
897
717
|
[_rA, _tK],
|
|
898
718
|
[
|
|
899
719
|
[0, 1],
|
|
900
|
-
[
|
|
901
|
-
64 | 0,
|
|
902
|
-
{
|
|
903
|
-
[_hQ]: _tK,
|
|
904
|
-
},
|
|
905
|
-
],
|
|
720
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
906
721
|
],
|
|
907
722
|
];
|
|
908
723
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
909
|
-
export var ValidationException = [
|
|
910
|
-
-3,
|
|
911
|
-
n0,
|
|
912
|
-
_VE,
|
|
913
|
-
{
|
|
914
|
-
[_er]: _cl,
|
|
915
|
-
[_hE]: 400,
|
|
916
|
-
},
|
|
917
|
-
[_m],
|
|
918
|
-
[0],
|
|
919
|
-
];
|
|
724
|
+
export var ValidationException = [-3, n0, _VE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
920
725
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
921
726
|
export var VirtualCluster = [
|
|
922
727
|
3,
|
|
@@ -926,7 +731,6 @@ export var VirtualCluster = [
|
|
|
926
731
|
[_i, _n, _a, _s, _cP, _cAr, _ta, _sCI],
|
|
927
732
|
[0, 0, 0, 0, () => ContainerProvider, 5, 128 | 0, 0],
|
|
928
733
|
];
|
|
929
|
-
export var __Unit = "unit";
|
|
930
734
|
export var EMRContainersServiceException = [-3, _sm, "EMRContainersServiceException", 0, [], []];
|
|
931
735
|
TypeRegistry.for(_sm).registerError(EMRContainersServiceException, __EMRContainersServiceException);
|
|
932
736
|
export var ConfigurationList = [1, n0, _CL, 0, [() => Configuration, 0]];
|
|
@@ -959,9 +763,7 @@ export var CancelJobRun = [
|
|
|
959
763
|
9,
|
|
960
764
|
n0,
|
|
961
765
|
_CJR,
|
|
962
|
-
{
|
|
963
|
-
[_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/jobruns/{id}", 200],
|
|
964
|
-
},
|
|
766
|
+
{ [_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/jobruns/{id}", 200] },
|
|
965
767
|
() => CancelJobRunRequest,
|
|
966
768
|
() => CancelJobRunResponse,
|
|
967
769
|
];
|
|
@@ -969,9 +771,7 @@ export var CreateJobTemplate = [
|
|
|
969
771
|
9,
|
|
970
772
|
n0,
|
|
971
773
|
_CJT,
|
|
972
|
-
{
|
|
973
|
-
[_h]: ["POST", "/jobtemplates", 200],
|
|
974
|
-
},
|
|
774
|
+
{ [_h]: ["POST", "/jobtemplates", 200] },
|
|
975
775
|
() => CreateJobTemplateRequest,
|
|
976
776
|
() => CreateJobTemplateResponse,
|
|
977
777
|
];
|
|
@@ -979,9 +779,7 @@ export var CreateManagedEndpoint = [
|
|
|
979
779
|
9,
|
|
980
780
|
n0,
|
|
981
781
|
_CME,
|
|
982
|
-
{
|
|
983
|
-
[_h]: ["POST", "/virtualclusters/{virtualClusterId}/endpoints", 200],
|
|
984
|
-
},
|
|
782
|
+
{ [_h]: ["POST", "/virtualclusters/{virtualClusterId}/endpoints", 200] },
|
|
985
783
|
() => CreateManagedEndpointRequest,
|
|
986
784
|
() => CreateManagedEndpointResponse,
|
|
987
785
|
];
|
|
@@ -989,9 +787,7 @@ export var CreateSecurityConfiguration = [
|
|
|
989
787
|
9,
|
|
990
788
|
n0,
|
|
991
789
|
_CSC,
|
|
992
|
-
{
|
|
993
|
-
[_h]: ["POST", "/securityconfigurations", 200],
|
|
994
|
-
},
|
|
790
|
+
{ [_h]: ["POST", "/securityconfigurations", 200] },
|
|
995
791
|
() => CreateSecurityConfigurationRequest,
|
|
996
792
|
() => CreateSecurityConfigurationResponse,
|
|
997
793
|
];
|
|
@@ -999,9 +795,7 @@ export var CreateVirtualCluster = [
|
|
|
999
795
|
9,
|
|
1000
796
|
n0,
|
|
1001
797
|
_CVC,
|
|
1002
|
-
{
|
|
1003
|
-
[_h]: ["POST", "/virtualclusters", 200],
|
|
1004
|
-
},
|
|
798
|
+
{ [_h]: ["POST", "/virtualclusters", 200] },
|
|
1005
799
|
() => CreateVirtualClusterRequest,
|
|
1006
800
|
() => CreateVirtualClusterResponse,
|
|
1007
801
|
];
|
|
@@ -1009,9 +803,7 @@ export var DeleteJobTemplate = [
|
|
|
1009
803
|
9,
|
|
1010
804
|
n0,
|
|
1011
805
|
_DJT,
|
|
1012
|
-
{
|
|
1013
|
-
[_h]: ["DELETE", "/jobtemplates/{id}", 200],
|
|
1014
|
-
},
|
|
806
|
+
{ [_h]: ["DELETE", "/jobtemplates/{id}", 200] },
|
|
1015
807
|
() => DeleteJobTemplateRequest,
|
|
1016
808
|
() => DeleteJobTemplateResponse,
|
|
1017
809
|
];
|
|
@@ -1019,9 +811,7 @@ export var DeleteManagedEndpoint = [
|
|
|
1019
811
|
9,
|
|
1020
812
|
n0,
|
|
1021
813
|
_DME,
|
|
1022
|
-
{
|
|
1023
|
-
[_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200],
|
|
1024
|
-
},
|
|
814
|
+
{ [_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] },
|
|
1025
815
|
() => DeleteManagedEndpointRequest,
|
|
1026
816
|
() => DeleteManagedEndpointResponse,
|
|
1027
817
|
];
|
|
@@ -1029,9 +819,7 @@ export var DeleteVirtualCluster = [
|
|
|
1029
819
|
9,
|
|
1030
820
|
n0,
|
|
1031
821
|
_DVC,
|
|
1032
|
-
{
|
|
1033
|
-
[_h]: ["DELETE", "/virtualclusters/{id}", 200],
|
|
1034
|
-
},
|
|
822
|
+
{ [_h]: ["DELETE", "/virtualclusters/{id}", 200] },
|
|
1035
823
|
() => DeleteVirtualClusterRequest,
|
|
1036
824
|
() => DeleteVirtualClusterResponse,
|
|
1037
825
|
];
|
|
@@ -1039,9 +827,7 @@ export var DescribeJobRun = [
|
|
|
1039
827
|
9,
|
|
1040
828
|
n0,
|
|
1041
829
|
_DJR,
|
|
1042
|
-
{
|
|
1043
|
-
[_h]: ["GET", "/virtualclusters/{virtualClusterId}/jobruns/{id}", 200],
|
|
1044
|
-
},
|
|
830
|
+
{ [_h]: ["GET", "/virtualclusters/{virtualClusterId}/jobruns/{id}", 200] },
|
|
1045
831
|
() => DescribeJobRunRequest,
|
|
1046
832
|
() => DescribeJobRunResponse,
|
|
1047
833
|
];
|
|
@@ -1049,9 +835,7 @@ export var DescribeJobTemplate = [
|
|
|
1049
835
|
9,
|
|
1050
836
|
n0,
|
|
1051
837
|
_DJTe,
|
|
1052
|
-
{
|
|
1053
|
-
[_h]: ["GET", "/jobtemplates/{id}", 200],
|
|
1054
|
-
},
|
|
838
|
+
{ [_h]: ["GET", "/jobtemplates/{id}", 200] },
|
|
1055
839
|
() => DescribeJobTemplateRequest,
|
|
1056
840
|
() => DescribeJobTemplateResponse,
|
|
1057
841
|
];
|
|
@@ -1059,9 +843,7 @@ export var DescribeManagedEndpoint = [
|
|
|
1059
843
|
9,
|
|
1060
844
|
n0,
|
|
1061
845
|
_DMEe,
|
|
1062
|
-
{
|
|
1063
|
-
[_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200],
|
|
1064
|
-
},
|
|
846
|
+
{ [_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] },
|
|
1065
847
|
() => DescribeManagedEndpointRequest,
|
|
1066
848
|
() => DescribeManagedEndpointResponse,
|
|
1067
849
|
];
|
|
@@ -1069,9 +851,7 @@ export var DescribeSecurityConfiguration = [
|
|
|
1069
851
|
9,
|
|
1070
852
|
n0,
|
|
1071
853
|
_DSC,
|
|
1072
|
-
{
|
|
1073
|
-
[_h]: ["GET", "/securityconfigurations/{id}", 200],
|
|
1074
|
-
},
|
|
854
|
+
{ [_h]: ["GET", "/securityconfigurations/{id}", 200] },
|
|
1075
855
|
() => DescribeSecurityConfigurationRequest,
|
|
1076
856
|
() => DescribeSecurityConfigurationResponse,
|
|
1077
857
|
];
|
|
@@ -1079,9 +859,7 @@ export var DescribeVirtualCluster = [
|
|
|
1079
859
|
9,
|
|
1080
860
|
n0,
|
|
1081
861
|
_DVCe,
|
|
1082
|
-
{
|
|
1083
|
-
[_h]: ["GET", "/virtualclusters/{id}", 200],
|
|
1084
|
-
},
|
|
862
|
+
{ [_h]: ["GET", "/virtualclusters/{id}", 200] },
|
|
1085
863
|
() => DescribeVirtualClusterRequest,
|
|
1086
864
|
() => DescribeVirtualClusterResponse,
|
|
1087
865
|
];
|
|
@@ -1089,9 +867,7 @@ export var GetManagedEndpointSessionCredentials = [
|
|
|
1089
867
|
9,
|
|
1090
868
|
n0,
|
|
1091
869
|
_GMESC,
|
|
1092
|
-
{
|
|
1093
|
-
[_h]: ["POST", "/virtualclusters/{virtualClusterIdentifier}/endpoints/{endpointIdentifier}/credentials", 200],
|
|
1094
|
-
},
|
|
870
|
+
{ [_h]: ["POST", "/virtualclusters/{virtualClusterIdentifier}/endpoints/{endpointIdentifier}/credentials", 200] },
|
|
1095
871
|
() => GetManagedEndpointSessionCredentialsRequest,
|
|
1096
872
|
() => GetManagedEndpointSessionCredentialsResponse,
|
|
1097
873
|
];
|
|
@@ -1099,9 +875,7 @@ export var ListJobRuns = [
|
|
|
1099
875
|
9,
|
|
1100
876
|
n0,
|
|
1101
877
|
_LJR,
|
|
1102
|
-
{
|
|
1103
|
-
[_h]: ["GET", "/virtualclusters/{virtualClusterId}/jobruns", 200],
|
|
1104
|
-
},
|
|
878
|
+
{ [_h]: ["GET", "/virtualclusters/{virtualClusterId}/jobruns", 200] },
|
|
1105
879
|
() => ListJobRunsRequest,
|
|
1106
880
|
() => ListJobRunsResponse,
|
|
1107
881
|
];
|
|
@@ -1109,9 +883,7 @@ export var ListJobTemplates = [
|
|
|
1109
883
|
9,
|
|
1110
884
|
n0,
|
|
1111
885
|
_LJT,
|
|
1112
|
-
{
|
|
1113
|
-
[_h]: ["GET", "/jobtemplates", 200],
|
|
1114
|
-
},
|
|
886
|
+
{ [_h]: ["GET", "/jobtemplates", 200] },
|
|
1115
887
|
() => ListJobTemplatesRequest,
|
|
1116
888
|
() => ListJobTemplatesResponse,
|
|
1117
889
|
];
|
|
@@ -1119,9 +891,7 @@ export var ListManagedEndpoints = [
|
|
|
1119
891
|
9,
|
|
1120
892
|
n0,
|
|
1121
893
|
_LME,
|
|
1122
|
-
{
|
|
1123
|
-
[_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints", 200],
|
|
1124
|
-
},
|
|
894
|
+
{ [_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints", 200] },
|
|
1125
895
|
() => ListManagedEndpointsRequest,
|
|
1126
896
|
() => ListManagedEndpointsResponse,
|
|
1127
897
|
];
|
|
@@ -1129,9 +899,7 @@ export var ListSecurityConfigurations = [
|
|
|
1129
899
|
9,
|
|
1130
900
|
n0,
|
|
1131
901
|
_LSC,
|
|
1132
|
-
{
|
|
1133
|
-
[_h]: ["GET", "/securityconfigurations", 200],
|
|
1134
|
-
},
|
|
902
|
+
{ [_h]: ["GET", "/securityconfigurations", 200] },
|
|
1135
903
|
() => ListSecurityConfigurationsRequest,
|
|
1136
904
|
() => ListSecurityConfigurationsResponse,
|
|
1137
905
|
];
|
|
@@ -1139,9 +907,7 @@ export var ListTagsForResource = [
|
|
|
1139
907
|
9,
|
|
1140
908
|
n0,
|
|
1141
909
|
_LTFR,
|
|
1142
|
-
{
|
|
1143
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1144
|
-
},
|
|
910
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1145
911
|
() => ListTagsForResourceRequest,
|
|
1146
912
|
() => ListTagsForResourceResponse,
|
|
1147
913
|
];
|
|
@@ -1149,9 +915,7 @@ export var ListVirtualClusters = [
|
|
|
1149
915
|
9,
|
|
1150
916
|
n0,
|
|
1151
917
|
_LVC,
|
|
1152
|
-
{
|
|
1153
|
-
[_h]: ["GET", "/virtualclusters", 200],
|
|
1154
|
-
},
|
|
918
|
+
{ [_h]: ["GET", "/virtualclusters", 200] },
|
|
1155
919
|
() => ListVirtualClustersRequest,
|
|
1156
920
|
() => ListVirtualClustersResponse,
|
|
1157
921
|
];
|
|
@@ -1159,9 +923,7 @@ export var StartJobRun = [
|
|
|
1159
923
|
9,
|
|
1160
924
|
n0,
|
|
1161
925
|
_SJR,
|
|
1162
|
-
{
|
|
1163
|
-
[_h]: ["POST", "/virtualclusters/{virtualClusterId}/jobruns", 200],
|
|
1164
|
-
},
|
|
926
|
+
{ [_h]: ["POST", "/virtualclusters/{virtualClusterId}/jobruns", 200] },
|
|
1165
927
|
() => StartJobRunRequest,
|
|
1166
928
|
() => StartJobRunResponse,
|
|
1167
929
|
];
|
|
@@ -1169,9 +931,7 @@ export var TagResource = [
|
|
|
1169
931
|
9,
|
|
1170
932
|
n0,
|
|
1171
933
|
_TR,
|
|
1172
|
-
{
|
|
1173
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1174
|
-
},
|
|
934
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1175
935
|
() => TagResourceRequest,
|
|
1176
936
|
() => TagResourceResponse,
|
|
1177
937
|
];
|
|
@@ -1179,9 +939,7 @@ export var UntagResource = [
|
|
|
1179
939
|
9,
|
|
1180
940
|
n0,
|
|
1181
941
|
_UR,
|
|
1182
|
-
{
|
|
1183
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1184
|
-
},
|
|
942
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1185
943
|
() => UntagResourceRequest,
|
|
1186
944
|
() => UntagResourceResponse,
|
|
1187
945
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
|
|
3
3
|
import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from "./commands/CreateJobTemplateCommand";
|
|
4
4
|
import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "./commands/CreateManagedEndpointCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
|
|
11
11
|
import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from "./commands/CreateJobTemplateCommand";
|
|
12
12
|
import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "./commands/CreateManagedEndpointCommand";
|
|
@@ -31,7 +31,7 @@ import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/St
|
|
|
31
31
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
32
32
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
33
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
34
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
35
|
export { __Client };
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { EMRContainersHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { EMRContainersHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { EMRContainersClientResolvedConfig } from "../EMRContainersClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type EMRContainersClientResolvedConfig } from "../EMRContainersClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
-
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
+
import type { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
-
import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
+
import type { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
-
import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
+
import type { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
-
import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
4
|
+
import type { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|