@aws-sdk/client-eks 3.939.0 → 3.942.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +435 -68
  3. package/dist-es/EKS.js +10 -0
  4. package/dist-es/commands/CreateCapabilityCommand.js +16 -0
  5. package/dist-es/commands/DeleteCapabilityCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapabilityCommand.js +16 -0
  7. package/dist-es/commands/ListCapabilitiesCommand.js +16 -0
  8. package/dist-es/commands/UpdateCapabilityCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +30 -0
  11. package/dist-es/pagination/ListCapabilitiesPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +326 -68
  14. package/dist-types/EKS.d.ts +35 -0
  15. package/dist-types/EKSClient.d.ts +7 -2
  16. package/dist-types/commands/CreateCapabilityCommand.d.ts +186 -0
  17. package/dist-types/commands/DeleteCapabilityCommand.d.ts +147 -0
  18. package/dist-types/commands/DescribeCapabilityCommand.d.ts +143 -0
  19. package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -0
  20. package/dist-types/commands/ListCapabilitiesCommand.d.ts +94 -0
  21. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateCapabilityCommand.d.ts +154 -0
  23. package/dist-types/commands/index.d.ts +5 -0
  24. package/dist-types/models/enums.d.ts +78 -0
  25. package/dist-types/models/models_0.d.ts +672 -1
  26. package/dist-types/pagination/ListCapabilitiesPaginator.d.ts +7 -0
  27. package/dist-types/pagination/index.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +36 -0
  29. package/dist-types/ts3.4/EKS.d.ts +85 -0
  30. package/dist-types/ts3.4/EKSClient.d.ts +30 -0
  31. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +50 -0
  32. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +50 -0
  33. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +50 -0
  35. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +50 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  37. package/dist-types/ts3.4/models/enums.d.ts +41 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +139 -0
  39. package/dist-types/ts3.4/pagination/ListCapabilitiesPaginator.d.ts +11 -0
  40. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +36 -0
  42. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -371,9 +371,17 @@ const _AAPL = "AssociatedAccessPoliciesList";
371
371
  const _AAPR = "AssociateAccessPolicyRequest";
372
372
  const _AAPRs = "AssociateAccessPolicyResponse";
373
373
  const _AAPs = "AssociateAccessPolicy";
374
+ const _ACAICR = "ArgoCdAwsIdcConfigRequest";
375
+ const _ACAICRr = "ArgoCdAwsIdcConfigResponse";
376
+ const _ACCR = "ArgoCdConfigRequest";
377
+ const _ACCRr = "ArgoCdConfigResponse";
374
378
  const _ACD = "AddonCompatibilityDetail";
375
379
  const _ACDd = "AddonCompatibilityDetails";
380
+ const _ACNACR = "ArgoCdNetworkAccessConfigRequest";
381
+ const _ACNACRr = "ArgoCdNetworkAccessConfigResponse";
376
382
  const _ACR = "AccessConfigResponse";
383
+ const _ACRM = "ArgoCdRoleMapping";
384
+ const _ACRML = "ArgoCdRoleMappingList";
377
385
  const _ADE = "AccessDeniedException";
378
386
  const _AE = "AccessEntry";
379
387
  const _AEC = "AssociateEncryptionConfig";
@@ -402,7 +410,7 @@ const _AVIL = "AddonVersionInfoList";
402
410
  const _Ad = "Addons";
403
411
  const _BRE = "BadRequestException";
404
412
  const _BS = "BlockStorage";
405
- const _C = "Certificate";
413
+ const _C = "Capability";
406
414
  const _CA = "CreateAddon";
407
415
  const _CACR = "CreateAccessConfigRequest";
408
416
  const _CAE = "CreateAccessEntry";
@@ -410,13 +418,18 @@ const _CAER = "CreateAccessEntryRequest";
410
418
  const _CAERr = "CreateAccessEntryResponse";
411
419
  const _CAR = "CreateAddonRequest";
412
420
  const _CARr = "CreateAddonResponse";
413
- const _CC = "CreateCluster";
414
- const _CCR = "ComputeConfigRequest";
415
- const _CCRo = "ComputeConfigResponse";
421
+ const _CC = "CreateCapability";
422
+ const _CCR = "CapabilityConfigurationRequest";
423
+ const _CCRa = "CapabilityConfigurationResponse";
424
+ const _CCRo = "ComputeConfigRequest";
425
+ const _CCRom = "ComputeConfigResponse";
416
426
  const _CCRon = "ConnectorConfigRequest";
417
427
  const _CCRonn = "ConnectorConfigResponse";
418
- const _CCRr = "CreateClusterRequest";
419
- const _CCRre = "CreateClusterResponse";
428
+ const _CCRr = "CreateCapabilityRequest";
429
+ const _CCRre = "CreateCapabilityResponse";
430
+ const _CCRrea = "CreateClusterRequest";
431
+ const _CCRreat = "CreateClusterResponse";
432
+ const _CCr = "CreateCluster";
420
433
  const _CE = "ClientException";
421
434
  const _CEAS = "CreateEksAnywhereSubscription";
422
435
  const _CEASR = "CreateEksAnywhereSubscriptionRequest";
@@ -424,9 +437,12 @@ const _CEASRr = "CreateEksAnywhereSubscriptionResponse";
424
437
  const _CFP = "CreateFargateProfile";
425
438
  const _CFPR = "CreateFargateProfileRequest";
426
439
  const _CFPRr = "CreateFargateProfileResponse";
427
- const _CH = "ClusterHealth";
428
- const _CI = "ClusterIssue";
429
- const _CIL = "ClusterIssueList";
440
+ const _CH = "CapabilityHealth";
441
+ const _CHl = "ClusterHealth";
442
+ const _CI = "CapabilityIssue";
443
+ const _CIL = "CapabilityIssueList";
444
+ const _CILl = "ClusterIssueList";
445
+ const _CIl = "ClusterIssue";
430
446
  const _CN = "CreateNodegroup";
431
447
  const _CNR = "CreateNodegroupRequest";
432
448
  const _CNRr = "CreateNodegroupResponse";
@@ -436,10 +452,13 @@ const _CPIARr = "CreatePodIdentityAssociationResponse";
436
452
  const _CPPR = "ControlPlanePlacementRequest";
437
453
  const _CPPRo = "ControlPlanePlacementResponse";
438
454
  const _CPSC = "ControlPlaneScalingConfig";
439
- const _CS = "ClientStat";
440
- const _CSl = "ClientStats";
455
+ const _CS = "CapabilitySummary";
456
+ const _CSL = "CapabilitySummaryList";
457
+ const _CSl = "ClientStat";
458
+ const _CSli = "ClientStats";
441
459
  const _CVI = "ClusterVersionInformation";
442
460
  const _CVL = "ClusterVersionList";
461
+ const _Ce = "Certificate";
443
462
  const _Cl = "Cluster";
444
463
  const _Co = "Compatibility";
445
464
  const _Com = "Compatibilities";
@@ -464,18 +483,24 @@ const _DAV = "DescribeAddonVersions";
464
483
  const _DAVR = "DescribeAddonVersionsRequest";
465
484
  const _DAVRe = "DescribeAddonVersionsResponse";
466
485
  const _DAe = "DescribeAddon";
467
- const _DC = "DeleteCluster";
468
- const _DCR = "DeleteClusterRequest";
469
- const _DCRe = "DeleteClusterResponse";
486
+ const _DC = "DeleteCapability";
487
+ const _DCR = "DeleteCapabilityRequest";
488
+ const _DCRe = "DeleteCapabilityResponse";
489
+ const _DCRel = "DeleteClusterRequest";
490
+ const _DCRele = "DeleteClusterResponse";
470
491
  const _DCRer = "DeregisterClusterRequest";
