@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
@@ -4,9 +4,17 @@ const _AAPL = "AssociatedAccessPoliciesList";
4
4
  const _AAPR = "AssociateAccessPolicyRequest";
5
5
  const _AAPRs = "AssociateAccessPolicyResponse";
6
6
  const _AAPs = "AssociateAccessPolicy";
7
+ const _ACAICR = "ArgoCdAwsIdcConfigRequest";
8
+ const _ACAICRr = "ArgoCdAwsIdcConfigResponse";
9
+ const _ACCR = "ArgoCdConfigRequest";
10
+ const _ACCRr = "ArgoCdConfigResponse";
7
11
  const _ACD = "AddonCompatibilityDetail";
8
12
  const _ACDd = "AddonCompatibilityDetails";
13
+ const _ACNACR = "ArgoCdNetworkAccessConfigRequest";
14
+ const _ACNACRr = "ArgoCdNetworkAccessConfigResponse";
9
15
  const _ACR = "AccessConfigResponse";
16
+ const _ACRM = "ArgoCdRoleMapping";
17
+ const _ACRML = "ArgoCdRoleMappingList";
10
18
  const _ADE = "AccessDeniedException";
11
19
  const _AE = "AccessEntry";
12
20
  const _AEC = "AssociateEncryptionConfig";
@@ -35,7 +43,7 @@ const _AVIL = "AddonVersionInfoList";
35
43
  const _Ad = "Addons";
36
44
  const _BRE = "BadRequestException";
37
45
  const _BS = "BlockStorage";
38
- const _C = "Certificate";
46
+ const _C = "Capability";
39
47
  const _CA = "CreateAddon";
40
48
  const _CACR = "CreateAccessConfigRequest";
41
49
  const _CAE = "CreateAccessEntry";
@@ -43,13 +51,18 @@ const _CAER = "CreateAccessEntryRequest";
43
51
  const _CAERr = "CreateAccessEntryResponse";
44
52
  const _CAR = "CreateAddonRequest";
45
53
  const _CARr = "CreateAddonResponse";
46
- const _CC = "CreateCluster";
47
- const _CCR = "ComputeConfigRequest";
48
- const _CCRo = "ComputeConfigResponse";
54
+ const _CC = "CreateCapability";
55
+ const _CCR = "CapabilityConfigurationRequest";
56
+ const _CCRa = "CapabilityConfigurationResponse";
57
+ const _CCRo = "ComputeConfigRequest";
58
+ const _CCRom = "ComputeConfigResponse";
49
59
  const _CCRon = "ConnectorConfigRequest";
50
60
  const _CCRonn = "ConnectorConfigResponse";
51
- const _CCRr = "CreateClusterRequest";
52
- const _CCRre = "CreateClusterResponse";
61
+ const _CCRr = "CreateCapabilityRequest";
62
+ const _CCRre = "CreateCapabilityResponse";
63
+ const _CCRrea = "CreateClusterRequest";
64
+ const _CCRreat = "CreateClusterResponse";
65
+ const _CCr = "CreateCluster";
53
66
  const _CE = "ClientException";
54
67
  const _CEAS = "CreateEksAnywhereSubscription";
55
68
  const _CEASR = "CreateEksAnywhereSubscriptionRequest";
@@ -57,9 +70,12 @@ const _CEASRr = "CreateEksAnywhereSubscriptionResponse";
57
70
  const _CFP = "CreateFargateProfile";
58
71
  const _CFPR = "CreateFargateProfileRequest";
59
72
  const _CFPRr = "CreateFargateProfileResponse";
60
- const _CH = "ClusterHealth";
61
- const _CI = "ClusterIssue";
62
- const _CIL = "ClusterIssueList";
73
+ const _CH = "CapabilityHealth";
74
+ const _CHl = "ClusterHealth";
75
+ const _CI = "CapabilityIssue";
76
+ const _CIL = "CapabilityIssueList";
77
+ const _CILl = "ClusterIssueList";
78
+ const _CIl = "ClusterIssue";
63
79
  const _CN = "CreateNodegroup";
64
80
  const _CNR = "CreateNodegroupRequest";
65
81
  const _CNRr = "CreateNodegroupResponse";
@@ -69,10 +85,13 @@ const _CPIARr = "CreatePodIdentityAssociationResponse";
69
85
  const _CPPR = "ControlPlanePlacementRequest";
70
86
  const _CPPRo = "ControlPlanePlacementResponse";
71
87
  const _CPSC = "ControlPlaneScalingConfig";
72
- const _CS = "ClientStat";
73
- const _CSl = "ClientStats";
88
+ const _CS = "CapabilitySummary";
89
+ const _CSL = "CapabilitySummaryList";
90
+ const _CSl = "ClientStat";
91
+ const _CSli = "ClientStats";
74
92
  const _CVI = "ClusterVersionInformation";
75
93
  const _CVL = "ClusterVersionList";
94
+ const _Ce = "Certificate";
76
95
  const _Cl = "Cluster";
77
96
  const _Co = "Compatibility";
78
97
  const _Com = "Compatibilities";
@@ -97,18 +116,24 @@ const _DAV = "DescribeAddonVersions";
97
116
  const _DAVR = "DescribeAddonVersionsRequest";
98
117
  const _DAVRe = "DescribeAddonVersionsResponse";
99
118
  const _DAe = "DescribeAddon";
