@aws-sdk/client-eks 3.1107.0 → 3.1109.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 +252 -15
- package/dist-es/models/enums.js +8 -0
- package/dist-es/schemas/schemas_0.js +215 -14
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/CancelUpdateCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +50 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +25 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +25 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +25 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +121 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/RegisterClusterCommand.d.ts +25 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +27 -2
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +464 -1
- package/dist-types/schemas/schemas_0.d.ts +28 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +122 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1108.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -431,6 +431,7 @@ const _APL = "AccessPoliciesList";
|
|
|
431
431
|
const _AS = "AccessScope";
|
|
432
432
|
const _ASG = "AutoScalingGroup";
|
|
433
433
|
const _ASGL = "AutoScalingGroupList";
|
|
434
|
+
const _AVC = "AllowedValuesConstraint";
|
|
434
435
|
const _AVI = "AddonVersionInfo";
|
|
435
436
|
const _AVIL = "AddonVersionInfoList";
|
|
436
437
|
const _Ad = "Addons";
|
|
@@ -472,12 +473,15 @@ const _CIl = "ClusterIssue";
|
|
|
472
473
|
const _CN = "CreateNodegroup";
|
|
473
474
|
const _CNR = "CreateNodegroupRequest";
|
|
474
475
|
const _CNRr = "CreateNodegroupResponse";
|
|
476
|
+
const _CPCI = "ControlPlaneConfigInfo";
|
|
475
477
|
const _CPIA = "CreatePodIdentityAssociation";
|
|
476
478
|
const _CPIAR = "CreatePodIdentityAssociationRequest";
|
|
477
479
|
const _CPIARr = "CreatePodIdentityAssociationResponse";
|
|
478
480
|
const _CPPR = "ControlPlanePlacementRequest";
|
|
479
481
|
const _CPPRo = "ControlPlanePlacementResponse";
|
|
480
482
|
const _CPSC = "ControlPlaneScalingConfig";
|
|
483
|
+
const _CPSTI = "ControlPlaneScalingTierInfo";
|
|
484
|
+
const _CPSTL = "ControlPlaneScalingTierList";
|
|
481
485
|
const _CS = "CapabilitySummary";
|
|
482
486
|
const _CSL = "CapabilitySummaryList";
|
|
483
487
|
const _CSl = "ClientStat";
|
|
@@ -513,7 +517,7 @@ const _DAV = "DescribeAddonVersions";
|
|
|
513
517
|
const _DAVR = "DescribeAddonVersionsRequest";
|
|
514
518
|
const _DAVRe = "DescribeAddonVersionsResponse";
|
|
515
519
|
const _DAe = "DescribeAddon";
|
|
516
|
-
const _DC = "
|
|
520
|
+
const _DC = "DurationConstraints";
|
|
517
521
|
const _DCR = "DeleteCapabilityRequest";
|
|
518
522
|
const _DCRe = "DeleteCapabilityResponse";
|
|
519
523
|
const _DCRel = "DeleteClusterRequest";
|
|
@@ -527,7 +531,8 @@ const _DCRescri = "DescribeClusterResponse";
|
|
|
527
531
|
const _DCV = "DescribeClusterVersions";
|
|
528
532
|
const _DCVR = "DescribeClusterVersionsRequest";
|
|
529
533
|
const _DCVRe = "DescribeClusterVersionsResponse";
|
|
530
|
-
const _DCe = "
|
|
534
|
+
const _DCe = "DeleteCapability";
|
|
535
|
+
const _DCel = "DeleteCluster";
|
|
531
536
|
const _DCer = "DeregisterCluster";
|
|
532
537
|
const _DCes = "DescribeCapability";
|
|
533
538
|
const _DCesc = "DescribeCluster";
|
|
@@ -563,6 +568,7 @@ const _DNRe = "DeleteNodegroupResponse";
|
|
|
563
568
|
const _DNRes = "DescribeNodegroupRequest";
|
|
564
569
|
const _DNResc = "DescribeNodegroupResponse";
|
|
565
570
|
const _DNe = "DescribeNodegroup";
|
|
571
|
+
const _DPC = "DurationParameterConfig";
|
|
566
572
|
const _DPIA = "DeletePodIdentityAssociation";
|
|
567
573
|
const _DPIAR = "DeletePodIdentityAssociationRequest";
|
|
568
574
|
const _DPIARe = "DeletePodIdentityAssociationResponse";
|
|
@@ -588,6 +594,9 @@ const _FPI = "FargateProfileIssue";
|
|
|
588
594
|
const _FPIL = "FargateProfileIssueList";
|
|
589
595
|
const _FPS = "FargateProfileSelector";
|
|
590
596
|
const _FPSa = "FargateProfileSelectors";
|
|
597
|
+
const _HPACCR = "HorizontalPodAutoscalerControllerConfigRequest";
|
|
598
|
+
const _HPACCRo = "HorizontalPodAutoscalerControllerConfigResponse";
|
|
599
|
+
const _HPACVC = "HorizontalPodAutoscalerControllerVersionConfig";
|
|
591
600
|
const _I = "Identity";
|
|
592
601
|
const _ICSS = "InsightCategorySpecificSummary";
|
|
593
602
|
const _IF = "InsightsFilter";
|
|
@@ -596,6 +605,7 @@ const _IPC = "IdentityProviderConfig";
|
|
|
596
605
|
const _IPCR = "IdentityProviderConfigResponse";
|
|
597
606
|
const _IPCd = "IdentityProviderConfigs";
|
|
598
607
|
const _IPE = "InvalidParameterException";
|
|
608
|
+
const _IRC = "IntegerRangeConstraint";
|
|
599
609
|
const _IRD = "InsightResourceDetail";
|
|
600
610
|
const _IRDn = "InsightResourceDetails";
|
|
601
611
|
const _IRE = "InvalidRequestException";
|
|
@@ -605,8 +615,17 @@ const _ISn = "InsightSummary";
|
|
|
605
615
|
const _ISns = "InsightSummaries";
|
|
606
616
|
const _In = "Insight";
|
|
607
617
|
const _Is = "Issue";
|
|
618
|
+
const _KASCR = "KubeApiServerConfigRequest";
|
|
619
|
+
const _KASCRu = "KubeApiServerConfigResponse";
|
|
620
|
+
const _KASVC = "KubeApiServerVersionConfig";
|
|
621
|
+
const _KCMCR = "KubeControllerManagerConfigRequest";
|
|
622
|
+
const _KCMCRu = "KubeControllerManagerConfigResponse";
|
|
623
|
+
const _KCMVC = "KubeControllerManagerVersionConfig";
|
|
608
624
|
const _KNCR = "KubernetesNetworkConfigRequest";
|
|
609
625
|
const _KNCRu = "KubernetesNetworkConfigResponse";
|
|
626
|
+
const _KSCR = "KubeSchedulerConfigRequest";
|
|
627
|
+
const _KSCRu = "KubeSchedulerConfigResponse";
|
|
628
|
+
const _KSVC = "KubeSchedulerVersionConfig";
|
|
610
629
|
const _L = "License";
|
|
611
630
|
const _LA = "ListAddons";
|
|
612
631
|
const _LAAP = "ListAssociatedAccessPolicies";
|
|
@@ -663,6 +682,8 @@ const _NR = "NodegroupResources";
|
|
|
663
682
|
const _NRC = "NodeRepairConfig";
|
|
664
683
|
const _NRCO = "NodeRepairConfigOverrides";
|
|
665
684
|
const _NRCOL = "NodeRepairConfigOverridesList";
|
|
685
|
+
const _NRFC = "NodeResourcesFitConfig";
|
|
686
|
+
const _NRFVC = "NodeResourcesFitVersionConfig";
|
|
666
687
|
const _NSC = "NodegroupScalingConfig";
|
|
667
688
|
const _NUC = "NodegroupUpdateConfig";
|
|
668
689
|
const _OCR = "OutpostConfigRequest";
|
|
@@ -674,11 +695,14 @@ const _P = "Provider";
|
|
|
674
695
|
const _PIA = "PodIdentityAssociation";
|
|
675
696
|
const _PIAS = "PodIdentityAssociationSummary";
|
|
676
697
|
const _PIASo = "PodIdentityAssociationSummaries";
|
|
698
|
+
const _PRC = "PortRangeConstraints";
|
|
699
|
+
const _PRPC = "PortRangeParameterConfig";
|
|
677
700
|
const _RAC = "RemoteAccessConfig";
|
|
678
|
-
const _RC = "
|
|
701
|
+
const _RC = "ResourceConstraints";
|
|
679
702
|
const _RCR = "RegisterClusterRequest";
|
|
680
703
|
const _RCRe = "RegisterClusterResponse";
|
|
681
704
|
const _RCe = "RegisterCluster";
|
|
705
|
+
const _RCo = "RollbackConfig";
|
|
682
706
|
const _RIUE = "ResourceInUseException";
|
|
683
707
|
const _RLEE = "ResourceLimitExceededException";
|
|
684
708
|
const _RNCR = "RemoteNetworkConfigRequest";
|
|
@@ -689,6 +713,8 @@ const _RNNL = "RemoteNodeNetworkList";
|
|
|
689
713
|
const _RPDE = "ResourcePropagationDelayException";
|
|
690
714
|
const _RPN = "RemotePodNetwork";
|
|
691
715
|
const _RPNL = "RemotePodNetworkList";
|
|
716
|
+
const _RW = "ResourceWeight";
|
|
717
|
+
const _RWL = "ResourceWeightList";
|
|
692
718
|
const _SCR = "StorageConfigRequest";
|
|
693
719
|
const _SCRt = "StorageConfigResponse";
|
|
694
720
|
const _SE = "ServerException";
|
|
@@ -697,6 +723,10 @@ const _SIL = "SsoIdentityList";
|
|
|
697
723
|
const _SIR = "StartInsightsRefresh";
|
|
698
724
|
const _SIRR = "StartInsightsRefreshRequest";
|
|
699
725
|
const _SIRRt = "StartInsightsRefreshResponse";
|
|
726
|
+
const _SNPR = "ServiceNodePortRange";
|
|
727
|
+
const _SS = "ScoringStrategy";
|
|
728
|
+
const _SSC = "ScoringStrategyConfig";
|
|
729
|
+
const _SSCc = "ScoringStrategyConstraints";
|
|
700
730
|
const _SUE = "ServiceUnavailableException";
|
|
701
731
|
const _T = "Taint";
|
|
702
732
|
const _TE = "ThrottlingException";
|
|
@@ -776,11 +806,13 @@ const _aOUT = "addOrUpdateTaints";
|
|
|
776
806
|
const _aP = "accessPolicies";
|
|
777
807
|
const _aPA = "associatedPolicyArn";
|
|
778
808
|
const _aR = "autoRenew";
|
|
809
|
+
const _aRC = "apiRequestConcurrency";
|
|
779
810
|
const _aS = "accessScope";
|
|
780
811
|
const _aSG = "autoScalingGroups";
|
|
781
812
|
const _aT = "amiType";
|
|
782
813
|
const _aV = "addonVersion";
|
|
783
814
|
const _aVd = "addonVersions";
|
|
815
|
+
const _aVl = "allowedValues";
|
|
784
816
|
const _ad = "addon";
|
|
785
817
|
const _add = "addons";
|
|
786
818
|
const _ar = "architecture";
|
|
@@ -794,14 +826,18 @@ const _cA = "createdAt";
|
|
|
794
826
|
const _cAe = "certificateAuthority";
|
|
795
827
|
const _cC = "connectorConfig";
|
|
796
828
|
const _cCo = "computeConfig";
|
|
829
|
+
const _cDSG = "clusterDatabaseSizeGb";
|
|
797
830
|
const _cI = "clientId";
|
|
798
831
|
const _cL = "clusterLogging";
|
|
799
832
|
const _cN = "clusterName";
|
|
800
833
|
const _cNa = "capabilityName";
|
|
834
|
+
const _cPCC = "controlPlaneComponentConfig";
|
|
835
|
+
const _cPCCO = "controlPlaneComponentConfigOverrides";
|
|
801
836
|
const _cPEM = "controlPlaneEgressMode";
|
|
802
837
|
const _cPIT = "controlPlaneInstanceType";
|
|
803
838
|
const _cPP = "controlPlanePlacement";
|
|
804
839
|
const _cPSC = "controlPlaneScalingConfig";
|
|
840
|
+
const _cPST = "controlPlaneScalingTiers";
|
|
805
841
|
const _cRT = "clientRequestToken";
|
|
806
842
|
const _cS = "clientStats";
|
|
807
843
|
const _cSGI = "clusterSecurityGroupId";
|
|
@@ -825,6 +861,7 @@ const _clu = "clusters";
|
|
|
825
861
|
const _co = "code";
|
|
826
862
|
const _com = "compatibilities";
|
|
827
863
|
const _con = "configuration";
|
|
864
|
+
const _cons = "constraints";
|
|
828
865
|
const _d = "data";
|
|
829
866
|
const _dD = "deprecationDetails";
|
|
830
867
|
const _dN = "defaultNamespace";
|
|
@@ -836,6 +873,7 @@ const _dS = "diskSize";
|
|
|
836
873
|
const _dST = "disableSessionTags";
|
|
837
874
|
const _dSe = "desiredSize";
|
|
838
875
|
const _dV = "defaultVersion";
|
|
876
|
+
const _dVe = "defaultValue";
|
|
839
877
|
const _de = "description";
|
|
840
878
|
const _du = "duration";
|
|
841
879
|
const _e = "error";
|
|
@@ -854,6 +892,7 @@ const _eP = "etcdPlacement";
|
|
|
854
892
|
const _ePA = "endpointPublicAccess";
|
|
855
893
|
const _ePAn = "endpointPrivateAccess";
|
|
856
894
|
const _eSK = "ec2SshKey";
|
|
895
|
+
const _eT = "eventTtl";
|
|
857
896
|
const _ef = "effect";
|
|
858
897
|
const _en = "enabled";
|
|
859
898
|
const _end = "endpoint";
|
|
@@ -869,6 +908,8 @@ const _gN = "groupName";
|
|
|
869
908
|
const _gP = "groupsPrefix";
|
|
870
909
|
const _h = "health";
|
|
871
910
|
const _hE = "httpError";
|
|
911
|
+
const _hPACC = "horizontalPodAutoscalerControllerConfig";
|
|
912
|
+
const _hPASP = "horizontalPodAutoscalerSyncPeriod";
|
|
872
913
|
const _hQ = "httpQuery";
|
|
873
914
|
const _ht = "http";
|
|
874
915
|
const _i = "issues";
|
|
@@ -894,10 +935,13 @@ const _ins = "insights";
|
|
|
894
935
|
const _is = "issuer";
|
|
895
936
|
const _k = "key";
|
|
896
937
|
const _kA = "keyArn";
|
|
938
|
+
const _kASC = "kubeApiServerConfig";
|
|
939
|
+
const _kCMC = "kubeControllerManagerConfig";
|
|
897
940
|
const _kG = "kubernetesGroups";
|
|
898
941
|
const _kNC = "kubernetesNetworkConfig";
|
|
899
942
|
const _kPV = "kubernetesPatchVersion";
|
|
900
943
|
const _kRU = "kubernetesResourceUri";
|
|
944
|
+
const _kSC = "kubeSchedulerConfig";
|
|
901
945
|
const _kV = "kubernetesVersion";
|
|
902
946
|
const _kVu = "kubernetesVersions";
|
|
903
947
|
const _l = "logging";
|
|
@@ -914,8 +958,10 @@ const _m = "message";
|
|
|
914
958
|
const _mA = "modifiedAt";
|
|
915
959
|
const _mGPC = "maxGroupPreparedCapacity";
|
|
916
960
|
const _mI = "marketplaceInformation";
|
|
961
|
+
const _mP = "minPort";
|
|
917
962
|
const _mPNRC = "maxParallelNodesRepairedCount";
|
|
918
963
|
const _mPNRP = "maxParallelNodesRepairedPercentage";
|
|
964
|
+
const _mPa = "maxPort";
|
|
919
965
|
const _mR = "maxResults";
|
|
920
966
|
const _mRWTM = "minRepairWaitTimeMins";
|
|
921
967
|
const _mS = "minSize";
|
|
@@ -924,6 +970,8 @@ const _mU = "maxUnavailable";
|
|
|
924
970
|
const _mUNTC = "maxUnhealthyNodeThresholdCount";
|
|
925
971
|
const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
|
|
926
972
|
const _mUP = "maxUnavailablePercentage";
|
|
973
|
+
const _ma = "max";
|
|
974
|
+
const _mi = "min";
|
|
927
975
|
const _n = "name";
|
|
928
976
|
const _nA = "networkAccess";
|
|
929
977
|
const _nAo = "nodegroupArn";
|
|
@@ -936,6 +984,7 @@ const _nR = "nodeRole";
|
|
|
936
984
|
const _nRA = "nodeRoleArn";
|
|
937
985
|
const _nRC = "nodeRepairConfig";
|
|
938
986
|
const _nRCO = "nodeRepairConfigOverrides";
|
|
987
|
+
const _nRF = "nodeResourcesFit";
|
|
939
988
|
const _nT = "nextToken";
|
|
940
989
|
const _nUR = "nodeUnhealthyReason";
|
|
941
990
|
const _na = "namespaces";
|
|
@@ -957,6 +1006,7 @@ const _pI = "productId";
|
|
|
957
1006
|
const _pIA = "podIdentityAssociations";
|
|
958
1007
|
const _pIC = "podIdentityConfiguration";
|
|
959
1008
|
const _pS = "poolState";
|
|
1009
|
+
const _pSRPS = "podSchedulingRatePerSecond";
|
|
960
1010
|
const _pU = "productUrl";
|
|
961
1011
|
const _pV = "platformVersion";
|
|
962
1012
|
const _pVl = "platformVersions";
|
|
@@ -1005,6 +1055,8 @@ const _sIC = "serviceIpv4Cidr";
|
|
|
1005
1055
|
const _sICe = "serviceIpv6Cidr";
|
|
1006
1056
|
const _sIu = "subnetIds";
|
|
1007
1057
|
const _sL = "spreadLevel";
|
|
1058
|
+
const _sNPR = "serviceNodePortRange";
|
|
1059
|
+
const _sS = "scoringStrategy";
|
|
1008
1060
|
const _sSG = "sourceSecurityGroups";
|
|
1009
1061
|
const _sSRV = "startServingReplacementVersion";
|
|
1010
1062
|
const _sSV = "stopServingVersion";
|
|
@@ -1021,6 +1073,7 @@ const _t = "tags";
|
|
|
1021
1073
|
const _tK = "tagKeys";
|
|
1022
1074
|
const _tL = "taintsList";
|
|
1023
1075
|
const _tM = "timeoutMinutes";
|
|
1076
|
+
const _tN = "tierName";
|
|
1024
1077
|
const _tRA = "targetRoleArn";
|
|
1025
1078
|
const _ta = "taints";
|
|
1026
1079
|
const _te = "term";
|
|
@@ -1046,6 +1099,7 @@ const _vIp = "vpcId";
|
|
|
1046
1099
|
const _vS = "versionStatus";
|
|
1047
1100
|
const _vZ = "validZones";
|
|
1048
1101
|
const _va = "value";
|
|
1102
|
+
const _w = "weight";
|
|
1049
1103
|
const _wPC = "warmPoolConfig";
|
|
1050
1104
|
const _zSC = "zonalShiftConfig";
|
|
1051
1105
|
const n0 = "com.amazonaws.eks";
|
|
@@ -1217,6 +1271,11 @@ var AddonVersionInfo$ = [3, n0, _AVI,
|
|
|
1217
1271
|
[_aV, _ar, _cT, _com, _rC, _rIP],
|
|
1218
1272
|
[0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2]
|
|
1219
1273
|
];
|
|
1274
|
+
var AllowedValuesConstraint$ = [3, n0, _AVC,
|
|
1275
|
+
0,
|
|
1276
|
+
[_aVl],
|
|
1277
|
+
[64 | 0]
|
|
1278
|
+
];
|
|
1220
1279
|
var ArgoCdAwsIdcConfigRequest$ = [3, n0, _ACAICR,
|
|
1221
1280
|
0,
|
|
1222
1281
|
[_iIA, _iR],
|
|
@@ -1354,8 +1413,8 @@ var ClientStat$ = [3, n0, _CSl,
|
|
|
1354
1413
|
];
|
|
1355
1414
|
var Cluster$ = [3, n0, _Cl,
|
|
1356
1415
|
0,
|
|
1357
|
-
[_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _st, _cAe, _cRT, _pV, _t, _eC, _cC, _id_, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
|
|
1358
|
-
[0, 0, 4, 0, 0, 0, () => VpcConfigResponse$, () => KubernetesNetworkConfigResponse$, () => Logging$, () => Identity$, 0, () => Certificate$, 0, 0, 128 | 0, () => EncryptionConfigList, () => ConnectorConfigResponse$, 0, () => ClusterHealth$, () => OutpostConfigResponse$, () => AccessConfigResponse$, () => UpgradePolicyResponse$, () => ZonalShiftConfigResponse$, () => RemoteNetworkConfigResponse$, () => ComputeConfigResponse$, () => StorageConfigResponse$, 2, () => ControlPlaneScalingConfig$]
|
|
1416
|
+
[_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _st, _cAe, _cRT, _pV, _t, _eC, _cC, _id_, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC, _kASC, _kSC, _kCMC],
|
|
1417
|
+
[0, 0, 4, 0, 0, 0, () => VpcConfigResponse$, () => KubernetesNetworkConfigResponse$, () => Logging$, () => Identity$, 0, () => Certificate$, 0, 0, 128 | 0, () => EncryptionConfigList, () => ConnectorConfigResponse$, 0, () => ClusterHealth$, () => OutpostConfigResponse$, () => AccessConfigResponse$, () => UpgradePolicyResponse$, () => ZonalShiftConfigResponse$, () => RemoteNetworkConfigResponse$, () => ComputeConfigResponse$, () => StorageConfigResponse$, 2, () => ControlPlaneScalingConfig$, () => KubeApiServerConfigResponse$, () => KubeSchedulerConfigResponse$, () => KubeControllerManagerConfigResponse$]
|
|
1359
1418
|
];
|
|
1360
1419
|
var ClusterHealth$ = [3, n0, _CHl,
|
|
1361
1420
|
0,
|
|
@@ -1369,8 +1428,8 @@ var ClusterIssue$ = [3, n0, _CIl,
|
|
|
1369
1428
|
];
|
|
1370
1429
|
var ClusterVersionInformation$ = [3, n0, _CVI,
|
|
1371
1430
|
0,
|
|
1372
|
-
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _st, _vS, _kPV],
|
|
1373
|
-
[0, 0, 0, 2, 4, 4, 4, 0, 0, 0]
|
|
1431
|
+
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _st, _vS, _kPV, _cPST, _cPCC],
|
|
1432
|
+
[0, 0, 0, 2, 4, 4, 4, 0, 0, 0, () => ControlPlaneScalingTierList, () => ControlPlaneConfigInfo$]
|
|
1374
1433
|
];
|
|
1375
1434
|
var Compatibility$ = [3, n0, _Co,
|
|
1376
1435
|
0,
|
|
@@ -1397,6 +1456,11 @@ var ConnectorConfigResponse$ = [3, n0, _CCRonn,
|
|
|
1397
1456
|
[_aIc, _aCct, _aE, _pr, _rA],
|
|
1398
1457
|
[0, 0, 4, 0, 0]
|
|
1399
1458
|
];
|
|
1459
|
+
var ControlPlaneConfigInfo$ = [3, n0, _CPCI,
|
|
1460
|
+
0,
|
|
1461
|
+
[_kASC, _kSC, _kCMC],
|
|
1462
|
+
[() => KubeApiServerVersionConfig$, () => KubeSchedulerVersionConfig$, () => KubeControllerManagerVersionConfig$]
|
|
1463
|
+
];
|
|
1400
1464
|
var ControlPlanePlacementRequest$ = [3, n0, _CPPR,
|
|
1401
1465
|
0,
|
|
1402
1466
|
[_gN, _sL],
|
|
@@ -1412,6 +1476,11 @@ var ControlPlaneScalingConfig$ = [3, n0, _CPSC,
|
|
|
1412
1476
|
[_ti],
|
|
1413
1477
|
[0]
|
|
1414
1478
|
];
|
|
1479
|
+
var ControlPlaneScalingTierInfo$ = [3, n0, _CPSTI,
|
|
1480
|
+
0,
|
|
1481
|
+
[_tN, _aRC, _pSRPS, _cDSG, _cPCCO],
|
|
1482
|
+
[0, 1, 1, 1, () => ControlPlaneConfigInfo$]
|
|
1483
|
+
];
|
|
1415
1484
|
var CreateAccessConfigRequest$ = [3, n0, _CACR,
|
|
1416
1485
|
0,
|
|
1417
1486
|
[_bCCAP, _aM],
|
|
@@ -1449,8 +1518,8 @@ var CreateCapabilityResponse$ = [3, n0, _CCRre,
|
|
|
1449
1518
|
];
|
|
1450
1519
|
var CreateClusterRequest$ = [3, n0, _CCRrea,
|
|
1451
1520
|
0,
|
|
1452
|
-
[_n, _rA, _rVC, _v, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
|
|
1453
|
-
[0, 0, () => VpcConfigRequest$, 0, () => KubernetesNetworkConfigRequest$, () => Logging$, [0, 4], 128 | 0, () => EncryptionConfigList, () => OutpostConfigRequest$, () => CreateAccessConfigRequest$, 2, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => RemoteNetworkConfigRequest$, () => ComputeConfigRequest$, () => StorageConfigRequest$, 2, () => ControlPlaneScalingConfig$], 3
|
|
1521
|
+
[_n, _rA, _rVC, _v, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC, _kASC, _kSC, _kCMC],
|
|
1522
|
+
[0, 0, () => VpcConfigRequest$, 0, () => KubernetesNetworkConfigRequest$, () => Logging$, [0, 4], 128 | 0, () => EncryptionConfigList, () => OutpostConfigRequest$, () => CreateAccessConfigRequest$, 2, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => RemoteNetworkConfigRequest$, () => ComputeConfigRequest$, () => StorageConfigRequest$, 2, () => ControlPlaneScalingConfig$, () => KubeApiServerConfigRequest$, () => KubeSchedulerConfigRequest$, () => KubeControllerManagerConfigRequest$], 3
|
|
1454
1523
|
];
|
|
1455
1524
|
var CreateClusterResponse$ = [3, n0, _CCRreat,
|
|
1456
1525
|
0,
|
|
@@ -1762,6 +1831,16 @@ var DisassociateIdentityProviderConfigResponse$ = [3, n0, _DIPCRis,
|
|
|
1762
1831
|
[_up],
|
|
1763
1832
|
[() => Update$]
|
|
1764
1833
|
];
|
|
1834
|
+
var DurationConstraints$ = [3, n0, _DC,
|
|
1835
|
+
0,
|
|
1836
|
+
[_mi, _ma],
|
|
1837
|
+
[0, 0]
|
|
1838
|
+
];
|
|
1839
|
+
var DurationParameterConfig$ = [3, n0, _DPC,
|
|
1840
|
+
0,
|
|
1841
|
+
[_dVe, _cons],
|
|
1842
|
+
[0, () => DurationConstraints$]
|
|
1843
|
+
];
|
|
1765
1844
|
var EksAnywhereSubscription$ = [3, n0, _EAS,
|
|
1766
1845
|
0,
|
|
1767
1846
|
[_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
|
|
@@ -1817,6 +1896,21 @@ var FargateProfileSelector$ = [3, n0, _FPS,
|
|
|
1817
1896
|
[_nam, _la],
|
|
1818
1897
|
[0, 128 | 0]
|
|
1819
1898
|
];
|
|
1899
|
+
var HorizontalPodAutoscalerControllerConfigRequest$ = [3, n0, _HPACCR,
|
|
1900
|
+
0,
|
|
1901
|
+
[_hPASP],
|
|
1902
|
+
[0]
|
|
1903
|
+
];
|
|
1904
|
+
var HorizontalPodAutoscalerControllerConfigResponse$ = [3, n0, _HPACCRo,
|
|
1905
|
+
0,
|
|
1906
|
+
[_hPASP],
|
|
1907
|
+
[0]
|
|
1908
|
+
];
|
|
1909
|
+
var HorizontalPodAutoscalerControllerVersionConfig$ = [3, n0, _HPACVC,
|
|
1910
|
+
0,
|
|
1911
|
+
[_hPASP],
|
|
1912
|
+
[() => DurationParameterConfig$]
|
|
1913
|
+
];
|
|
1820
1914
|
var Identity$ = [3, n0, _I,
|
|
1821
1915
|
0,
|
|
1822
1916
|
[_oi],
|
|
@@ -1862,11 +1956,46 @@ var InsightSummary$ = [3, n0, _ISn,
|
|
|
1862
1956
|
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
|
|
1863
1957
|
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
|
|
1864
1958
|
];
|
|
1959
|
+
var IntegerRangeConstraint$ = [3, n0, _IRC,
|
|
1960
|
+
0,
|
|
1961
|
+
[_mi, _ma],
|
|
1962
|
+
[1, 1]
|
|
1963
|
+
];
|
|
1865
1964
|
var Issue$ = [3, n0, _Is,
|
|
1866
1965
|
0,
|
|
1867
1966
|
[_co, _m, _rI],
|
|
1868
1967
|
[0, 0, 64 | 0]
|
|
1869
1968
|
];
|
|
1969
|
+
var KubeApiServerConfigRequest$ = [3, n0, _KASCR,
|
|
1970
|
+
0,
|
|
1971
|
+
[_eT, _sNPR],
|
|
1972
|
+
[0, () => ServiceNodePortRange$]
|
|
1973
|
+
];
|
|
1974
|
+
var KubeApiServerConfigResponse$ = [3, n0, _KASCRu,
|
|
1975
|
+
0,
|
|
1976
|
+
[_eT, _sNPR],
|
|
1977
|
+
[0, () => ServiceNodePortRange$]
|
|
1978
|
+
];
|
|
1979
|
+
var KubeApiServerVersionConfig$ = [3, n0, _KASVC,
|
|
1980
|
+
0,
|
|
1981
|
+
[_eT, _sNPR],
|
|
1982
|
+
[() => DurationParameterConfig$, () => PortRangeParameterConfig$]
|
|
1983
|
+
];
|
|
1984
|
+
var KubeControllerManagerConfigRequest$ = [3, n0, _KCMCR,
|
|
1985
|
+
0,
|
|
1986
|
+
[_hPACC],
|
|
1987
|
+
[() => HorizontalPodAutoscalerControllerConfigRequest$]
|
|
1988
|
+
];
|
|
1989
|
+
var KubeControllerManagerConfigResponse$ = [3, n0, _KCMCRu,
|
|
1990
|
+
0,
|
|
1991
|
+
[_hPACC],
|
|
1992
|
+
[() => HorizontalPodAutoscalerControllerConfigResponse$]
|
|
1993
|
+
];
|
|
1994
|
+
var KubeControllerManagerVersionConfig$ = [3, n0, _KCMVC,
|
|
1995
|
+
0,
|
|
1996
|
+
[_hPACC],
|
|
1997
|
+
[() => HorizontalPodAutoscalerControllerVersionConfig$]
|
|
1998
|
+
];
|
|
1870
1999
|
var KubernetesNetworkConfigRequest$ = [3, n0, _KNCR,
|
|
1871
2000
|
0,
|
|
1872
2001
|
[_sIC, _iF, _eLB],
|
|
@@ -1877,6 +2006,21 @@ var KubernetesNetworkConfigResponse$ = [3, n0, _KNCRu,
|
|
|
1877
2006
|
[_sIC, _sICe, _iF, _eLB],
|
|
1878
2007
|
[0, 0, 0, () => ElasticLoadBalancing$]
|
|
1879
2008
|
];
|
|
2009
|
+
var KubeSchedulerConfigRequest$ = [3, n0, _KSCR,
|
|
2010
|
+
0,
|
|
2011
|
+
[_nRF],
|
|
2012
|
+
[() => NodeResourcesFitConfig$]
|
|
2013
|
+
];
|
|
2014
|
+
var KubeSchedulerConfigResponse$ = [3, n0, _KSCRu,
|
|
2015
|
+
0,
|
|
2016
|
+
[_nRF],
|
|
2017
|
+
[() => NodeResourcesFitConfig$]
|
|
2018
|
+
];
|
|
2019
|
+
var KubeSchedulerVersionConfig$ = [3, n0, _KSVC,
|
|
2020
|
+
0,
|
|
2021
|
+
[_nRF],
|
|
2022
|
+
[() => NodeResourcesFitVersionConfig$]
|
|
2023
|
+
];
|
|
1880
2024
|
var LaunchTemplateSpecification$ = [3, n0, _LTS,
|
|
1881
2025
|
0,
|
|
1882
2026
|
[_n, _v, _id_],
|
|
@@ -2077,6 +2221,16 @@ var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
|
|
|
2077
2221
|
[_nMC, _nUR, _mRWTM, _rAep],
|
|
2078
2222
|
[0, 0, 1, 0]
|
|
2079
2223
|
];
|
|
2224
|
+
var NodeResourcesFitConfig$ = [3, n0, _NRFC,
|
|
2225
|
+
0,
|
|
2226
|
+
[_sS],
|
|
2227
|
+
[() => ScoringStrategy$]
|
|
2228
|
+
];
|
|
2229
|
+
var NodeResourcesFitVersionConfig$ = [3, n0, _NRFVC,
|
|
2230
|
+
0,
|
|
2231
|
+
[_sS],
|
|
2232
|
+
[() => ScoringStrategyConfig$]
|
|
2233
|
+
];
|
|
2080
2234
|
var OIDC$ = [3, n0, _OIDC,
|
|
2081
2235
|
0,
|
|
2082
2236
|
[_is],
|
|
@@ -2112,6 +2266,16 @@ var PodIdentityAssociationSummary$ = [3, n0, _PIAS,
|
|
|
2112
2266
|
[_cN, _nam, _sA, _aAss, _aIs, _oAw],
|
|
2113
2267
|
[0, 0, 0, 0, 0, 0]
|
|
2114
2268
|
];
|
|
2269
|
+
var PortRangeConstraints$ = [3, n0, _PRC,
|
|
2270
|
+
0,
|
|
2271
|
+
[_mP, _mPa],
|
|
2272
|
+
[() => IntegerRangeConstraint$, () => IntegerRangeConstraint$]
|
|
2273
|
+
];
|
|
2274
|
+
var PortRangeParameterConfig$ = [3, n0, _PRPC,
|
|
2275
|
+
0,
|
|
2276
|
+
[_dVe, _cons],
|
|
2277
|
+
[() => ServiceNodePortRange$, () => PortRangeConstraints$]
|
|
2278
|
+
];
|
|
2115
2279
|
var Provider$ = [3, n0, _P,
|
|
2116
2280
|
0,
|
|
2117
2281
|
[_kA],
|
|
@@ -2152,11 +2316,41 @@ var RemotePodNetwork$ = [3, n0, _RPN,
|
|
|
2152
2316
|
[_ci],
|
|
2153
2317
|
[64 | 0]
|
|
2154
2318
|
];
|
|
2155
|
-
var
|
|
2319
|
+
var ResourceConstraints$ = [3, n0, _RC,
|
|
2320
|
+
0,
|
|
2321
|
+
[_n, _w],
|
|
2322
|
+
[() => AllowedValuesConstraint$, () => IntegerRangeConstraint$]
|
|
2323
|
+
];
|
|
2324
|
+
var ResourceWeight$ = [3, n0, _RW,
|
|
2325
|
+
0,
|
|
2326
|
+
[_n, _w],
|
|
2327
|
+
[0, 1]
|
|
2328
|
+
];
|
|
2329
|
+
var RollbackConfig$ = [3, n0, _RCo,
|
|
2156
2330
|
0,
|
|
2157
2331
|
[_tM],
|
|
2158
2332
|
[1]
|
|
2159
2333
|
];
|
|
2334
|
+
var ScoringStrategy$ = [3, n0, _SS,
|
|
2335
|
+
0,
|
|
2336
|
+
[_ty, _res],
|
|
2337
|
+
[0, () => ResourceWeightList]
|
|
2338
|
+
];
|
|
2339
|
+
var ScoringStrategyConfig$ = [3, n0, _SSC,
|
|
2340
|
+
0,
|
|
2341
|
+
[_dVe, _cons],
|
|
2342
|
+
[() => ScoringStrategy$, () => ScoringStrategyConstraints$]
|
|
2343
|
+
];
|
|
2344
|
+
var ScoringStrategyConstraints$ = [3, n0, _SSCc,
|
|
2345
|
+
0,
|
|
2346
|
+
[_sS, _res],
|
|
2347
|
+
[() => AllowedValuesConstraint$, () => ResourceConstraints$]
|
|
2348
|
+
];
|
|
2349
|
+
var ServiceNodePortRange$ = [3, n0, _SNPR,
|
|
2350
|
+
0,
|
|
2351
|
+
[_mP, _mPa],
|
|
2352
|
+
[1, 1]
|
|
2353
|
+
];
|
|
2160
2354
|
var SsoIdentity$ = [3, n0, _SI,
|
|
2161
2355
|
0,
|
|
2162
2356
|
[_id_, _ty],
|
|
@@ -2259,8 +2453,8 @@ var UpdateCapabilityResponse$ = [3, n0, _UCRp,
|
|
|
2259
2453
|
];
|
|
2260
2454
|
var UpdateClusterConfigRequest$ = [3, n0, _UCCR,
|
|
2261
2455
|
0,
|
|
2262
|
-
[_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
|
|
2263
|
-
[[0, 1], () => VpcConfigRequest$, () => Logging$, [0, 4], () => UpdateAccessConfigRequest$, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => ComputeConfigRequest$, () => KubernetesNetworkConfigRequest$, () => StorageConfigRequest$, () => RemoteNetworkConfigRequest$, 2, () => ControlPlaneScalingConfig$], 1
|
|
2456
|
+
[_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC, _kASC, _kSC, _kCMC],
|
|
2457
|
+
[[0, 1], () => VpcConfigRequest$, () => Logging$, [0, 4], () => UpdateAccessConfigRequest$, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => ComputeConfigRequest$, () => KubernetesNetworkConfigRequest$, () => StorageConfigRequest$, () => RemoteNetworkConfigRequest$, 2, () => ControlPlaneScalingConfig$, () => KubeApiServerConfigRequest$, () => KubeSchedulerConfigRequest$, () => KubeControllerManagerConfigRequest$], 1
|
|
2264
2458
|
];
|
|
2265
2459
|
var UpdateClusterConfigResponse$ = [3, n0, _UCCRp,
|
|
2266
2460
|
0,
|
|
@@ -2420,6 +2614,9 @@ var ClusterVersionList = [1, n0, _CVL,
|
|
|
2420
2614
|
var Compatibilities = [1, n0, _Com,
|
|
2421
2615
|
0, () => Compatibility$
|
|
2422
2616
|
];
|
|
2617
|
+
var ControlPlaneScalingTierList = [1, n0, _CPSTL,
|
|
2618
|
+
0, () => ControlPlaneScalingTierInfo$
|
|
2619
|
+
];
|
|
2423
2620
|
var DeprecationDetails = [1, n0, _DDe,
|
|
2424
2621
|
0, () => DeprecationDetail$
|
|
2425
2622
|
];
|
|
@@ -2468,6 +2665,9 @@ var RemoteNodeNetworkList = [1, n0, _RNNL,
|
|
|
2468
2665
|
var RemotePodNetworkList = [1, n0, _RPNL,
|
|
2469
2666
|
0, () => RemotePodNetwork$
|
|
2470
2667
|
];
|
|
2668
|
+
var ResourceWeightList = [1, n0, _RWL,
|
|
2669
|
+
0, () => ResourceWeight$
|
|
2670
|
+
];
|
|
2471
2671
|
var SsoIdentityList = [1, n0, _SIL,
|
|
2472
2672
|
0, () => SsoIdentity$
|
|
2473
2673
|
];
|
|
@@ -2519,10 +2719,10 @@ var DeleteAccessEntry$ = [9, n0, _DAE,
|
|
|
2519
2719
|
var DeleteAddon$ = [9, n0, _DA,
|
|
2520
2720
|
{ [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200] }, () => DeleteAddonRequest$, () => DeleteAddonResponse$
|
|
2521
2721
|
];
|
|
2522
|
-
var DeleteCapability$ = [9, n0,
|
|
2722
|
+
var DeleteCapability$ = [9, n0, _DCe,
|
|
2523
2723
|
{ [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DeleteCapabilityRequest$, () => DeleteCapabilityResponse$
|
|
2524
2724
|
];
|
|
2525
|
-
var DeleteCluster$ = [9, n0,
|
|
2725
|
+
var DeleteCluster$ = [9, n0, _DCel,
|
|
2526
2726
|
{ [_ht]: ["DELETE", "/clusters/{name}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
2527
2727
|
];
|
|
2528
2728
|
var DeleteEksAnywhereSubscription$ = [9, n0, _DEAS,
|
|
@@ -3573,6 +3773,9 @@ const UpdateParamType = {
|
|
|
3573
3773
|
ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess",
|
|
3574
3774
|
IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig",
|
|
3575
3775
|
KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig",
|
|
3776
|
+
KUBE_API_SERVER_CONFIG: "KubeApiServerConfig",
|
|
3777
|
+
KUBE_CONTROLLER_MANAGER_CONFIG: "KubeControllerManagerConfig",
|
|
3778
|
+
KUBE_SCHEDULER_CONFIG: "KubeSchedulerConfig",
|
|
3576
3779
|
LABELS_TO_ADD: "LabelsToAdd",
|
|
3577
3780
|
LABELS_TO_REMOVE: "LabelsToRemove",
|
|
3578
3781
|
LAUNCH_TEMPLATE_NAME: "LaunchTemplateName",
|
|
@@ -3626,6 +3829,7 @@ const UpdateType = {
|
|
|
3626
3829
|
AUTO_MODE_UPDATE: "AutoModeUpdate",
|
|
3627
3830
|
CAPABILITY_UPDATE: "CapabilityUpdate",
|
|
3628
3831
|
CONFIG_UPDATE: "ConfigUpdate",
|
|
3832
|
+
CONTROL_PLANE_COMPONENT_CONFIG_UPDATE: "ControlPlaneComponentConfigUpdate",
|
|
3629
3833
|
CONTROL_PLANE_EGRESS_UPDATE: "ControlPlaneEgressUpdate",
|
|
3630
3834
|
CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate",
|
|
3631
3835
|
DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
|
|
@@ -3677,6 +3881,10 @@ const IpFamily = {
|
|
|
3677
3881
|
IPV4: "ipv4",
|
|
3678
3882
|
IPV6: "ipv6",
|
|
3679
3883
|
};
|
|
3884
|
+
const ScoringStrategyType = {
|
|
3885
|
+
LEAST_ALLOCATED: "LeastAllocated",
|
|
3886
|
+
MOST_ALLOCATED: "MostAllocated",
|
|
3887
|
+
};
|
|
3680
3888
|
const LogType = {
|
|
3681
3889
|
API: "api",
|
|
3682
3890
|
AUDIT: "audit",
|
|
@@ -3887,6 +4095,7 @@ exports.AddonPodIdentityAssociations$ = AddonPodIdentityAssociations$;
|
|
|
3887
4095
|
exports.AddonPodIdentityConfiguration$ = AddonPodIdentityConfiguration$;
|
|
3888
4096
|
exports.AddonStatus = AddonStatus;
|
|
3889
4097
|
exports.AddonVersionInfo$ = AddonVersionInfo$;
|
|
4098
|
+
exports.AllowedValuesConstraint$ = AllowedValuesConstraint$;
|
|
3890
4099
|
exports.ArgoCdAwsIdcConfigRequest$ = ArgoCdAwsIdcConfigRequest$;
|
|
3891
4100
|
exports.ArgoCdAwsIdcConfigResponse$ = ArgoCdAwsIdcConfigResponse$;
|
|
3892
4101
|
exports.ArgoCdConfigRequest$ = ArgoCdConfigRequest$;
|
|
@@ -3949,10 +4158,12 @@ exports.ConfigStatus = ConfigStatus;
|
|
|
3949
4158
|
exports.ConnectorConfigProvider = ConnectorConfigProvider;
|
|
3950
4159
|
exports.ConnectorConfigRequest$ = ConnectorConfigRequest$;
|
|
3951
4160
|
exports.ConnectorConfigResponse$ = ConnectorConfigResponse$;
|
|
4161
|
+
exports.ControlPlaneConfigInfo$ = ControlPlaneConfigInfo$;
|
|
3952
4162
|
exports.ControlPlaneEgressModeType = ControlPlaneEgressModeType;
|
|
3953
4163
|
exports.ControlPlanePlacementRequest$ = ControlPlanePlacementRequest$;
|
|
3954
4164
|
exports.ControlPlanePlacementResponse$ = ControlPlanePlacementResponse$;
|
|
3955
4165
|
exports.ControlPlaneScalingConfig$ = ControlPlaneScalingConfig$;
|
|
4166
|
+
exports.ControlPlaneScalingTierInfo$ = ControlPlaneScalingTierInfo$;
|
|
3956
4167
|
exports.CreateAccessConfigRequest$ = CreateAccessConfigRequest$;
|
|
3957
4168
|
exports.CreateAccessEntry$ = CreateAccessEntry$;
|
|
3958
4169
|
exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
|
|
@@ -4091,6 +4302,8 @@ exports.DisassociateIdentityProviderConfig$ = DisassociateIdentityProviderConfig
|
|
|
4091
4302
|
exports.DisassociateIdentityProviderConfigCommand = DisassociateIdentityProviderConfigCommand;
|
|
4092
4303
|
exports.DisassociateIdentityProviderConfigRequest$ = DisassociateIdentityProviderConfigRequest$;
|
|
4093
4304
|
exports.DisassociateIdentityProviderConfigResponse$ = DisassociateIdentityProviderConfigResponse$;
|
|
4305
|
+
exports.DurationConstraints$ = DurationConstraints$;
|
|
4306
|
+
exports.DurationParameterConfig$ = DurationParameterConfig$;
|
|
4094
4307
|
exports.EKS = EKS;
|
|
4095
4308
|
exports.EKSClient = EKSClient;
|
|
4096
4309
|
exports.EKSServiceException = EKSServiceException;
|
|
@@ -4112,6 +4325,9 @@ exports.FargateProfileIssue$ = FargateProfileIssue$;
|
|
|
4112
4325
|
exports.FargateProfileIssueCode = FargateProfileIssueCode;
|
|
4113
4326
|
exports.FargateProfileSelector$ = FargateProfileSelector$;
|
|
4114
4327
|
exports.FargateProfileStatus = FargateProfileStatus;
|
|
4328
|
+
exports.HorizontalPodAutoscalerControllerConfigRequest$ = HorizontalPodAutoscalerControllerConfigRequest$;
|
|
4329
|
+
exports.HorizontalPodAutoscalerControllerConfigResponse$ = HorizontalPodAutoscalerControllerConfigResponse$;
|
|
4330
|
+
exports.HorizontalPodAutoscalerControllerVersionConfig$ = HorizontalPodAutoscalerControllerVersionConfig$;
|
|
4115
4331
|
exports.Identity$ = Identity$;
|
|
4116
4332
|
exports.IdentityProviderConfig$ = IdentityProviderConfig$;
|
|
4117
4333
|
exports.IdentityProviderConfigResponse$ = IdentityProviderConfigResponse$;
|
|
@@ -4123,6 +4339,7 @@ exports.InsightStatusValue = InsightStatusValue;
|
|
|
4123
4339
|
exports.InsightSummary$ = InsightSummary$;
|
|
4124
4340
|
exports.InsightsFilter$ = InsightsFilter$;
|
|
4125
4341
|
exports.InsightsRefreshStatus = InsightsRefreshStatus;
|
|
4342
|
+
exports.IntegerRangeConstraint$ = IntegerRangeConstraint$;
|
|
4126
4343
|
exports.InvalidParameterException = InvalidParameterException;
|
|
4127
4344
|
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
4128
4345
|
exports.InvalidRequestException = InvalidRequestException;
|
|
@@ -4131,6 +4348,15 @@ exports.InvalidStateException = InvalidStateException;
|
|
|
4131
4348
|
exports.InvalidStateException$ = InvalidStateException$;
|
|
4132
4349
|
exports.IpFamily = IpFamily;
|
|
4133
4350
|
exports.Issue$ = Issue$;
|
|
4351
|
+
exports.KubeApiServerConfigRequest$ = KubeApiServerConfigRequest$;
|
|
4352
|
+
exports.KubeApiServerConfigResponse$ = KubeApiServerConfigResponse$;
|
|
4353
|
+
exports.KubeApiServerVersionConfig$ = KubeApiServerVersionConfig$;
|
|
4354
|
+
exports.KubeControllerManagerConfigRequest$ = KubeControllerManagerConfigRequest$;
|
|
4355
|
+
exports.KubeControllerManagerConfigResponse$ = KubeControllerManagerConfigResponse$;
|
|
4356
|
+
exports.KubeControllerManagerVersionConfig$ = KubeControllerManagerVersionConfig$;
|
|
4357
|
+
exports.KubeSchedulerConfigRequest$ = KubeSchedulerConfigRequest$;
|
|
4358
|
+
exports.KubeSchedulerConfigResponse$ = KubeSchedulerConfigResponse$;
|
|
4359
|
+
exports.KubeSchedulerVersionConfig$ = KubeSchedulerVersionConfig$;
|
|
4134
4360
|
exports.KubernetesNetworkConfigRequest$ = KubernetesNetworkConfigRequest$;
|
|
4135
4361
|
exports.KubernetesNetworkConfigResponse$ = KubernetesNetworkConfigResponse$;
|
|
4136
4362
|
exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
|
|
@@ -4197,6 +4423,8 @@ exports.Logging$ = Logging$;
|
|
|
4197
4423
|
exports.MarketplaceInformation$ = MarketplaceInformation$;
|
|
4198
4424
|
exports.NodeRepairConfig$ = NodeRepairConfig$;
|
|
4199
4425
|
exports.NodeRepairConfigOverrides$ = NodeRepairConfigOverrides$;
|
|
4426
|
+
exports.NodeResourcesFitConfig$ = NodeResourcesFitConfig$;
|
|
4427
|
+
exports.NodeResourcesFitVersionConfig$ = NodeResourcesFitVersionConfig$;
|
|
4200
4428
|
exports.Nodegroup$ = Nodegroup$;
|
|
4201
4429
|
exports.NodegroupHealth$ = NodegroupHealth$;
|
|
4202
4430
|
exports.NodegroupIssueCode = NodegroupIssueCode;
|
|
@@ -4214,6 +4442,8 @@ exports.OutpostConfigRequest$ = OutpostConfigRequest$;
|
|
|
4214
4442
|
exports.OutpostConfigResponse$ = OutpostConfigResponse$;
|
|
4215
4443
|
exports.PodIdentityAssociation$ = PodIdentityAssociation$;
|
|
4216
4444
|
exports.PodIdentityAssociationSummary$ = PodIdentityAssociationSummary$;
|
|
4445
|
+
exports.PortRangeConstraints$ = PortRangeConstraints$;
|
|
4446
|
+
exports.PortRangeParameterConfig$ = PortRangeParameterConfig$;
|
|
4217
4447
|
exports.Provider$ = Provider$;
|
|
4218
4448
|
exports.ProvisionedControlPlaneTier = ProvisionedControlPlaneTier;
|
|
4219
4449
|
exports.RegisterCluster$ = RegisterCluster$;
|
|
@@ -4227,6 +4457,7 @@ exports.RemoteNodeNetwork$ = RemoteNodeNetwork$;
|
|
|
4227
4457
|
exports.RemotePodNetwork$ = RemotePodNetwork$;
|
|
4228
4458
|
exports.RepairAction = RepairAction;
|
|
4229
4459
|
exports.ResolveConflicts = ResolveConflicts;
|
|
4460
|
+
exports.ResourceConstraints$ = ResourceConstraints$;
|
|
4230
4461
|
exports.ResourceInUseException = ResourceInUseException;
|
|
4231
4462
|
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
4232
4463
|
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
@@ -4235,9 +4466,15 @@ exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
|
4235
4466
|
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4236
4467
|
exports.ResourcePropagationDelayException = ResourcePropagationDelayException;
|
|
4237
4468
|
exports.ResourcePropagationDelayException$ = ResourcePropagationDelayException$;
|
|
4469
|
+
exports.ResourceWeight$ = ResourceWeight$;
|
|
4238
4470
|
exports.RollbackConfig$ = RollbackConfig$;
|
|
4471
|
+
exports.ScoringStrategy$ = ScoringStrategy$;
|
|
4472
|
+
exports.ScoringStrategyConfig$ = ScoringStrategyConfig$;
|
|
4473
|
+
exports.ScoringStrategyConstraints$ = ScoringStrategyConstraints$;
|
|
4474
|
+
exports.ScoringStrategyType = ScoringStrategyType;
|
|
4239
4475
|
exports.ServerException = ServerException;
|
|
4240
4476
|
exports.ServerException$ = ServerException$;
|
|
4477
|
+
exports.ServiceNodePortRange$ = ServiceNodePortRange$;
|
|
4241
4478
|
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
4242
4479
|
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
4243
4480
|
exports.SpreadLevel = SpreadLevel;
|