471
492
  const _DCRere = "DeregisterClusterResponse";
472
- const _DCRes = "DescribeClusterRequest";
473
- const _DCResc = "DescribeClusterResponse";
493
+ const _DCRes = "DescribeCapabilityRequest";
494
+ const _DCResc = "DescribeCapabilityResponse";
495
+ const _DCRescr = "DescribeClusterRequest";
496
+ const _DCRescri = "DescribeClusterResponse";
474
497
  const _DCV = "DescribeClusterVersions";
475
498
  const _DCVR = "DescribeClusterVersionsRequest";
476
499
  const _DCVRe = "DescribeClusterVersionsResponse";
477
- const _DCe = "DeregisterCluster";
478
- const _DCes = "DescribeCluster";
500
+ const _DCe = "DeleteCluster";
501
+ const _DCer = "DeregisterCluster";
502
+ const _DCes = "DescribeCapability";
503
+ const _DCesc = "DescribeCluster";
479
504
  const _DD = "DeprecationDetail";
480
505
  const _DDe = "DeprecationDetails";
481
506
  const _DEAS = "DeleteEksAnywhereSubscription";
@@ -563,9 +588,12 @@ const _LAPR = "ListAccessPoliciesRequest";
563
588
  const _LAPRi = "ListAccessPoliciesResponse";
564
589
  const _LAR = "ListAddonsRequest";
565
590
  const _LARi = "ListAddonsResponse";
566
- const _LC = "ListClusters";
567
- const _LCR = "ListClustersRequest";
568
- const _LCRi = "ListClustersResponse";
591
+ const _LC = "ListCapabilities";
592
+ const _LCR = "ListCapabilitiesRequest";
593
+ const _LCRi = "ListCapabilitiesResponse";
594
+ const _LCRis = "ListClustersRequest";
595
+ const _LCRist = "ListClustersResponse";
596
+ const _LCi = "ListClusters";
569
597
  const _LEAS = "ListEksAnywhereSubscriptions";
570
598
  const _LEASR = "ListEksAnywhereSubscriptionsRequest";
571
599
  const _LEASRi = "ListEksAnywhereSubscriptionsResponse";
@@ -631,6 +659,8 @@ const _RPNL = "RemotePodNetworkList";
631
659
  const _SCR = "StorageConfigRequest";
632
660
  const _SCRt = "StorageConfigResponse";
633
661
  const _SE = "ServerException";
662
+ const _SI = "SsoIdentity";
663
+ const _SIL = "SsoIdentityList";
634
664
  const _SIR = "StartInsightsRefresh";
635
665
  const _SIRR = "StartInsightsRefreshRequest";
636
666
  const _SIRRt = "StartInsightsRefreshResponse";
@@ -642,6 +672,7 @@ const _TRR = "TagResourceRequest";
642
672
  const _TRRa = "TagResourceResponse";
643
673
  const _U = "Update";
644
674
  const _UA = "UpdateAddon";
675
+ const _UACC = "UpdateArgoCdConfig";
645
676
  const _UACR = "UpdateAccessConfigRequest";
646
677
  const _UAE = "UpdateAccessEntry";
647
678
  const _UAER = "UpdateAccessEntryRequest";
@@ -649,9 +680,13 @@ const _UAERp = "UpdateAccessEntryResponse";
649
680
  const _UAR = "UpdateAddonRequest";
650
681
  const _UARp = "UpdateAddonResponse";
651
682
  const _UAZE = "UnsupportedAvailabilityZoneException";
652
- const _UCC = "UpdateClusterConfig";
683
+ const _UC = "UpdateCapability";
684
+ const _UCC = "UpdateCapabilityConfiguration";
653
685
  const _UCCR = "UpdateClusterConfigRequest";
654
686
  const _UCCRp = "UpdateClusterConfigResponse";
687
+ const _UCCp = "UpdateClusterConfig";
688
+ const _UCR = "UpdateCapabilityRequest";
689
+ const _UCRp = "UpdateCapabilityResponse";
655
690
  const _UCV = "UpdateClusterVersion";
656
691
  const _UCVR = "UpdateClusterVersionRequest";
657
692
  const _UCVRp = "UpdateClusterVersionResponse";
@@ -673,6 +708,7 @@ const _UPR = "UpgradePolicyRequest";
673
708
  const _UPRp = "UpgradePolicyResponse";
674
709
  const _UPp = "UpdateParams";
675
710
  const _UR = "UntagResource";
711
+ const _URM = "UpdateRoleMappings";
676
712
  const _URR = "UntagResourceRequest";
677
713
  const _URRn = "UntagResourceResponse";
678
714
  const _UTP = "UpdateTaintsPayload";
@@ -686,19 +722,22 @@ const _aAP = "associatedAccessPolicy";
686
722
  const _aAPs = "associatedAccessPolicies";
687
723
  const _aAs = "associatedAt";
688
724
  const _aAss = "associationArn";
689
- const _aC = "accessConfig";
725
+ const _aC = "argoCd";
690
726
  const _aCD = "addonCompatibilityDetails";
691
- const _aCc = "activationCode";
727
+ const _aCc = "accessConfig";
728
+ const _aCct = "activationCode";
692
729
  const _aE = "activationExpiry";
693
730
  const _aEA = "accessEntryArn";
694
731
  const _aEc = "accessEntry";
695
732
  const _aEcc = "accessEntries";
696
- const _aI = "activationId";
733
+ const _aI = "awsIdc";
734
+ const _aIc = "activationId";
697
735
  const _aId = "additionalInfo";
698
736
  const _aIs = "associationId";
699
737
  const _aM = "authenticationMode";
700
738
  const _aN = "addonName";
701
739
  const _aOUL = "addOrUpdateLabels";
740
+ const _aOURM = "addOrUpdateRoleMappings";
702
741
  const _aOUT = "addOrUpdateTaints";
703
742
  const _aP = "accessPolicies";
704
743
  const _aPA = "associatedPolicyArn";
@@ -724,6 +763,7 @@ const _cCo = "computeConfig";
724
763
  const _cI = "clientId";
725
764
  const _cL = "clusterLogging";
726
765
  const _cN = "clusterName";
766
+ const _cNa = "capabilityName";
727
767
  const _cPIT = "controlPlaneInstanceType";
728
768
  const _cPP = "controlPlanePlacement";
729
769
  const _cPSC = "controlPlaneScalingConfig";
@@ -739,18 +779,22 @@ const _cV = "configurationValues";
739
779
  const _cVl = "clusterVersion";
740
780
  const _cVlu = "clusterVersions";
741
781
  const _cVo = "compatibleVersions";
742
- const _ca = "category";
743
- const _cat = "categories";
782
+ const _ca = "capability";
783
+ const _cap = "capabilities";
784
+ const _cat = "category";
785
+ const _cate = "categories";
744
786
  const _ci = "cidrs";
745
787
  const _cl = "cluster";
746
788
  const _clu = "clusters";
747
789
  const _co = "code";
748
790
  const _com = "compatibilities";
791
+ const _con = "configuration";
749
792
  const _d = "data";
750
793
  const _dD = "deprecationDetails";
751
794
  const _dN = "defaultNamespace";
752
795
  const _dO = "defaultOnly";
753
796
  const _dP = "deletionProtection";
797
+ const _dPP = "deletePropagationPolicy";
754
798
  const _dPV = "defaultPlatformVersion";
755
799
  const _dS = "diskSize";