100
- const _DC = "DeleteCluster";
101
- const _DCR = "DeleteClusterRequest";
102
- const _DCRe = "DeleteClusterResponse";
119
+ const _DC = "DeleteCapability";
120
+ const _DCR = "DeleteCapabilityRequest";
121
+ const _DCRe = "DeleteCapabilityResponse";
122
+ const _DCRel = "DeleteClusterRequest";
123
+ const _DCRele = "DeleteClusterResponse";
103
124
  const _DCRer = "DeregisterClusterRequest";
104
125
  const _DCRere = "DeregisterClusterResponse";
105
- const _DCRes = "DescribeClusterRequest";
106
- const _DCResc = "DescribeClusterResponse";
126
+ const _DCRes = "DescribeCapabilityRequest";
127
+ const _DCResc = "DescribeCapabilityResponse";
128
+ const _DCRescr = "DescribeClusterRequest";
129
+ const _DCRescri = "DescribeClusterResponse";
107
130
  const _DCV = "DescribeClusterVersions";
108
131
  const _DCVR = "DescribeClusterVersionsRequest";
109
132
  const _DCVRe = "DescribeClusterVersionsResponse";
110
- const _DCe = "DeregisterCluster";
111
- const _DCes = "DescribeCluster";
133
+ const _DCe = "DeleteCluster";
134
+ const _DCer = "DeregisterCluster";
135
+ const _DCes = "DescribeCapability";
136
+ const _DCesc = "DescribeCluster";
112
137
  const _DD = "DeprecationDetail";
113
138
  const _DDe = "DeprecationDetails";
114
139
  const _DEAS = "DeleteEksAnywhereSubscription";
@@ -196,9 +221,12 @@ const _LAPR = "ListAccessPoliciesRequest";
196
221
  const _LAPRi = "ListAccessPoliciesResponse";
197
222
  const _LAR = "ListAddonsRequest";
198
223
  const _LARi = "ListAddonsResponse";
199
- const _LC = "ListClusters";
200
- const _LCR = "ListClustersRequest";
201
- const _LCRi = "ListClustersResponse";
224
+ const _LC = "ListCapabilities";
225
+ const _LCR = "ListCapabilitiesRequest";
226
+ const _LCRi = "ListCapabilitiesResponse";
227
+ const _LCRis = "ListClustersRequest";
228
+ const _LCRist = "ListClustersResponse";
229
+ const _LCi = "ListClusters";
202
230
  const _LEAS = "ListEksAnywhereSubscriptions";
203
231
  const _LEASR = "ListEksAnywhereSubscriptionsRequest";
204
232
  const _LEASRi = "ListEksAnywhereSubscriptionsResponse";
@@ -264,6 +292,8 @@ const _RPNL = "RemotePodNetworkList";
264
292
  const _SCR = "StorageConfigRequest";
265
293
  const _SCRt = "StorageConfigResponse";
266
294
  const _SE = "ServerException";
295
+ const _SI = "SsoIdentity";
296
+ const _SIL = "SsoIdentityList";
267
297
  const _SIR = "StartInsightsRefresh";
268
298
  const _SIRR = "StartInsightsRefreshRequest";
269
299
  const _SIRRt = "StartInsightsRefreshResponse";
@@ -275,6 +305,7 @@ const _TRR = "TagResourceRequest";
275
305
  const _TRRa = "TagResourceResponse";
276
306
  const _U = "Update";
277
307
  const _UA = "UpdateAddon";
308
+ const _UACC = "UpdateArgoCdConfig";
278
309
  const _UACR = "UpdateAccessConfigRequest";
279
310
  const _UAE = "UpdateAccessEntry";
280
311
  const _UAER = "UpdateAccessEntryRequest";
@@ -282,9 +313,13 @@ const _UAERp = "UpdateAccessEntryResponse";
282
313
  const _UAR = "UpdateAddonRequest";
283
314
  const _UARp = "UpdateAddonResponse";
284
315
  const _UAZE = "UnsupportedAvailabilityZoneException";
285
- const _UCC = "UpdateClusterConfig";
316
+ const _UC = "UpdateCapability";
317
+ const _UCC = "UpdateCapabilityConfiguration";
286
318
  const _UCCR = "UpdateClusterConfigRequest";
287
319
  const _UCCRp = "UpdateClusterConfigResponse";
320
+ const _UCCp = "UpdateClusterConfig";
321
+ const _UCR = "UpdateCapabilityRequest";
322
+ const _UCRp = "UpdateCapabilityResponse";
288
323
  const _UCV = "UpdateClusterVersion";
289
324
  const _UCVR = "UpdateClusterVersionRequest";
290
325
  const _UCVRp = "UpdateClusterVersionResponse";
@@ -306,6 +341,7 @@ const _UPR = "UpgradePolicyRequest";
306
341
  const _UPRp = "UpgradePolicyResponse";
307
342
  const _UPp = "UpdateParams";
308
343
  const _UR = "UntagResource";
344
+ const _URM = "UpdateRoleMappings";
309
345
  const _URR = "UntagResourceRequest";
310
346
  const _URRn = "UntagResourceResponse";
311
347
  const _UTP = "UpdateTaintsPayload";
@@ -319,19 +355,22 @@ const _aAP = "associatedAccessPolicy";
319
355
  const _aAPs = "associatedAccessPolicies";
320
356
  const _aAs = "associatedAt";
321
357
  const _aAss = "associationArn";
322
- const _aC = "accessConfig";
358
+ const _aC = "argoCd";
323
359
  const _aCD = "addonCompatibilityDetails";
324
- const _aCc = "activationCode";
360
+ const _aCc = "accessConfig";
361
+ const _aCct = "activationCode";
325
362
  const _aE = "activationExpiry";
326
363
  const _aEA = "accessEntryArn";
327
364
  const _aEc = "accessEntry";
328
365
  const _aEcc = "accessEntries";
329
- const _aI = "activationId";
366
+ const _aI = "awsIdc";
367
+ const _aIc = "activationId";
330
368
  const _aId = "additionalInfo";
331
369
  const _aIs = "associationId";
332
370
  const _aM = "authenticationMode";
333
371
  const _aN = "addonName";
334
372
  const _aOUL = "addOrUpdateLabels";
373
+ const _aOURM = "addOrUpdateRoleMappings";
335
374
  const _aOUT = "addOrUpdateTaints";
336
375
  const _aP = "accessPolicies";
337
376
  const _aPA = "associatedPolicyArn";
@@ -357,6 +396,7 @@ const _cCo = "computeConfig";
357
396
  const _cI = "clientId";
358
397
  const _cL = "clusterLogging";
359
398
  const _cN = "clusterName";
399
+ const _cNa = "capabilityName";
360
400
  const _cPIT = "controlPlaneInstanceType";
361
401
  const _cPP = "controlPlanePlacement";
362
402
  const _cPSC = "controlPlaneScalingConfig";
@@ -372,18 +412,22 @@ const _cV = "configurationValues";
372
412
  const _cVl = "clusterVersion";
373
413
  const _cVlu = "clusterVersions";
374
414
  const _cVo = "compatibleVersions";
375
- const _ca = "category";
376
- const _cat = "categories";
415
+ const _ca = "capability";
416
+ const _cap = "capabilities";
417
+ const _cat = "category";
418
+ const _cate = "categories";
377
419
  const _ci = "cidrs";
378
420
  const _cl = "cluster";
379
421
  const _clu = "clusters";
380
422
  const _co = "code";
381
423
  const _com = "compatibilities";
424
+ const _con = "configuration";
382
425
  const _d = "data";
383
426
  const _dD = "deprecationDetails";
384
427
  const _dN = "defaultNamespace";
385
428
  const _dO = "defaultOnly";
386
429
  const _dP = "deletionProtection";
430
+ const _dPP = "deletePropagationPolicy";
387
431
  const _dPV = "defaultPlatformVersion";
388
432
  const _dS = "diskSize";
389
433
  const _dST = "disableSessionTags";
@@ -425,16 +469,20 @@ const _ht = "http";
425
469
  const _i = "issues";
426
470
  const _iA = "includeAll";
427
471
  const _iF = "ipFamily";
472
+ const _iIA = "idcInstanceArn";
473
+ const _iMAA = "idcManagedApplicationArn";
428
474
  const _iPC = "identityProviderConfig";
429
475
  const _iPCA = "identityProviderConfigArn";
430
476
  const _iPCN = "identityProviderConfigName";
431
477
  const _iPCd = "identityProviderConfigs";
478
+ const _iR = "idcRegion";
432
479
  const _iS = "insightStatus";
433
480
  const _iSn = "includeStatus";
434
481
  const _iT = "instanceTypes";
435
482
  const _iU = "issuerUrl";
436
- const _id = "identity";
483
+ const _id = "identities";
437
484
  const _id_ = "id";
485
+ const _ide = "identity";
438
486
  const _in = "insight";
439
487
  const _inc = "include";
440
488
  const _ins = "insights";
@@ -471,7 +519,8 @@ const _mUNTC = "maxUnhealthyNodeThresholdCount";
471
519
  const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
472
520
  const _mUP = "maxUnavailablePercentage";
473
521
  const _n = "name";
474
- const _nA = "nodegroupArn";
522
+ const _nA = "networkAccess";
523
+ const _nAo = "nodegroupArn";
475
524
  const _nC = "namespaceConfig";
476
525
  const _nMC = "nodeMonitoringCondition";
477
526
  const _nN = "nodegroupName";
@@ -508,7 +557,7 @@ const _pa = "params";
508
557
  const _pr = "provider";
509
558
  const _pre = "preserve";
510
559
  const _pu = "publishers";
511
- const _r = "resources";
560
+ const _r = "role";
512
561
  const _rA = "roleArn";
513
562
  const _rASG = "remoteAccessSecurityGroup";
514
563
  const _rAe = "remoteAccess";
@@ -525,12 +574,15 @@ const _rMP = "recommendedManagedPolicies";
525
574
  const _rNC = "remoteNetworkConfig";
526
575
  const _rNN = "remoteNodeNetworks";
527
576
  const _rPN = "remotePodNetworks";
577
+ const _rRM = "rbacRoleMappings";
578
+ const _rRMe = "removeRoleMappings";
528
579
  const _rT = "removeTaints";
529
580
  const _rV = "releaseVersion";
530
581
  const _rVC = "resourcesVpcConfig";
531
582
  const _rW = "replacedWith";
532
- const _re = "recommendation";
583
+ const _re = "resources";
533
584
  const _rea = "reason";
585
+ const _rec = "recommendation";
534
586
  const _s = "status";
535
587
  const _sA = "serviceAccount";
536
588
  const _sARA = "serviceAccountRoleArn";
@@ -546,6 +598,7 @@ const _sSG = "sourceSecurityGroups";
546
598
  const _sSRV = "startServingReplacementVersion";