756
800
  const _dST = "disableSessionTags";
@@ -792,16 +836,20 @@ const _ht = "http";
792
836
  const _i = "issues";
793
837
  const _iA = "includeAll";
794
838
  const _iF = "ipFamily";
839
+ const _iIA = "idcInstanceArn";
840
+ const _iMAA = "idcManagedApplicationArn";
795
841
  const _iPC = "identityProviderConfig";
796
842
  const _iPCA = "identityProviderConfigArn";
797
843
  const _iPCN = "identityProviderConfigName";
798
844
  const _iPCd = "identityProviderConfigs";
845
+ const _iR = "idcRegion";
799
846
  const _iS = "insightStatus";
800
847
  const _iSn = "includeStatus";
801
848
  const _iT = "instanceTypes";
802
849
  const _iU = "issuerUrl";
803
- const _id = "identity";
850
+ const _id = "identities";
804
851
  const _id_ = "id";
852
+ const _ide = "identity";
805
853
  const _in = "insight";
806
854
  const _inc = "include";
807
855
  const _ins = "insights";
@@ -838,7 +886,8 @@ const _mUNTC = "maxUnhealthyNodeThresholdCount";
838
886
  const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
839
887
  const _mUP = "maxUnavailablePercentage";
840
888
  const _n = "name";
841
- const _nA = "nodegroupArn";
889
+ const _nA = "networkAccess";
890
+ const _nAo = "nodegroupArn";
842
891
  const _nC = "namespaceConfig";
843
892
  const _nMC = "nodeMonitoringCondition";
844
893
  const _nN = "nodegroupName";
@@ -875,7 +924,7 @@ const _pa = "params";
875
924
  const _pr = "provider";
876
925
  const _pre = "preserve";
877
926
  const _pu = "publishers";
878
- const _r = "resources";
927
+ const _r = "role";
879
928
  const _rA = "roleArn";
880
929
  const _rASG = "remoteAccessSecurityGroup";
881
930
  const _rAe = "remoteAccess";
@@ -892,12 +941,15 @@ const _rMP = "recommendedManagedPolicies";
892
941
  const _rNC = "remoteNetworkConfig";
893
942
  const _rNN = "remoteNodeNetworks";
894
943
  const _rPN = "remotePodNetworks";
944
+ const _rRM = "rbacRoleMappings";
945
+ const _rRMe = "removeRoleMappings";
895
946
  const _rT = "removeTaints";
896
947
  const _rV = "releaseVersion";
897
948
  const _rVC = "resourcesVpcConfig";
898
949
  const _rW = "replacedWith";
899
- const _re = "recommendation";
950
+ const _re = "resources";
900
951
  const _rea = "reason";
952
+ const _rec = "recommendation";
901
953
  const _s = "status";
902
954
  const _sA = "serviceAccount";
903
955
  const _sARA = "serviceAccountRoleArn";
@@ -913,6 +965,7 @@ const _sSG = "sourceSecurityGroups";
913
965
  const _sSRV = "startServingReplacementVersion";
914
966
  const _sSV = "stopServingVersion";
915
967
  const _sT = "supportType";
968
+ const _sU = "serverUrl";
916
969
  const _se = "selectors";
917
970
  const _ser = "server";
918
971
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
@@ -943,7 +996,8 @@ const _un = "unit";
943
996
  const _up = "update";
944
997
  const _us = "usage";
945
998
  const _v = "version";
946
- const _vI = "vpcId";
999
+ const _vI = "vpceIds";
1000
+ const _vIp = "vpcId";
947
1001
  const _vS = "versionStatus";
948
1002
  const _vZ = "validZones";
949
1003
  const _va = "value";
@@ -1020,6 +1074,27 @@ var AddonVersionInfo = [
1020
1074
  [_aV, _ar, _cT, _com, _rC, _rIP],
1021
1075
  [0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2],
1022
1076
  ];
1077
+ var ArgoCdAwsIdcConfigRequest = [3, n0, _ACAICR, 0, [_iIA, _iR], [0, 0]];
1078
+ var ArgoCdAwsIdcConfigResponse = [3, n0, _ACAICRr, 0, [_iIA, _iR, _iMAA], [0, 0, 0]];
1079
+ var ArgoCdConfigRequest = [
1080
+ 3,
1081
+ n0,
1082
+ _ACCR,
1083
+ 0,
1084
+ [_nam, _aI, _rRM, _nA],
1085
+ [0, () => ArgoCdAwsIdcConfigRequest, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest],
1086
+ ];
1087
+ var ArgoCdConfigResponse = [
1088
+ 3,
1089
+ n0,
1090
+ _ACCRr,
1091
+ 0,
1092
+ [_nam, _aI, _rRM, _nA, _sU],
1093
+ [0, () => ArgoCdAwsIdcConfigResponse, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse, 0],
1094
+ ];
1095
+ var ArgoCdNetworkAccessConfigRequest = [3, n0, _ACNACR, 0, [_vI], [64 | 0]];
1096
+ var ArgoCdNetworkAccessConfigResponse = [3, n0, _ACNACRr, 0, [_vI], [64 | 0]];
1097
+ var ArgoCdRoleMapping = [3, n0, _ACRM, 0, [_r, _id], [0, () => SsoIdentityList]];
1023
1098
  var AssociateAccessPolicyRequest = [
1024
1099
  3,
1025
1100
  n0,
@@ -1083,7 +1158,34 @@ var BadRequestException = [
1083
1158
  ];
1084
1159
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
1085
1160
  var BlockStorage = [3, n0, _BS, 0, [_en], [2]];
1086
- var Certificate = [3, n0, _C, 0, [_d], [0]];
1161
+ var Capability = [
1162
+ 3,
1163
+ n0,
1164
+ _C,
1165
+ 0,
1166
+ [_cNa, _a, _cN, _ty, _rA, _s, _v, _con, _t, _h, _cA, _mA, _dPP],
1167
+ [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse, 128 | 0, () => CapabilityHealth, 4, 4, 0],
1168
+ ];
1169
+ var CapabilityConfigurationRequest = [3, n0, _CCR, 0, [_aC], [() => ArgoCdConfigRequest]];
1170
+ var CapabilityConfigurationResponse = [
1171
+ 3,
1172
+ n0,
1173
+ _CCRa,
1174
+ 0,
1175
+ [_aC],
1176
+ [() => ArgoCdConfigResponse],
1177
+ ];
1178
+ var CapabilityHealth = [3, n0, _CH, 0, [_i], [() => CapabilityIssueList]];
1179
+ var CapabilityIssue = [3, n0, _CI, 0, [_co, _m], [0, 0]];
1180
+ var CapabilitySummary = [
1181
+ 3,
1182
+ n0,
1183
+ _CS,
1184
+ 0,
1185
+ [_cNa, _a, _ty, _s, _v, _cA, _mA],
1186
+ [0, 0, 0, 0, 0, 4, 4],
1187
+ ];
1188
+ var Certificate = [3, n0, _Ce, 0, [_d], [0]];
1087
1189
  var ClientException = [
1088
1190
  -3,
1089
1191
  n0,
@@ -1096,7 +1198,7 @@ var ClientException = [
1096
1198
  [0, 0, 0, 0, 0],
1097
1199
  ];
1098
1200
  schema.TypeRegistry.for(n0).registerError(ClientException, ClientException$1);
1099
- var ClientStat = [3, n0, _CS, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
1201
+ var ClientStat = [3, n0, _CSl, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
1100
1202
  var Cluster = [
1101
1203
  3,
1102
1204
  n0,
@@ -1112,7 +1214,7 @@ var Cluster = [
1112
1214
  _rVC,
1113
1215
  _kNC,
1114
1216
  _l,
1115
- _id,
1217
+ _ide,
1116
1218
  _s,
1117
1219
  _cAe,
1118
1220
  _cRT,
@@ -1123,7 +1225,7 @@ var Cluster = [
1123
1225
  _id_,
1124
1226
  _h,
1125
1227
  _oC,
1126
- _aC,
1228
+ _aCc,
1127
1229
  _uP,
1128
1230
  _zSC,
1129
1231
  _rNC,
@@ -1163,8 +1265,8 @@ var Cluster = [
1163
1265
  () => ControlPlaneScalingConfig,
1164
1266
  ],
1165
1267
  ];
1166
- var ClusterHealth = [3, n0, _CH, 0, [_i], [() => ClusterIssueList]];
1167
- var ClusterIssue = [3, n0, _CI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1268
+ var ClusterHealth = [3, n0, _CHl, 0, [_i], [() => ClusterIssueList]];
1269
+ var ClusterIssue = [3, n0, _CIl, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1168
1270
  var ClusterVersionInformation = [
1169
1271
  3,
1170
1272
  n0,
@@ -1174,15 +1276,15 @@ var ClusterVersionInformation = [
1174
1276
  [0, 0, 0, 2, 4, 4, 4, 0, 0, 0],
1175
1277
  ];
1176
1278
  var Compatibility = [3, n0, _Co, 0, [_cVl, _pVl, _dV], [0, 64 | 0, 2]];
1177
- var ComputeConfigRequest = [3, n0, _CCR, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1178
- var ComputeConfigResponse = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1279
+ var ComputeConfigRequest = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1280
+ var ComputeConfigResponse = [3, n0, _CCRom, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1179
1281
  var ConnectorConfigRequest = [3, n0, _CCRon, 0, [_rA, _pr], [0, 0]];
1180
1282
  var ConnectorConfigResponse = [
1181
1283
  3,
1182
1284
  n0,
1183
1285
  _CCRonn,
1184
1286
  0,
1185
- [_aI, _aCc, _aE, _pr, _rA],
1287
+ [_aIc, _aCct, _aE, _pr, _rA],
1186
1288
  [0, 0, 4, 0, 0],
1187
1289
  ];
1188
1290
  var ControlPlanePlacementRequest = [3, n0, _CPPR, 0, [_gN], [0]];
@@ -1207,12 +1309,21 @@ var CreateAddonRequest = [
1207
1309
  [[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest],
1208
1310
  ];
1209
1311
  var CreateAddonResponse = [3, n0, _CARr, 0, [_ad], [() => Addon]];
1210
- var CreateClusterRequest = [
1312
+ var CreateCapabilityRequest = [
1211
1313
  3,
1212
1314
  n0,
1213
1315
  _CCRr,
1214
1316
  0,
1215
- [_n, _v, _rA, _rVC, _kNC, _l, _cRT, _t, _eC, _oC, _aC, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
1317
+ [_cNa, _cN, _cRT, _ty, _rA, _con, _t, _dPP],
1318
+ [0, [0, 1], [0, 4], 0, 0, () => CapabilityConfigurationRequest, 128 | 0, 0],
1319
+ ];
1320
+ var CreateCapabilityResponse = [3, n0, _CCRre, 0, [_ca], [() => Capability]];
1321
+ var CreateClusterRequest = [
1322
+ 3,
1323
+ n0,
1324
+ _CCRrea,
1325
+ 0,
1326
+ [_n, _v, _rA, _rVC, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
1216
1327
  [
1217
1328
  0,
1218
1329
  0,
@@ -1235,7 +1346,7 @@ var CreateClusterRequest = [
1235
1346
  () => ControlPlaneScalingConfig,
1236
1347
  ],
1237
1348
  ];
1238
- var CreateClusterResponse = [3, n0, _CCRre, 0, [_cl], [() => Cluster]];
1349
+ var CreateClusterResponse = [3, n0, _CCRreat, 0, [_cl], [() => Cluster]];
1239
1350
  var CreateEksAnywhereSubscriptionRequest = [
1240
1351
  3,
1241
1352
  n0,
@@ -1336,8 +1447,20 @@ var DeleteAddonRequest = [
1336
1447
  ],
1337
1448
  ];
1338
1449
  var DeleteAddonResponse = [3, n0, _DARe, 0, [_ad], [() => Addon]];
1339
- var DeleteClusterRequest = [3, n0, _DCR, 0, [_n], [[0, 1]]];
1340
- var DeleteClusterResponse = [3, n0, _DCRe, 0, [_cl], [() => Cluster]];
1450
+ var DeleteCapabilityRequest = [
1451
+ 3,
1452
+ n0,
1453
+ _DCR,
1454
+ 0,
1455
+ [_cN, _cNa],
1456
+ [
1457
+ [0, 1],
1458
+ [0, 1],
1459
+ ],
1460
+ ];
1461
+ var DeleteCapabilityResponse = [3, n0, _DCRe, 0, [_ca], [() => Capability]];
1462
+ var DeleteClusterRequest = [3, n0, _DCRel, 0, [_n], [[0, 1]]];
1463
+ var DeleteClusterResponse = [3, n0, _DCRele, 0, [_cl], [() => Cluster]];
1341
1464
  var DeleteEksAnywhereSubscriptionRequest = [3, n0, _DEASR, 0, [_id_], [[0, 1]]];
1342
1465
  var DeleteEksAnywhereSubscriptionResponse = [
1343
1466
  3,
@@ -1505,8 +1628,20 @@ var DescribeAddonVersionsRequest = [
1505
1628
  ],
1506
1629
  ];
1507
1630
  var DescribeAddonVersionsResponse = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
1508
- var DescribeClusterRequest = [3, n0, _DCRes, 0, [_n], [[0, 1]]];
1509
- var DescribeClusterResponse = [3, n0, _DCResc, 0, [_cl], [() => Cluster]];
1631
+ var DescribeCapabilityRequest = [
1632
+ 3,
1633
+ n0,
1634
+ _DCRes,
1635
+ 0,
1636
+ [_cN, _cNa],
1637
+ [
1638
+ [0, 1],
1639
+ [0, 1],
1640
+ ],
1641
+ ];
1642
+ var DescribeCapabilityResponse = [3, n0, _DCResc, 0, [_ca], [() => Capability]];
1643
+ var DescribeClusterRequest = [3, n0, _DCRescr, 0, [_n], [[0, 1]]];
1644
+ var DescribeClusterResponse = [3, n0, _DCRescri, 0, [_cl], [() => Cluster]];
1510
1645
  var DescribeClusterVersionsRequest = [
1511
1646
  3,
1512
1647
  n0,
@@ -1666,7 +1801,7 @@ var DescribeUpdateRequest = [
1666
1801
  n0,
1667
1802
  _DUR,
1668
1803
  0,
1669
- [_n, _uI, _nN, _aN],
1804
+ [_n, _uI, _nN, _aN, _cNa],
1670
1805
  [
1671
1806
  [0, 1],
1672
1807
  [0, 1],
@@ -1682,6 +1817,12 @@ var DescribeUpdateRequest = [
1682
1817
  [_hQ]: _aN,
1683
1818
  },
1684
1819
  ],
1820
+ [
1821
+ 0,
1822
+ {
1823
+ [_hQ]: _cNa,
1824
+ },
1825
+ ],
1685
1826
  ],
1686
1827
  ];
1687
1828
  var DescribeUpdateResponse = [3, n0, _DURe, 0, [_up], [() => Update]];
@@ -1724,7 +1865,7 @@ var EksAnywhereSubscription = [
1724
1865
  ];
1725
1866
  var EksAnywhereSubscriptionTerm = [3, n0, _EAST, 0, [_du, _un], [1, 0]];
1726
1867
  var ElasticLoadBalancing = [3, n0, _ELB, 0, [_en], [2]];
1727
- var EncryptionConfig = [3, n0, _EC, 0, [_r, _pr], [64 | 0, () => Provider]];
1868
+ var EncryptionConfig = [3, n0, _EC, 0, [_re, _pr], [64 | 0, () => Provider]];
1728
1869
  var ErrorDetail = [3, n0, _ED, 0, [_eCr, _eM, _rI], [0, 0, 64 | 0]];
1729
1870
  var FargateProfile = [
1730
1871
  3,
@@ -1752,7 +1893,7 @@ var Insight = [
1752
1893
  n0,
1753
1894
  _In,
1754
1895
  0,
1755
- [_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS, _re, _aId, _r, _cSS],
1896
+ [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _re, _cSS],
1756
1897
  [
1757
1898
  0,
1758
1899
  0,
@@ -1784,14 +1925,14 @@ var InsightResourceDetail = [
1784
1925
  [_iS, _kRU, _a],
1785
1926
  [() => InsightStatus, 0, 0],
1786
1927
  ];
1787
- var InsightsFilter = [3, n0, _IF, 0, [_cat, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1928
+ var InsightsFilter = [3, n0, _IF, 0, [_cate, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1788
1929
  var InsightStatus = [3, n0, _IS, 0, [_s, _rea], [0, 0]];
1789
1930
  var InsightSummary = [
1790
1931
  3,
1791
1932
  n0,
1792
1933
  _ISn,
1793
1934
  0,
1794
- [_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS],
1935
+ [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1795
1936
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus],
1796
1937
  ];
1797
1938
  var InvalidParameterException = [
@@ -1961,11 +2102,41 @@ var ListAssociatedAccessPoliciesResponse = [
1961
2102
  [_cN, _pA, _nT, _aAPs],
1962
2103
  [0, 0, 0, () => AssociatedAccessPoliciesList],
1963
2104
  ];
1964
- var ListClustersRequest = [
2105
+ var ListCapabilitiesRequest = [
1965
2106
  3,
1966
2107
  n0,
1967
2108
  _LCR,
1968
2109
  0,
2110
+ [_cN, _nT, _mR],
2111
+ [
2112
+ [0, 1],
2113
+ [
2114
+ 0,
2115
+ {
2116
+ [_hQ]: _nT,
2117
+ },
2118
+ ],
2119
+ [
2120
+ 1,
2121
+ {
2122
+ [_hQ]: _mR,
2123
+ },
2124
+ ],
2125
+ ],
2126
+ ];
2127
+ var ListCapabilitiesResponse = [
2128
+ 3,
2129
+ n0,
2130
+ _LCRi,
2131
+ 0,
2132
+ [_cap, _nT],
2133
+ [() => CapabilitySummaryList, 0],
2134
+ ];
2135
+ var ListClustersRequest = [
2136
+ 3,
2137
+ n0,
2138
+ _LCRis,
2139
+ 0,
1969
2140
  [_mR, _nT, _inc],
1970
2141
  [
1971
2142
  [
@@ -1988,7 +2159,7 @@ var ListClustersRequest = [
1988
2159
  ],
1989
2160
  ],
1990
2161
  ];
1991
- var ListClustersResponse = [3, n0, _LCRi, 0, [_clu, _nT], [64 | 0, 0]];
2162
+ var ListClustersResponse = [3, n0, _LCRist, 0, [_clu, _nT], [64 | 0, 0]];
1992
2163
  var ListEksAnywhereSubscriptionsRequest = [
1993
2164
  3,
1994
2165
  n0,
@@ -2158,7 +2329,7 @@ var ListUpdatesRequest = [
2158
2329
  n0,
2159
2330
  _LUR,
2160
2331
  0,
2161
- [_n, _nN, _aN, _nT, _mR],
2332
+ [_n, _nN, _aN, _cNa, _nT, _mR],
2162
2333
  [
2163
2334
  [0, 1],
2164
2335
  [
@@ -2173,6 +2344,12 @@ var ListUpdatesRequest = [
2173
2344
  [_hQ]: _aN,
2174
2345
  },
2175
2346
  ],
2347
+ [
2348
+ 0,
2349
+ {
2350
+ [_hQ]: _cNa,
2351
+ },
2352
+ ],
2176
2353
  [
2177
2354
  0,
2178
2355
  {
@@ -2198,7 +2375,7 @@ var Nodegroup = [
2198
2375
  0,
2199
2376
  [
2200
2377
  _nN,
2201
- _nA,
2378
+ _nAo,
2202
2379
  _cN,
2203
2380
  _v,
2204
2381
  _rV,
@@ -2214,7 +2391,7 @@ var Nodegroup = [
2214
2391
  _nR,
2215
2392
  _la,
2216
2393
  _ta,
2217
- _r,
2394
+ _re,
2218
2395
  _dS,
2219
2396
  _h,
2220
2397
  _uC,
@@ -2431,6 +2608,7 @@ var ServiceUnavailableException = [
2431
2608
  [0],
2432
2609
  ];
2433
2610
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
2611
+ var SsoIdentity = [3, n0, _SI, 0, [_id_, _ty], [0, 0]];
2434
2612
  var StartInsightsRefreshRequest = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
2435
2613
  var StartInsightsRefreshResponse = [3, n0, _SIRRt, 0, [_m, _s], [0, 0]];
2436
2614
  var StorageConfigRequest = [3, n0, _SCR, 0, [_bS], [() => BlockStorage]];
@@ -2506,12 +2684,30 @@ var UpdateAddonRequest = [
2506
2684
  [[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList],
2507
2685
  ];
2508
2686
  var UpdateAddonResponse = [3, n0, _UARp, 0, [_up], [() => Update]];
2687
+ var UpdateArgoCdConfig = [
2688
+ 3,
2689
+ n0,
2690
+ _UACC,
2691
+ 0,
2692
+ [_rRM, _nA],
2693
+ [() => UpdateRoleMappings, () => ArgoCdNetworkAccessConfigRequest],
2694
+ ];
2695
+ var UpdateCapabilityConfiguration = [3, n0, _UCC, 0, [_aC], [() => UpdateArgoCdConfig]];
2696
+ var UpdateCapabilityRequest = [
2697
+ 3,
2698
+ n0,
2699
+ _UCR,
2700
+ 0,
2701
+ [_cN, _cNa, _rA, _con, _cRT, _dPP],
2702
+ [[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration, [0, 4], 0],
2703
+ ];
2704
+ var UpdateCapabilityResponse = [3, n0, _UCRp, 0, [_up], [() => Update]];
2509
2705
  var UpdateClusterConfigRequest = [
2510
2706
  3,
2511
2707
  n0,
2512
2708
  _UCCR,
2513
2709
  0,
2514
- [_n, _rVC, _l, _cRT, _aC, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2710
+ [_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2515
2711
  [
2516
2712
  [0, 1],
2517
2713
  () => VpcConfigRequest,
@@ -2599,6 +2795,14 @@ var UpdatePodIdentityAssociationResponse = [
2599
2795
  [_as],
2600
2796
  [() => PodIdentityAssociation],
2601
2797
  ];
2798
+ var UpdateRoleMappings = [
2799
+ 3,
2800
+ n0,
2801
+ _URM,
2802
+ 0,
2803
+ [_aOURM, _rRMe],
2804
+ [() => ArgoCdRoleMappingList, () => ArgoCdRoleMappingList],
2805
+ ];
2602
2806
  var UpdateTaintsPayload = [
2603
2807
  3,
2604
2808
  n0,
@@ -2622,7 +2826,7 @@ var VpcConfigResponse = [
2622
2826
  n0,
2623
2827
  _VCRp,
2624
2828
  0,
2625
- [_sIu, _sGI, _cSGI, _vI, _ePA, _ePAn, _pAC],
2829
+ [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
2626
2830
  [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0],
2627
2831
  ];
2628
2832
  var ZonalShiftConfigRequest = [3, n0, _ZSCR, 0, [_en], [2]];
@@ -2642,10 +2846,13 @@ var AddonPodIdentityConfigurationList = [
2642
2846
  ];
2643
2847
  var Addons = [1, n0, _Ad, 0, () => AddonInfo];
2644
2848
  var AddonVersionInfoList = [1, n0, _AVIL, 0, () => AddonVersionInfo];
2849
+ var ArgoCdRoleMappingList = [1, n0, _ACRML, 0, () => ArgoCdRoleMapping];
2645
2850
  var AssociatedAccessPoliciesList = [1, n0, _AAPL, 0, () => AssociatedAccessPolicy];
2646
2851
  var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
2647
- var ClientStats = [1, n0, _CSl, 0, () => ClientStat];
2648
- var ClusterIssueList = [1, n0, _CIL, 0, () => ClusterIssue];
2852
+ var CapabilityIssueList = [1, n0, _CIL, 0, () => CapabilityIssue];
2853
+ var CapabilitySummaryList = [1, n0, _CSL, 0, () => CapabilitySummary];
2854
+ var ClientStats = [1, n0, _CSli, 0, () => ClientStat];
2855
+ var ClusterIssueList = [1, n0, _CILl, 0, () => ClusterIssue];
2649
2856
  var ClusterVersionList = [1, n0, _CVL, 0, () => ClusterVersionInformation];
2650
2857
  var Compatibilities = [1, n0, _Com, 0, () => Compatibility];
2651
2858
  var DeprecationDetails = [1, n0, _DDe, 0, () => DeprecationDetail];
@@ -2664,6 +2871,7 @@ var NodeRepairConfigOverridesList = [1, n0, _NRCOL, 0, () => NodeRepairConfigOve
2664
2871
  var PodIdentityAssociationSummaries = [1, n0, _PIASo, 0, () => PodIdentityAssociationSummary];
2665
2872
  var RemoteNodeNetworkList = [1, n0, _RNNL, 0, () => RemoteNodeNetwork];
2666
2873
  var RemotePodNetworkList = [1, n0, _RPNL, 0, () => RemotePodNetwork];
2874
+ var SsoIdentityList = [1, n0, _SIL, 0, () => SsoIdentity];
2667
2875
  var taintsList = [1, n0, _tL, 0, () => Taint];
2668
2876
  var UpdateParams = [1, n0, _UPp, 0, () => UpdateParam];
2669
2877
  var AssociateAccessPolicy = [
@@ -2716,10 +2924,20 @@ var CreateAddon = [
2716
2924
  () => CreateAddonRequest,
2717
2925
  () => CreateAddonResponse,
2718
2926
  ];
2719
- var CreateCluster = [
2927
+ var CreateCapability = [
2720
2928
  9,
2721
2929
  n0,
2722
2930
  _CC,
2931
+ {
2932
+ [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200],
2933
+ },
2934
+ () => CreateCapabilityRequest,
2935
+ () => CreateCapabilityResponse,
2936
+ ];
2937
+ var CreateCluster = [
2938
+ 9,
2939
+ n0,
2940
+ _CCr,
2723
2941
  {
2724
2942
  [_ht]: ["POST", "/clusters", 200],
2725
2943
  },
@@ -2786,10 +3004,20 @@ var DeleteAddon = [
2786
3004
  () => DeleteAddonRequest,
2787
3005
  () => DeleteAddonResponse,
2788
3006
  ];
2789
- var DeleteCluster = [
3007
+ var DeleteCapability = [
2790
3008
  9,
2791
3009
  n0,
2792
3010
  _DC,
3011
+ {
3012
+ [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
3013
+ },
3014
+ () => DeleteCapabilityRequest,
3015
+ () => DeleteCapabilityResponse,
3016
+ ];
3017
+ var DeleteCluster = [
3018
+ 9,
3019
+ n0,
3020
+ _DCe,
2793
3021
  {
2794
3022
  [_ht]: ["DELETE", "/clusters/{name}", 200],
2795
3023
  },
@@ -2839,7 +3067,7 @@ var DeletePodIdentityAssociation = [
2839
3067
  var DeregisterCluster = [
2840
3068
  9,
2841
3069
  n0,
2842
- _DCe,
3070
+ _DCer,
2843
3071
  {
2844
3072
  [_ht]: ["DELETE", "/cluster-registrations/{name}", 200],
2845
3073
  },
@@ -2886,10 +3114,20 @@ var DescribeAddonVersions = [
2886
3114
  () => DescribeAddonVersionsRequest,
2887
3115
  () => DescribeAddonVersionsResponse,
2888
3116
  ];
2889
- var DescribeCluster = [
3117
+ var DescribeCapability = [
2890
3118
  9,
2891
3119
  n0,
2892
3120
  _DCes,
3121
+ {
3122
+ [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
3123
+ },
3124
+ () => DescribeCapabilityRequest,
3125
+ () => DescribeCapabilityResponse,
3126
+ ];
3127
+ var DescribeCluster = [
3128
+ 9,
3129
+ n0,
3130
+ _DCesc,
2893
3131
  {
2894
3132
  [_ht]: ["GET", "/clusters/{name}", 200],
2895
3133
  },
@@ -3046,10 +3284,20 @@ var ListAssociatedAccessPolicies = [
3046
3284
  () => ListAssociatedAccessPoliciesRequest,
3047
3285
  () => ListAssociatedAccessPoliciesResponse,
3048
3286
  ];
3049
- var ListClusters = [
3287
+ var ListCapabilities = [
3050
3288
  9,
3051
3289
  n0,
3052
3290
  _LC,
3291
+ {
3292
+ [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200],
3293
+ },
3294
+ () => ListCapabilitiesRequest,
3295
+ () => ListCapabilitiesResponse,
3296
+ ];
3297
+ var ListClusters = [
3298
+ 9,
3299
+ n0,
3300
+ _LCi,
3053
3301
  {
3054
3302
  [_ht]: ["GET", "/clusters", 200],
3055
3303
  },
@@ -3196,10 +3444,20 @@ var UpdateAddon = [
3196
3444
  () => UpdateAddonRequest,
3197
3445
  () => UpdateAddonResponse,
3198
3446
  ];
3447
+ var UpdateCapability = [
3448
+ 9,
3449
+ n0,
3450
+ _UC,
3451
+ {
3452
+ [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
3453
+ },
3454
+ () => UpdateCapabilityRequest,
3455
+ () => UpdateCapabilityResponse,
3456
+ ];
3199
3457
  var UpdateClusterConfig = [
3200
3458
  9,
3201
3459
  n0,
3202
- _UCC,
3460
+ _UCCp,
3203
3461
  {
3204
3462
  [_ht]: ["POST", "/clusters/{name}/update-config", 200],
3205
3463
  },
@@ -3317,6 +3575,18 @@ class CreateAddonCommand extends smithyClient.Command
3317
3575
  .build() {
3318
3576
  }
3319
3577
 
3578
+ class CreateCapabilityCommand extends smithyClient.Command
3579
+ .classBuilder()
3580
+ .ep(commonParams)
3581
+ .m(function (Command, cs, config, o) {
3582
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3583
+ })
3584
+ .s("AWSWesleyFrontend", "CreateCapability", {})
3585
+ .n("EKSClient", "CreateCapabilityCommand")
3586
+ .sc(CreateCapability)
3587
+ .build() {
3588
+ }
3589
+
3320
3590
  class CreateClusterCommand extends smithyClient.Command
3321
3591
  .classBuilder()
3322
3592
  .ep(commonParams)
@@ -3401,6 +3671,18 @@ class DeleteAddonCommand extends smithyClient.Command
3401
3671
  .build() {
3402
3672
  }
3403
3673
 
3674
+ class DeleteCapabilityCommand extends smithyClient.Command
3675
+ .classBuilder()
3676
+ .ep(commonParams)
3677
+ .m(function (Command, cs, config, o) {
3678
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3679
+ })
3680
+ .s("AWSWesleyFrontend", "DeleteCapability", {})
3681
+ .n("EKSClient", "DeleteCapabilityCommand")
3682
+ .sc(DeleteCapability)
3683
+ .build() {
3684
+ }
3685
+
3404
3686
  class DeleteClusterCommand extends smithyClient.Command
3405
3687
  .classBuilder()
3406
3688
  .ep(commonParams)
@@ -3521,6 +3803,18 @@ class DescribeAddonVersionsCommand extends smithyClient.Command
3521
3803
  .build() {
3522
3804
  }
3523
3805
 
3806
+ class DescribeCapabilityCommand extends smithyClient.Command
3807
+ .classBuilder()
3808
+ .ep(commonParams)
3809
+ .m(function (Command, cs, config, o) {
3810
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3811
+ })
3812
+ .s("AWSWesleyFrontend", "DescribeCapability", {})
3813
+ .n("EKSClient", "DescribeCapabilityCommand")
3814
+ .sc(DescribeCapability)
3815
+ .build() {
3816
+ }
3817
+
3524
3818
  class DescribeClusterCommand extends smithyClient.Command
3525
3819
  .classBuilder()
3526
3820
  .ep(commonParams)
@@ -3713,6 +4007,18 @@ class ListAssociatedAccessPoliciesCommand extends smithyClient.Command
3713
4007
  .build() {
3714
4008
  }
3715
4009
 
4010
+ class ListCapabilitiesCommand extends smithyClient.Command
4011
+ .classBuilder()
4012
+ .ep(commonParams)
4013
+ .m(function (Command, cs, config, o) {
4014
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4015
+ })
4016
+ .s("AWSWesleyFrontend", "ListCapabilities", {})
4017
+ .n("EKSClient", "ListCapabilitiesCommand")
4018
+ .sc(ListCapabilities)
4019
+ .build() {
4020
+ }
4021
+
3716
4022
  class ListClustersCommand extends smithyClient.Command
3717
4023
  .classBuilder()
3718
4024
  .ep(commonParams)
@@ -3893,6 +4199,18 @@ class UpdateAddonCommand extends smithyClient.Command
3893
4199
  .build() {
3894
4200
  }
3895
4201
 
4202
+ class UpdateCapabilityCommand extends smithyClient.Command
4203
+ .classBuilder()
4204
+ .ep(commonParams)
4205
+ .m(function (Command, cs, config, o) {
4206
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4207
+ })
4208
+ .s("AWSWesleyFrontend", "UpdateCapability", {})
4209
+ .n("EKSClient", "UpdateCapabilityCommand")
4210
+ .sc(UpdateCapability)
4211
+ .build() {
4212
+ }
4213
+
3896
4214
  class UpdateClusterConfigCommand extends smithyClient.Command
3897
4215
  .classBuilder()
3898
4216
  .ep(commonParams)
@@ -3971,6 +4289,7 @@ const commands = {
3971
4289
  AssociateIdentityProviderConfigCommand,
3972
4290
  CreateAccessEntryCommand,
3973
4291
  CreateAddonCommand,
4292
+ CreateCapabilityCommand,
3974
4293
  CreateClusterCommand,
3975
4294
  CreateEksAnywhereSubscriptionCommand,
3976
4295
  CreateFargateProfileCommand,
@@ -3978,6 +4297,7 @@ const commands = {
3978
4297
  CreatePodIdentityAssociationCommand,
3979
4298
  DeleteAccessEntryCommand,
3980
4299
  DeleteAddonCommand,
4300
+ DeleteCapabilityCommand,
3981
4301
  DeleteClusterCommand,
3982
4302
  DeleteEksAnywhereSubscriptionCommand,
3983
4303
  DeleteFargateProfileCommand,
@@ -3988,6 +4308,7 @@ const commands = {
3988
4308
  DescribeAddonCommand,
3989
4309
  DescribeAddonConfigurationCommand,
3990
4310
  DescribeAddonVersionsCommand,
4311
+ DescribeCapabilityCommand,
3991
4312
  DescribeClusterCommand,
3992
4313
  DescribeClusterVersionsCommand,
3993
4314
  DescribeEksAnywhereSubscriptionCommand,
@@ -4004,6 +4325,7 @@ const commands = {
4004
4325
  ListAccessPoliciesCommand,
4005
4326
  ListAddonsCommand,
4006
4327
  ListAssociatedAccessPoliciesCommand,
4328
+ ListCapabilitiesCommand,
4007
4329
  ListClustersCommand,
4008
4330
  ListEksAnywhereSubscriptionsCommand,
4009
4331
  ListFargateProfilesCommand,
@@ -4019,6 +4341,7 @@ const commands = {
4019
4341
  UntagResourceCommand,
4020
4342
  UpdateAccessEntryCommand,
4021
4343
  UpdateAddonCommand,
4344
+ UpdateCapabilityCommand,
4022
4345
  UpdateClusterConfigCommand,
4023
4346
  UpdateClusterVersionCommand,
4024
4347
  UpdateEksAnywhereSubscriptionCommand,
@@ -4042,6 +4365,8 @@ const paginateListAddons = core.createPaginator(EKSClient, ListAddonsCommand, "n
4042
4365
 
4043
4366
  const paginateListAssociatedAccessPolicies = core.createPaginator(EKSClient, ListAssociatedAccessPoliciesCommand, "nextToken", "nextToken", "maxResults");
4044
4367
 
4368
+ const paginateListCapabilities = core.createPaginator(EKSClient, ListCapabilitiesCommand, "nextToken", "nextToken", "maxResults");
4369
+
4045
4370
  const paginateListClusters = core.createPaginator(EKSClient, ListClustersCommand, "nextToken", "nextToken", "maxResults");
4046
4371
 
4047
4372
  const paginateListEksAnywhereSubscriptions = core.createPaginator(EKSClient, ListEksAnywhereSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
@@ -4434,6 +4759,15 @@ const AMITypes = {
4434
4759
  WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64",
4435
4760
  WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64",
4436
4761
  };
4762
+ const SsoIdentityType = {
4763
+ SSO_GROUP: "SSO_GROUP",
4764
+ SSO_USER: "SSO_USER",
4765
+ };
4766
+ const ArgoCdRole = {
4767
+ ADMIN: "ADMIN",
4768
+ EDITOR: "EDITOR",
4769
+ VIEWER: "VIEWER",
4770
+ };
4437
4771
  const ErrorCode = {
4438
4772
  ACCESS_DENIED: "AccessDenied",
4439
4773
  ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied",
@@ -4524,6 +4858,27 @@ const ResolveConflicts = {
4524
4858
  OVERWRITE: "OVERWRITE",
4525
4859
  PRESERVE: "PRESERVE",
4526
4860
  };
4861
+ const CapabilityDeletePropagationPolicy = {
4862
+ RETAIN: "RETAIN",
4863
+ };
4864
+ const CapabilityType = {
4865
+ ACK: "ACK",
4866
+ ARGOCD: "ARGOCD",
4867
+ KRO: "KRO",
4868
+ };
4869
+ const CapabilityIssueCode = {
4870
+ ACCESS_DENIED: "AccessDenied",
4871
+ CLUSTER_UNREACHABLE: "ClusterUnreachable",
4872
+ };
4873
+ const CapabilityStatus = {
4874
+ ACTIVE: "ACTIVE",
4875
+ CREATE_FAILED: "CREATE_FAILED",
4876
+ CREATING: "CREATING",
4877
+ DEGRADED: "DEGRADED",
4878
+ DELETE_FAILED: "DELETE_FAILED",
4879
+ DELETING: "DELETING",
4880
+ UPDATING: "UPDATING",
4881
+ };
4527
4882
  const ProvisionedControlPlaneTier = {
4528
4883
  STANDARD: "standard",
4529
4884
  TIER_2XL: "tier-2xl",
@@ -4722,11 +5077,16 @@ exports.AccessDeniedException = AccessDeniedException$1;
4722
5077
  exports.AccessScopeType = AccessScopeType;
4723
5078
  exports.AddonIssueCode = AddonIssueCode;
4724
5079
  exports.AddonStatus = AddonStatus;
5080
+ exports.ArgoCdRole = ArgoCdRole;
4725
5081
  exports.AssociateAccessPolicyCommand = AssociateAccessPolicyCommand;
4726
5082
  exports.AssociateEncryptionConfigCommand = AssociateEncryptionConfigCommand;
4727
5083
  exports.AssociateIdentityProviderConfigCommand = AssociateIdentityProviderConfigCommand;
4728
5084
  exports.AuthenticationMode = AuthenticationMode;
4729
5085
  exports.BadRequestException = BadRequestException$1;
5086
+ exports.CapabilityDeletePropagationPolicy = CapabilityDeletePropagationPolicy;
5087
+ exports.CapabilityIssueCode = CapabilityIssueCode;
5088
+ exports.CapabilityStatus = CapabilityStatus;
5089
+ exports.CapabilityType = CapabilityType;
4730
5090
  exports.CapacityTypes = CapacityTypes;
4731
5091
  exports.Category = Category;
4732
5092
  exports.ClientException = ClientException$1;
@@ -4737,6 +5097,7 @@ exports.ConfigStatus = ConfigStatus;
4737
5097
  exports.ConnectorConfigProvider = ConnectorConfigProvider;
4738
5098
  exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
4739
5099
  exports.CreateAddonCommand = CreateAddonCommand;
5100
+ exports.CreateCapabilityCommand = CreateCapabilityCommand;
4740
5101
  exports.CreateClusterCommand = CreateClusterCommand;
4741
5102
  exports.CreateEksAnywhereSubscriptionCommand = CreateEksAnywhereSubscriptionCommand;
4742
5103
  exports.CreateFargateProfileCommand = CreateFargateProfileCommand;
@@ -4744,6 +5105,7 @@ exports.CreateNodegroupCommand = CreateNodegroupCommand;
4744
5105
  exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
4745
5106
  exports.DeleteAccessEntryCommand = DeleteAccessEntryCommand;
4746
5107
  exports.DeleteAddonCommand = DeleteAddonCommand;
5108
+ exports.DeleteCapabilityCommand = DeleteCapabilityCommand;
4747
5109
  exports.DeleteClusterCommand = DeleteClusterCommand;
4748
5110
  exports.DeleteEksAnywhereSubscriptionCommand = DeleteEksAnywhereSubscriptionCommand;
4749
5111
  exports.DeleteFargateProfileCommand = DeleteFargateProfileCommand;
@@ -4754,6 +5116,7 @@ exports.DescribeAccessEntryCommand = DescribeAccessEntryCommand;
4754
5116
  exports.DescribeAddonCommand = DescribeAddonCommand;
4755
5117
  exports.DescribeAddonConfigurationCommand = DescribeAddonConfigurationCommand;
4756
5118
  exports.DescribeAddonVersionsCommand = DescribeAddonVersionsCommand;
5119
+ exports.DescribeCapabilityCommand = DescribeCapabilityCommand;
4757
5120
  exports.DescribeClusterCommand = DescribeClusterCommand;
4758
5121
  exports.DescribeClusterVersionsCommand = DescribeClusterVersionsCommand;
4759
5122
  exports.DescribeEksAnywhereSubscriptionCommand = DescribeEksAnywhereSubscriptionCommand;
@@ -4785,6 +5148,7 @@ exports.ListAccessEntriesCommand = ListAccessEntriesCommand;
4785
5148
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
4786
5149
  exports.ListAddonsCommand = ListAddonsCommand;
4787
5150
  exports.ListAssociatedAccessPoliciesCommand = ListAssociatedAccessPoliciesCommand;
5151
+ exports.ListCapabilitiesCommand = ListCapabilitiesCommand;
4788
5152
  exports.ListClustersCommand = ListClustersCommand;
4789
5153
  exports.ListEksAnywhereSubscriptionsCommand = ListEksAnywhereSubscriptionsCommand;
4790
5154
  exports.ListFargateProfilesCommand = ListFargateProfilesCommand;
@@ -4809,6 +5173,7 @@ exports.ResourceNotFoundException = ResourceNotFoundException$1;
4809
5173
  exports.ResourcePropagationDelayException = ResourcePropagationDelayException$1;
4810
5174
  exports.ServerException = ServerException$1;
4811
5175
  exports.ServiceUnavailableException = ServiceUnavailableException$1;
5176
+ exports.SsoIdentityType = SsoIdentityType;
4812
5177
  exports.StartInsightsRefreshCommand = StartInsightsRefreshCommand;
4813
5178
  exports.SupportType = SupportType;
4814
5179
  exports.TagResourceCommand = TagResourceCommand;
@@ -4818,6 +5183,7 @@ exports.UnsupportedAvailabilityZoneException = UnsupportedAvailabilityZoneExcept
4818
5183
  exports.UntagResourceCommand = UntagResourceCommand;
4819
5184
  exports.UpdateAccessEntryCommand = UpdateAccessEntryCommand;
4820
5185
  exports.UpdateAddonCommand = UpdateAddonCommand;
5186
+ exports.UpdateCapabilityCommand = UpdateCapabilityCommand;
4821
5187
  exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
4822
5188
  exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
4823
5189
  exports.UpdateEksAnywhereSubscriptionCommand = UpdateEksAnywhereSubscriptionCommand;
@@ -4834,6 +5200,7 @@ exports.paginateListAccessEntries = paginateListAccessEntries;
4834
5200
  exports.paginateListAccessPolicies = paginateListAccessPolicies;
4835
5201
  exports.paginateListAddons = paginateListAddons;
4836
5202
  exports.paginateListAssociatedAccessPolicies = paginateListAssociatedAccessPolicies;
5203
+ exports.paginateListCapabilities = paginateListCapabilities;
4837
5204
  exports.paginateListClusters = paginateListClusters;
4838
5205
  exports.paginateListEksAnywhereSubscriptions = paginateListEksAnywhereSubscriptions;
4839
5206
  exports.paginateListFargateProfiles = paginateListFargateProfiles;