547
599
  const _sSV = "stopServingVersion";
548
600
  const _sT = "supportType";
601
+ const _sU = "serverUrl";
549
602
  const _se = "selectors";
550
603
  const _ser = "server";
551
604
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
@@ -576,7 +629,8 @@ const _un = "unit";
576
629
  const _up = "update";
577
630
  const _us = "usage";
578
631
  const _v = "version";
579
- const _vI = "vpcId";
632
+ const _vI = "vpceIds";
633
+ const _vIp = "vpcId";
580
634
  const _vS = "versionStatus";
581
635
  const _vZ = "validZones";
582
636
  const _va = "value";
@@ -656,6 +710,27 @@ export var AddonVersionInfo = [
656
710
  [_aV, _ar, _cT, _com, _rC, _rIP],
657
711
  [0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2],
658
712
  ];
713
+ export var ArgoCdAwsIdcConfigRequest = [3, n0, _ACAICR, 0, [_iIA, _iR], [0, 0]];
714
+ export var ArgoCdAwsIdcConfigResponse = [3, n0, _ACAICRr, 0, [_iIA, _iR, _iMAA], [0, 0, 0]];
715
+ export var ArgoCdConfigRequest = [
716
+ 3,
717
+ n0,
718
+ _ACCR,
719
+ 0,
720
+ [_nam, _aI, _rRM, _nA],
721
+ [0, () => ArgoCdAwsIdcConfigRequest, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest],
722
+ ];
723
+ export var ArgoCdConfigResponse = [
724
+ 3,
725
+ n0,
726
+ _ACCRr,
727
+ 0,
728
+ [_nam, _aI, _rRM, _nA, _sU],
729
+ [0, () => ArgoCdAwsIdcConfigResponse, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse, 0],
730
+ ];
731
+ export var ArgoCdNetworkAccessConfigRequest = [3, n0, _ACNACR, 0, [_vI], [64 | 0]];
732
+ export var ArgoCdNetworkAccessConfigResponse = [3, n0, _ACNACRr, 0, [_vI], [64 | 0]];
733
+ export var ArgoCdRoleMapping = [3, n0, _ACRM, 0, [_r, _id], [0, () => SsoIdentityList]];
659
734
  export var AssociateAccessPolicyRequest = [
660
735
  3,
661
736
  n0,
@@ -719,7 +794,34 @@ export var BadRequestException = [
719
794
  ];
720
795
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
721
796
  export var BlockStorage = [3, n0, _BS, 0, [_en], [2]];
722
- export var Certificate = [3, n0, _C, 0, [_d], [0]];
797
+ export var Capability = [
798
+ 3,
799
+ n0,
800
+ _C,
801
+ 0,
802
+ [_cNa, _a, _cN, _ty, _rA, _s, _v, _con, _t, _h, _cA, _mA, _dPP],
803
+ [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse, 128 | 0, () => CapabilityHealth, 4, 4, 0],
804
+ ];
805
+ export var CapabilityConfigurationRequest = [3, n0, _CCR, 0, [_aC], [() => ArgoCdConfigRequest]];
806
+ export var CapabilityConfigurationResponse = [
807
+ 3,
808
+ n0,
809
+ _CCRa,
810
+ 0,
811
+ [_aC],
812
+ [() => ArgoCdConfigResponse],
813
+ ];
814
+ export var CapabilityHealth = [3, n0, _CH, 0, [_i], [() => CapabilityIssueList]];
815
+ export var CapabilityIssue = [3, n0, _CI, 0, [_co, _m], [0, 0]];
816
+ export var CapabilitySummary = [
817
+ 3,
818
+ n0,
819
+ _CS,
820
+ 0,
821
+ [_cNa, _a, _ty, _s, _v, _cA, _mA],
822
+ [0, 0, 0, 0, 0, 4, 4],
823
+ ];
824
+ export var Certificate = [3, n0, _Ce, 0, [_d], [0]];
723
825
  export var ClientException = [
724
826
  -3,
725
827
  n0,
@@ -732,7 +834,7 @@ export var ClientException = [
732
834
  [0, 0, 0, 0, 0],
733
835
  ];
734
836
  TypeRegistry.for(n0).registerError(ClientException, __ClientException);
735
- export var ClientStat = [3, n0, _CS, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
837
+ export var ClientStat = [3, n0, _CSl, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
736
838
  export var Cluster = [
737
839
  3,
738
840
  n0,
@@ -748,7 +850,7 @@ export var Cluster = [
748
850
  _rVC,
749
851
  _kNC,
750
852
  _l,
751
- _id,
853
+ _ide,
752
854
  _s,
753
855
  _cAe,
754
856
  _cRT,
@@ -759,7 +861,7 @@ export var Cluster = [
759
861
  _id_,
760
862
  _h,
761
863
  _oC,
762
- _aC,
864
+ _aCc,
763
865
  _uP,
764
866
  _zSC,
765
867
  _rNC,
@@ -799,8 +901,8 @@ export var Cluster = [
799
901
  () => ControlPlaneScalingConfig,
800
902
  ],
801
903
  ];
802
- export var ClusterHealth = [3, n0, _CH, 0, [_i], [() => ClusterIssueList]];
803
- export var ClusterIssue = [3, n0, _CI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
904
+ export var ClusterHealth = [3, n0, _CHl, 0, [_i], [() => ClusterIssueList]];
905
+ export var ClusterIssue = [3, n0, _CIl, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
804
906
  export var ClusterVersionInformation = [
805
907
  3,
806
908
  n0,
@@ -810,15 +912,15 @@ export var ClusterVersionInformation = [
810
912
  [0, 0, 0, 2, 4, 4, 4, 0, 0, 0],
811
913
  ];
812
914
  export var Compatibility = [3, n0, _Co, 0, [_cVl, _pVl, _dV], [0, 64 | 0, 2]];
813
- export var ComputeConfigRequest = [3, n0, _CCR, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
814
- export var ComputeConfigResponse = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
915
+ export var ComputeConfigRequest = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
916
+ export var ComputeConfigResponse = [3, n0, _CCRom, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
815
917
  export var ConnectorConfigRequest = [3, n0, _CCRon, 0, [_rA, _pr], [0, 0]];
816
918
  export var ConnectorConfigResponse = [
817
919
  3,
818
920
  n0,
819
921
  _CCRonn,
820
922
  0,
821
- [_aI, _aCc, _aE, _pr, _rA],
923
+ [_aIc, _aCct, _aE, _pr, _rA],
822
924
  [0, 0, 4, 0, 0],
823
925
  ];
824
926
  export var ControlPlanePlacementRequest = [3, n0, _CPPR, 0, [_gN], [0]];
@@ -843,12 +945,21 @@ export var CreateAddonRequest = [
843
945
  [[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest],
844
946
  ];
845
947
  export var CreateAddonResponse = [3, n0, _CARr, 0, [_ad], [() => Addon]];
846
- export var CreateClusterRequest = [
948
+ export var CreateCapabilityRequest = [
847
949
  3,
848
950
  n0,
849
951
  _CCRr,
850
952
  0,
851
- [_n, _v, _rA, _rVC, _kNC, _l, _cRT, _t, _eC, _oC, _aC, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
953
+ [_cNa, _cN, _cRT, _ty, _rA, _con, _t, _dPP],
954
+ [0, [0, 1], [0, 4], 0, 0, () => CapabilityConfigurationRequest, 128 | 0, 0],
955
+ ];
956
+ export var CreateCapabilityResponse = [3, n0, _CCRre, 0, [_ca], [() => Capability]];
957
+ export var CreateClusterRequest = [
958
+ 3,
959
+ n0,
960
+ _CCRrea,
961
+ 0,
962
+ [_n, _v, _rA, _rVC, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
852
963
  [
853
964
  0,
854
965
  0,
@@ -871,7 +982,7 @@ export var CreateClusterRequest = [
871
982
  () => ControlPlaneScalingConfig,
872
983
  ],
873
984
  ];
874
- export var CreateClusterResponse = [3, n0, _CCRre, 0, [_cl], [() => Cluster]];
985
+ export var CreateClusterResponse = [3, n0, _CCRreat, 0, [_cl], [() => Cluster]];
875
986
  export var CreateEksAnywhereSubscriptionRequest = [
876
987
  3,
877
988
  n0,
@@ -972,8 +1083,20 @@ export var DeleteAddonRequest = [
972
1083
  ],
973
1084
  ];
974
1085
  export var DeleteAddonResponse = [3, n0, _DARe, 0, [_ad], [() => Addon]];
975
- export var DeleteClusterRequest = [3, n0, _DCR, 0, [_n], [[0, 1]]];
976
- export var DeleteClusterResponse = [3, n0, _DCRe, 0, [_cl], [() => Cluster]];
1086
+ export var DeleteCapabilityRequest = [
1087
+ 3,
1088
+ n0,
1089
+ _DCR,
1090
+ 0,
1091
+ [_cN, _cNa],
1092
+ [
1093
+ [0, 1],
1094
+ [0, 1],
1095
+ ],
1096
+ ];
1097
+ export var DeleteCapabilityResponse = [3, n0, _DCRe, 0, [_ca], [() => Capability]];
1098
+ export var DeleteClusterRequest = [3, n0, _DCRel, 0, [_n], [[0, 1]]];
1099
+ export var DeleteClusterResponse = [3, n0, _DCRele, 0, [_cl], [() => Cluster]];
977
1100
  export var DeleteEksAnywhereSubscriptionRequest = [3, n0, _DEASR, 0, [_id_], [[0, 1]]];
978
1101
  export var DeleteEksAnywhereSubscriptionResponse = [
979
1102
  3,
@@ -1141,8 +1264,20 @@ export var DescribeAddonVersionsRequest = [
1141
1264
  ],
1142
1265
  ];
1143
1266
  export var DescribeAddonVersionsResponse = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
1144
- export var DescribeClusterRequest = [3, n0, _DCRes, 0, [_n], [[0, 1]]];
1145
- export var DescribeClusterResponse = [3, n0, _DCResc, 0, [_cl], [() => Cluster]];
1267
+ export var DescribeCapabilityRequest = [
1268
+ 3,
1269
+ n0,
1270
+ _DCRes,
1271
+ 0,
1272
+ [_cN, _cNa],
1273
+ [
1274
+ [0, 1],
1275
+ [0, 1],
1276
+ ],
1277
+ ];
1278
+ export var DescribeCapabilityResponse = [3, n0, _DCResc, 0, [_ca], [() => Capability]];
1279
+ export var DescribeClusterRequest = [3, n0, _DCRescr, 0, [_n], [[0, 1]]];
1280
+ export var DescribeClusterResponse = [3, n0, _DCRescri, 0, [_cl], [() => Cluster]];
1146
1281
  export var DescribeClusterVersionsRequest = [
1147
1282
  3,
1148
1283
  n0,
@@ -1302,7 +1437,7 @@ export var DescribeUpdateRequest = [
1302
1437
  n0,
1303
1438
  _DUR,
1304
1439
  0,
1305
- [_n, _uI, _nN, _aN],
1440
+ [_n, _uI, _nN, _aN, _cNa],
1306
1441
  [
1307
1442
  [0, 1],
1308
1443
  [0, 1],
@@ -1318,6 +1453,12 @@ export var DescribeUpdateRequest = [
1318
1453
  [_hQ]: _aN,
1319
1454
  },
1320
1455
  ],
1456
+ [
1457
+ 0,
1458
+ {
1459
+ [_hQ]: _cNa,
1460
+ },
1461
+ ],
1321
1462
  ],
1322
1463
  ];
1323
1464
  export var DescribeUpdateResponse = [3, n0, _DURe, 0, [_up], [() => Update]];
@@ -1360,7 +1501,7 @@ export var EksAnywhereSubscription = [
1360
1501
  ];
1361
1502
  export var EksAnywhereSubscriptionTerm = [3, n0, _EAST, 0, [_du, _un], [1, 0]];
1362
1503
  export var ElasticLoadBalancing = [3, n0, _ELB, 0, [_en], [2]];
1363
- export var EncryptionConfig = [3, n0, _EC, 0, [_r, _pr], [64 | 0, () => Provider]];
1504
+ export var EncryptionConfig = [3, n0, _EC, 0, [_re, _pr], [64 | 0, () => Provider]];
1364
1505
  export var ErrorDetail = [3, n0, _ED, 0, [_eCr, _eM, _rI], [0, 0, 64 | 0]];
1365
1506
  export var FargateProfile = [
1366
1507
  3,
@@ -1388,7 +1529,7 @@ export var Insight = [
1388
1529
  n0,
1389
1530
  _In,
1390
1531
  0,
1391
- [_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS, _re, _aId, _r, _cSS],
1532
+ [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _re, _cSS],
1392
1533
  [
1393
1534
  0,
1394
1535
  0,
@@ -1420,14 +1561,14 @@ export var InsightResourceDetail = [
1420
1561
  [_iS, _kRU, _a],
1421
1562
  [() => InsightStatus, 0, 0],
1422
1563
  ];
1423
- export var InsightsFilter = [3, n0, _IF, 0, [_cat, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1564
+ export var InsightsFilter = [3, n0, _IF, 0, [_cate, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1424
1565
  export var InsightStatus = [3, n0, _IS, 0, [_s, _rea], [0, 0]];
1425
1566
  export var InsightSummary = [
1426
1567
  3,
1427
1568
  n0,
1428
1569
  _ISn,
1429
1570
  0,
1430
- [_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS],
1571
+ [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1431
1572
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus],
1432
1573
  ];
1433
1574
  export var InvalidParameterException = [
@@ -1597,11 +1738,41 @@ export var ListAssociatedAccessPoliciesResponse = [
1597
1738
  [_cN, _pA, _nT, _aAPs],
1598
1739
  [0, 0, 0, () => AssociatedAccessPoliciesList],
1599
1740
  ];
1600
- export var ListClustersRequest = [
1741
+ export var ListCapabilitiesRequest = [
1601
1742
  3,
1602
1743
  n0,
1603
1744
  _LCR,
1604
1745
  0,
1746
+ [_cN, _nT, _mR],
1747
+ [
1748
+ [0, 1],
1749
+ [
1750
+ 0,
1751
+ {
1752
+ [_hQ]: _nT,
1753
+ },
1754
+ ],
1755
+ [
1756
+ 1,
1757
+ {
1758
+ [_hQ]: _mR,
1759
+ },
1760
+ ],
1761
+ ],
1762
+ ];
1763
+ export var ListCapabilitiesResponse = [
1764
+ 3,
1765
+ n0,
1766
+ _LCRi,
1767
+ 0,
1768
+ [_cap, _nT],
1769
+ [() => CapabilitySummaryList, 0],
1770
+ ];
1771
+ export var ListClustersRequest = [
1772
+ 3,
1773
+ n0,
1774
+ _LCRis,
1775
+ 0,
1605
1776
  [_mR, _nT, _inc],
1606
1777
  [
1607
1778
  [
@@ -1624,7 +1795,7 @@ export var ListClustersRequest = [
1624
1795
  ],
1625
1796
  ],
1626
1797
  ];
1627
- export var ListClustersResponse = [3, n0, _LCRi, 0, [_clu, _nT], [64 | 0, 0]];
1798
+ export var ListClustersResponse = [3, n0, _LCRist, 0, [_clu, _nT], [64 | 0, 0]];
1628
1799
  export var ListEksAnywhereSubscriptionsRequest = [
1629
1800
  3,
1630
1801
  n0,
@@ -1794,7 +1965,7 @@ export var ListUpdatesRequest = [
1794
1965
  n0,
1795
1966
  _LUR,
1796
1967
  0,
1797
- [_n, _nN, _aN, _nT, _mR],
1968
+ [_n, _nN, _aN, _cNa, _nT, _mR],
1798
1969
  [
1799
1970
  [0, 1],
1800
1971
  [
@@ -1809,6 +1980,12 @@ export var ListUpdatesRequest = [
1809
1980
  [_hQ]: _aN,
1810
1981
  },
1811
1982
  ],
1983
+ [
1984
+ 0,
1985
+ {
1986
+ [_hQ]: _cNa,
1987
+ },
1988
+ ],
1812
1989
  [
1813
1990
  0,
1814
1991
  {
@@ -1834,7 +2011,7 @@ export var Nodegroup = [
1834
2011
  0,
1835
2012
  [
1836
2013
  _nN,
1837
- _nA,
2014
+ _nAo,
1838
2015
  _cN,
1839
2016
  _v,
1840
2017
  _rV,
@@ -1850,7 +2027,7 @@ export var Nodegroup = [
1850
2027
  _nR,
1851
2028
  _la,
1852
2029
  _ta,
1853
- _r,
2030
+ _re,
1854
2031
  _dS,
1855
2032
  _h,
1856
2033
  _uC,
@@ -2067,6 +2244,7 @@ export var ServiceUnavailableException = [
2067
2244
  [0],
2068
2245
  ];
2069
2246
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2247
+ export var SsoIdentity = [3, n0, _SI, 0, [_id_, _ty], [0, 0]];
2070
2248
  export var StartInsightsRefreshRequest = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
2071
2249
  export var StartInsightsRefreshResponse = [3, n0, _SIRRt, 0, [_m, _s], [0, 0]];
2072
2250
  export var StorageConfigRequest = [3, n0, _SCR, 0, [_bS], [() => BlockStorage]];
@@ -2142,12 +2320,30 @@ export var UpdateAddonRequest = [
2142
2320
  [[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList],
2143
2321
  ];
2144
2322
  export var UpdateAddonResponse = [3, n0, _UARp, 0, [_up], [() => Update]];
2323
+ export var UpdateArgoCdConfig = [
2324
+ 3,
2325
+ n0,
2326
+ _UACC,
2327
+ 0,
2328
+ [_rRM, _nA],
2329
+ [() => UpdateRoleMappings, () => ArgoCdNetworkAccessConfigRequest],
2330
+ ];
2331
+ export var UpdateCapabilityConfiguration = [3, n0, _UCC, 0, [_aC], [() => UpdateArgoCdConfig]];
2332
+ export var UpdateCapabilityRequest = [
2333
+ 3,
2334
+ n0,
2335
+ _UCR,
2336
+ 0,
2337
+ [_cN, _cNa, _rA, _con, _cRT, _dPP],
2338
+ [[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration, [0, 4], 0],
2339
+ ];
2340
+ export var UpdateCapabilityResponse = [3, n0, _UCRp, 0, [_up], [() => Update]];
2145
2341
  export var UpdateClusterConfigRequest = [
2146
2342
  3,
2147
2343
  n0,
2148
2344
  _UCCR,
2149
2345
  0,
2150
- [_n, _rVC, _l, _cRT, _aC, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2346
+ [_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2151
2347
  [
2152
2348
  [0, 1],
2153
2349
  () => VpcConfigRequest,
@@ -2235,6 +2431,14 @@ export var UpdatePodIdentityAssociationResponse = [
2235
2431
  [_as],
2236
2432
  [() => PodIdentityAssociation],
2237
2433
  ];
2434
+ export var UpdateRoleMappings = [
2435
+ 3,
2436
+ n0,
2437
+ _URM,
2438
+ 0,
2439
+ [_aOURM, _rRMe],
2440
+ [() => ArgoCdRoleMappingList, () => ArgoCdRoleMappingList],
2441
+ ];
2238
2442
  export var UpdateTaintsPayload = [
2239
2443
  3,
2240
2444
  n0,
@@ -2258,7 +2462,7 @@ export var VpcConfigResponse = [
2258
2462
  n0,
2259
2463
  _VCRp,
2260
2464
  0,
2261
- [_sIu, _sGI, _cSGI, _vI, _ePA, _ePAn, _pAC],
2465
+ [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
2262
2466
  [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0],
2263
2467
  ];
2264
2468
  export var ZonalShiftConfigRequest = [3, n0, _ZSCR, 0, [_en], [2]];
@@ -2279,11 +2483,14 @@ export var AddonPodIdentityConfigurationList = [
2279
2483
  ];
2280
2484
  export var Addons = [1, n0, _Ad, 0, () => AddonInfo];
2281
2485
  export var AddonVersionInfoList = [1, n0, _AVIL, 0, () => AddonVersionInfo];
2486
+ export var ArgoCdRoleMappingList = [1, n0, _ACRML, 0, () => ArgoCdRoleMapping];
2282
2487
  export var AssociatedAccessPoliciesList = [1, n0, _AAPL, 0, () => AssociatedAccessPolicy];
2283
2488
  export var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
2489
+ export var CapabilityIssueList = [1, n0, _CIL, 0, () => CapabilityIssue];
2490
+ export var CapabilitySummaryList = [1, n0, _CSL, 0, () => CapabilitySummary];
2284
2491
  export var CategoryList = 64 | 0;
2285
- export var ClientStats = [1, n0, _CSl, 0, () => ClientStat];
2286
- export var ClusterIssueList = [1, n0, _CIL, 0, () => ClusterIssue];
2492
+ export var ClientStats = [1, n0, _CSli, 0, () => ClientStat];
2493
+ export var ClusterIssueList = [1, n0, _CILl, 0, () => ClusterIssue];
2287
2494
  export var ClusterVersionList = [1, n0, _CVL, 0, () => ClusterVersionInformation];
2288
2495
  export var Compatibilities = [1, n0, _Com, 0, () => Compatibility];
2289
2496
  export var DeprecationDetails = [1, n0, _DDe, 0, () => DeprecationDetail];
@@ -2307,6 +2514,7 @@ export var NodeRepairConfigOverridesList = [1, n0, _NRCOL, 0, () => NodeRepairCo
2307
2514
  export var PodIdentityAssociationSummaries = [1, n0, _PIASo, 0, () => PodIdentityAssociationSummary];
2308
2515
  export var RemoteNodeNetworkList = [1, n0, _RNNL, 0, () => RemoteNodeNetwork];
2309
2516
  export var RemotePodNetworkList = [1, n0, _RPNL, 0, () => RemotePodNetwork];
2517
+ export var SsoIdentityList = [1, n0, _SIL, 0, () => SsoIdentity];
2310
2518
  export var StringList = 64 | 0;
2311
2519
  export var TagKeyList = 64 | 0;
2312
2520
  export var taintsList = [1, n0, _tL, 0, () => Taint];
@@ -2366,10 +2574,20 @@ export var CreateAddon = [
2366
2574
  () => CreateAddonRequest,
2367
2575
  () => CreateAddonResponse,
2368
2576
  ];
2369
- export var CreateCluster = [
2577
+ export var CreateCapability = [
2370
2578
  9,
2371
2579
  n0,
2372
2580
  _CC,
2581
+ {
2582
+ [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200],
2583
+ },
2584
+ () => CreateCapabilityRequest,
2585
+ () => CreateCapabilityResponse,
2586
+ ];
2587
+ export var CreateCluster = [
2588
+ 9,
2589
+ n0,
2590
+ _CCr,
2373
2591
  {
2374
2592
  [_ht]: ["POST", "/clusters", 200],
2375
2593
  },
@@ -2436,10 +2654,20 @@ export var DeleteAddon = [
2436
2654
  () => DeleteAddonRequest,
2437
2655
  () => DeleteAddonResponse,
2438
2656
  ];
2439
- export var DeleteCluster = [
2657
+ export var DeleteCapability = [
2440
2658
  9,
2441
2659
  n0,
2442
2660
  _DC,
2661
+ {
2662
+ [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
2663
+ },
2664
+ () => DeleteCapabilityRequest,
2665
+ () => DeleteCapabilityResponse,
2666
+ ];
2667
+ export var DeleteCluster = [
2668
+ 9,
2669
+ n0,
2670
+ _DCe,
2443
2671
  {
2444
2672
  [_ht]: ["DELETE", "/clusters/{name}", 200],
2445
2673
  },
@@ -2489,7 +2717,7 @@ export var DeletePodIdentityAssociation = [
2489
2717
  export var DeregisterCluster = [
2490
2718
  9,
2491
2719
  n0,
2492
- _DCe,
2720
+ _DCer,
2493
2721
  {
2494
2722
  [_ht]: ["DELETE", "/cluster-registrations/{name}", 200],
2495
2723
  },
@@ -2536,10 +2764,20 @@ export var DescribeAddonVersions = [
2536
2764
  () => DescribeAddonVersionsRequest,
2537
2765
  () => DescribeAddonVersionsResponse,
2538
2766
  ];
2539
- export var DescribeCluster = [
2767
+ export var DescribeCapability = [
2540
2768
  9,
2541
2769
  n0,
2542
2770
  _DCes,
2771
+ {
2772
+ [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
2773
+ },
2774
+ () => DescribeCapabilityRequest,
2775
+ () => DescribeCapabilityResponse,
2776
+ ];
2777
+ export var DescribeCluster = [
2778
+ 9,
2779
+ n0,
2780
+ _DCesc,
2543
2781
  {
2544
2782
  [_ht]: ["GET", "/clusters/{name}", 200],
2545
2783
  },
@@ -2696,10 +2934,20 @@ export var ListAssociatedAccessPolicies = [
2696
2934
  () => ListAssociatedAccessPoliciesRequest,
2697
2935
  () => ListAssociatedAccessPoliciesResponse,
2698
2936
  ];
2699
- export var ListClusters = [
2937
+ export var ListCapabilities = [
2700
2938
  9,
2701
2939
  n0,
2702
2940
  _LC,
2941
+ {
2942
+ [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200],
2943
+ },
2944
+ () => ListCapabilitiesRequest,
2945
+ () => ListCapabilitiesResponse,
2946
+ ];
2947
+ export var ListClusters = [
2948
+ 9,
2949
+ n0,
2950
+ _LCi,
2703
2951
  {
2704
2952
  [_ht]: ["GET", "/clusters", 200],
2705
2953
  },
@@ -2846,10 +3094,20 @@ export var UpdateAddon = [
2846
3094
  () => UpdateAddonRequest,
2847
3095
  () => UpdateAddonResponse,
2848
3096
  ];
3097
+ export var UpdateCapability = [
3098
+ 9,
3099
+ n0,
3100
+ _UC,
3101
+ {
3102
+ [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
3103
+ },
3104
+ () => UpdateCapabilityRequest,
3105
+ () => UpdateCapabilityResponse,
3106
+ ];
2849
3107
  export var UpdateClusterConfig = [
2850
3108
  9,
2851
3109
  n0,
2852
- _UCC,
3110
+ _UCCp,
2853
3111
  {
2854
3112
  [_ht]: ["POST", "/clusters/{name}/update-config", 200],
2855
3113
  },