@aws-sdk/client-eks 3.1113.0 → 3.1115.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 (65) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +381 -123
  3. package/dist-es/EKS.js +14 -0
  4. package/dist-es/commands/ActivateCertificateAuthorityCommand.js +4 -0
  5. package/dist-es/commands/CreateCertificateAuthorityCommand.js +4 -0
  6. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +4 -0
  7. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +4 -0
  8. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +76 -52
  11. package/dist-es/models/errors.js +29 -29
  12. package/dist-es/pagination/ListCertificateAuthoritiesPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +166 -36
  15. package/dist-es/waiters/index.js +1 -0
  16. package/dist-es/waiters/waitForCertificateAuthorityUpdateComplete.js +49 -0
  17. package/dist-types/EKS.d.ts +48 -0
  18. package/dist-types/EKSClient.d.ts +7 -2
  19. package/dist-types/commands/ActivateCertificateAuthorityCommand.d.ts +139 -0
  20. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
  21. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
  22. package/dist-types/commands/CancelUpdateCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +149 -0
  24. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +134 -0
  26. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -0
  27. package/dist-types/commands/DeregisterClusterCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +104 -0
  29. package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
  30. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
  31. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
  32. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +102 -0
  33. package/dist-types/commands/RegisterClusterCommand.d.ts +4 -0
  34. package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
  35. package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -2
  36. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -2
  37. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -2
  38. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -2
  40. package/dist-types/commands/index.d.ts +5 -0
  41. package/dist-types/models/enums.d.ts +120 -64
  42. package/dist-types/models/errors.d.ts +37 -37
  43. package/dist-types/models/models_0.d.ts +569 -186
  44. package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +20 -0
  47. package/dist-types/ts3.4/EKS.d.ts +98 -0
  48. package/dist-types/ts3.4/EKSClient.d.ts +30 -0
  49. package/dist-types/ts3.4/commands/ActivateCertificateAuthorityCommand.d.ts +42 -0
  50. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +42 -0
  53. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +42 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +90 -58
  56. package/dist-types/ts3.4/models/errors.d.ts +14 -14
  57. package/dist-types/ts3.4/models/models_0.d.ts +103 -22
  58. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +20 -0
  61. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  62. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityUpdateComplete.d.ts +15 -0
  63. package/dist-types/waiters/index.d.ts +1 -0
  64. package/dist-types/waiters/waitForCertificateAuthorityUpdateComplete.d.ts +15 -0
  65. package/package.json +1 -1
@@ -4,8 +4,12 @@ const _AAPL = "AssociatedAccessPoliciesList";
4
4
  const _AAPR = "AssociateAccessPolicyRequest";
5
5
  const _AAPRs = "AssociateAccessPolicyResponse";
6
6
  const _AAPs = "AssociateAccessPolicy";
7
+ const _ACA = "ActiveCertificateAuthority";
7
8
  const _ACAICR = "ArgoCdAwsIdcConfigRequest";
8
9
  const _ACAICRr = "ArgoCdAwsIdcConfigResponse";
10
+ const _ACAR = "ActivateCertificateAuthorityRequest";
11
+ const _ACARc = "ActivateCertificateAuthorityResponse";
12
+ const _ACAc = "ActivateCertificateAuthority";
9
13
  const _ACCR = "ArgoCdConfigRequest";
10
14
  const _ACCRr = "ArgoCdConfigResponse";
11
15
  const _ACD = "AddonCompatibilityDetail";
@@ -45,14 +49,22 @@ const _Ad = "Addons";
45
49
  const _BRE = "BadRequestException";
46
50
  const _BS = "BlockStorage";
47
51
  const _C = "Cancellation";
48
- const _CA = "CreateAddon";
52
+ const _CA = "CertificateAuthority";
49
53
  const _CACR = "CreateAccessConfigRequest";
50
54
  const _CAE = "CreateAccessEntry";
51
55
  const _CAER = "CreateAccessEntryRequest";
52
56
  const _CAERr = "CreateAccessEntryResponse";
53
57
  const _CAR = "CreateAddonRequest";
54
58
  const _CARr = "CreateAddonResponse";
59
+ const _CAS = "CertificateAuthoritySummary";
60
+ const _CASE = "CertificateAuthorityScheduledEvents";
61
+ const _CASL = "CertificateAuthoritySummaryList";
62
+ const _CAV = "CertificateAuthorityValidity";
63
+ const _CAr = "CreateAddon";
55
64
  const _CC = "CreateCapability";
65
+ const _CCA = "CreateCertificateAuthority";
66
+ const _CCAR = "CreateCertificateAuthorityRequest";
67
+ const _CCARr = "CreateCertificateAuthorityResponse";
56
68
  const _CCR = "CapabilityConfigurationRequest";
57
69
  const _CCRa = "CapabilityConfigurationResponse";
58
70
  const _CCRo = "ComputeConfigRequest";
@@ -125,6 +137,12 @@ const _DAVR = "DescribeAddonVersionsRequest";
125
137
  const _DAVRe = "DescribeAddonVersionsResponse";
126
138
  const _DAe = "DescribeAddon";
127
139
  const _DC = "DurationConstraints";
140
+ const _DCA = "DeleteCertificateAuthority";
141
+ const _DCAR = "DeleteCertificateAuthorityRequest";
142
+ const _DCARe = "DeleteCertificateAuthorityResponse";
143
+ const _DCARes = "DescribeCertificateAuthorityRequest";
144
+ const _DCAResc = "DescribeCertificateAuthorityResponse";
145
+ const _DCAe = "DescribeCertificateAuthority";
128
146
  const _DCR = "DeleteCapabilityRequest";
129
147
  const _DCRe = "DeleteCapabilityResponse";
130
148
  const _DCRel = "DeleteClusterRequest";
@@ -247,6 +265,9 @@ const _LAPRi = "ListAccessPoliciesResponse";
247
265
  const _LAR = "ListAddonsRequest";
248
266
  const _LARi = "ListAddonsResponse";
249
267
  const _LC = "ListCapabilities";
268
+ const _LCA = "ListCertificateAuthorities";
269
+ const _LCAR = "ListCertificateAuthoritiesRequest";
270
+ const _LCARi = "ListCertificateAuthoritiesResponse";
250
271
  const _LCR = "ListCapabilitiesRequest";
251
272
  const _LCRi = "ListCapabilitiesResponse";
252
273
  const _LCRis = "ListClustersRequest";
@@ -391,8 +412,10 @@ const _a = "arn";
391
412
  const _aA = "addonArn";
392
413
  const _aAP = "associatedAccessPolicy";
393
414
  const _aAPs = "associatedAccessPolicies";
415
+ const _aAc = "activatedAt";
394
416
  const _aAs = "associatedAt";
395
417
  const _aAss = "associationArn";
418
+ const _aB = "activatedBy";
396
419
  const _aC = "argoCd";
397
420
  const _aCD = "addonCompatibilityDetails";
398
421
  const _aCc = "accessConfig";
@@ -420,6 +443,7 @@ const _aT = "amiType";
420
443
  const _aV = "addonVersion";
421
444
  const _aVd = "addonVersions";
422
445
  const _aVl = "allowedValues";
446
+ const _ac = "active";
423
447
  const _ad = "addon";
424
448
  const _add = "addons";
425
449
  const _ar = "architecture";
@@ -430,7 +454,10 @@ const _bS = "blockStorage";
430
454
  const _bSMA = "bootstrapSelfManagedAddons";
431
455
  const _c = "client";
432
456
  const _cA = "createdAt";
457
+ const _cAI = "certificateAuthorityId";
433
458
  const _cAe = "certificateAuthority";
459
+ const _cAer = "certificateAuthorities";
460
+ const _cB = "createdBy";
434
461
  const _cC = "connectorConfig";
435
462
  const _cCo = "computeConfig";
436
463
  const _cDSG = "clusterDatabaseSizeGb";
@@ -476,9 +503,10 @@ const _dO = "defaultOnly";
476
503
  const _dP = "deletionProtection";
477
504
  const _dPP = "deletePropagationPolicy";
478
505
  const _dPV = "defaultPlatformVersion";
479
- const _dS = "diskSize";
506
+ const _dS = "distributionStatus";
480
507
  const _dST = "disableSessionTags";
481
508
  const _dSe = "desiredSize";
509
+ const _dSi = "diskSize";
482
510
  const _dV = "defaultVersion";
483
511
  const _dVe = "defaultValue";
484
512
  const _de = "description";
@@ -505,6 +533,8 @@ const _en = "enabled";
505
533
  const _end = "endpoint";
506
534
  const _er = "errors";
507
535
  const _f = "filter";
536
+ const _fAA = "firstAutoActivation";
537
+ const _fAAi = "finalAutoActivation";
508
538
  const _fP = "fargateProfile";
509
539
  const _fPA = "fargateProfileArn";
510
540
  const _fPN = "fargateProfileName";
@@ -519,7 +549,7 @@ const _hPACC = "horizontalPodAutoscalerControllerConfig";
519
549
  const _hPASP = "horizontalPodAutoscalerSyncPeriod";
520
550
  const _hQ = "httpQuery";
521
551
  const _ht = "http";
522
- const _i = "issues";
552
+ const _i = "id";
523
553
  const _iA = "includeAll";
524
554
  const _iF = "ipFamily";
525
555
  const _iIA = "idcInstanceArn";
@@ -532,14 +562,15 @@ const _iR = "idcRegion";
532
562
  const _iS = "insightStatus";
533
563
  const _iSn = "includeStatus";
534
564
  const _iT = "instanceTypes";
565
+ const _iTd = "idempotencyToken";
535
566
  const _iU = "issuerUrl";
536
567
  const _id = "identities";
537
- const _id_ = "id";
538
568
  const _ide = "identity";
539
569
  const _in = "insight";
540
570
  const _inc = "include";
541
571
  const _ins = "insights";
542
- const _is = "issuer";
572
+ const _is = "issues";
573
+ const _iss = "issuer";
543
574
  const _k = "key";
544
575
  const _kA = "keyArn";
545
576
  const _kASC = "kubeApiServerConfig";
@@ -581,7 +612,9 @@ const _ma = "max";
581
612
  const _mi = "min";
582
613
  const _n = "name";
583
614
  const _nA = "networkAccess";
584
- const _nAo = "nodegroupArn";
615
+ const _nAo = "notAfter";
616
+ const _nAod = "nodegroupArn";
617
+ const _nB = "notBefore";
585
618
  const _nC = "namespaceConfig";
586
619
  const _nMC = "nodeMonitoringCondition";
587
620
  const _nN = "nodegroupName";
@@ -628,6 +661,7 @@ const _rASG = "remoteAccessSecurityGroup";
628
661
  const _rAe = "remoteAccess";
629
662
  const _rAep = "repairAction";
630
663
  const _rAes = "resourceArn";
664
+ const _rAo = "rollbackAvailable";
631
665
  const _rC = "requiresConfiguration";
632
666
  const _rCe = "resolveConflicts";
633
667
  const _rCeq = "requiredClaims";
@@ -656,6 +690,7 @@ const _sARA = "serviceAccountRoleArn";
656
690
  const _sAt = "startedAt";
657
691
  const _sC = "storageConfig";
658
692
  const _sCc = "scalingConfig";
693
+ const _sE = "scheduledEvents";
659
694
  const _sGI = "securityGroupIds";
660
695
  const _sI = "subscriptionId";
661
696
  const _sIC = "serviceIpv4Cidr";
@@ -663,10 +698,11 @@ const _sICe = "serviceIpv6Cidr";
663
698
  const _sIu = "subnetIds";
664
699
  const _sL = "spreadLevel";
665
700
  const _sNPR = "serviceNodePortRange";
666
- const _sS = "scoringStrategy";
701
+ const _sS = "signingStatus";
667
702
  const _sSG = "sourceSecurityGroups";
668
703
  const _sSRV = "startServingReplacementVersion";
669
704
  const _sSV = "stopServingVersion";
705
+ const _sSc = "scoringStrategy";
670
706
  const _sT = "supportType";
671
707
  const _sU = "serverUrl";
672
708
  const _se = "server";
@@ -705,7 +741,8 @@ const _vI = "vpceIds";
705
741
  const _vIp = "vpcId";
706
742
  const _vS = "versionStatus";
707
743
  const _vZ = "validZones";
708
- const _va = "value";
744
+ const _va = "validity";
745
+ const _val = "value";
709
746
  const _w = "weight";
710
747
  const _wPC = "warmPoolConfig";
711
748
  const _zSC = "zonalShiftConfig";
@@ -831,6 +868,21 @@ export var AccessScope$ = [3, n0, _AS,
831
868
  [_ty, _na],
832
869
  [0, 64 | 0]
833
870
  ];
871
+ export var ActivateCertificateAuthorityRequest$ = [3, n0, _ACAR,
872
+ 0,
873
+ [_cN, _cAI, _cRT],
874
+ [[0, 1], [0, 1], [0, 4]], 2
875
+ ];
876
+ export var ActivateCertificateAuthorityResponse$ = [3, n0, _ACARc,
877
+ 0,
878
+ [_up, _cAe],
879
+ [() => Update$, () => CertificateAuthoritySummary$]
880
+ ];
881
+ export var ActiveCertificateAuthority$ = [3, n0, _ACA,
882
+ 0,
883
+ [_i, _aB],
884
+ [0, 0]
885
+ ];
834
886
  export var Addon$ = [3, n0, _A,
835
887
  0,
836
888
  [_aN, _cN, _st, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
@@ -843,7 +895,7 @@ export var AddonCompatibilityDetail$ = [3, n0, _ACD,
843
895
  ];
844
896
  export var AddonHealth$ = [3, n0, _AH,
845
897
  0,
846
- [_i],
898
+ [_is],
847
899
  [() => AddonIssueList]
848
900
  ];
849
901
  export var AddonInfo$ = [3, n0, _AI,
@@ -998,7 +1050,7 @@ export var CapabilityConfigurationResponse$ = [3, n0, _CCRa,
998
1050
  ];
999
1051
  export var CapabilityHealth$ = [3, n0, _CH,
1000
1052
  0,
1001
- [_i],
1053
+ [_is],
1002
1054
  [() => CapabilityIssueList]
1003
1055
  ];
1004
1056
  export var CapabilityIssue$ = [3, n0, _CI,
@@ -1013,8 +1065,28 @@ export var CapabilitySummary$ = [3, n0, _CS,
1013
1065
  ];
1014
1066
  export var Certificate$ = [3, n0, _Ce,
1015
1067
  0,
1016
- [_d],
1017
- [0]
1068
+ [_d, _ac],
1069
+ [0, () => ActiveCertificateAuthority$]
1070
+ ];
1071
+ export var CertificateAuthority$ = [3, n0, _CA,
1072
+ 0,
1073
+ [_i, _cA, _cB, _aAc, _aB, _sS, _dS, _va, _sE, _rAo, _d],
1074
+ [0, 4, 0, 4, 0, 0, 0, () => CertificateAuthorityValidity$, () => CertificateAuthorityScheduledEvents$, 2, 0]
1075
+ ];
1076
+ export var CertificateAuthorityScheduledEvents$ = [3, n0, _CASE,
1077
+ 0,
1078
+ [_fAA, _fAAi],
1079
+ [4, 4]
1080
+ ];
1081
+ export var CertificateAuthoritySummary$ = [3, n0, _CAS,
1082
+ 0,
1083
+ [_i, _cA, _cB, _aAc, _aB, _sS, _dS],
1084
+ [0, 4, 0, 4, 0, 0, 0]
1085
+ ];
1086
+ export var CertificateAuthorityValidity$ = [3, n0, _CAV,
1087
+ 0,
1088
+ [_nB, _nAo],
1089
+ [4, 4]
1018
1090
  ];
1019
1091
  export var ClientStat$ = [3, n0, _CSl,
1020
1092
  0,
@@ -1023,12 +1095,12 @@ export var ClientStat$ = [3, n0, _CSl,
1023
1095
  ];
1024
1096
  export var Cluster$ = [3, n0, _Cl,
1025
1097
  0,
1026
- [_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],
1098
+ [_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _st, _cAe, _cRT, _pV, _t, _eC, _cC, _i, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC, _kASC, _kSC, _kCMC],
1027
1099
  [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$]
1028
1100
  ];
1029
1101
  export var ClusterHealth$ = [3, n0, _CHl,
1030
1102
  0,
1031
- [_i],
1103
+ [_is],
1032
1104
  [() => ClusterIssueList]
1033
1105
  ];
1034
1106
  export var ClusterIssue$ = [3, n0, _CIl,
@@ -1126,6 +1198,16 @@ export var CreateCapabilityResponse$ = [3, n0, _CCRre,
1126
1198
  [_ca],
1127
1199
  [() => Capability$]
1128
1200
  ];
1201
+ export var CreateCertificateAuthorityRequest$ = [3, n0, _CCAR,
1202
+ 0,
1203
+ [_cN, _cRT],
1204
+ [[0, 1], [0, 4]], 1
1205
+ ];
1206
+ export var CreateCertificateAuthorityResponse$ = [3, n0, _CCARr,
1207
+ 0,
1208
+ [_up, _cAe],
1209
+ [() => Update$, () => CertificateAuthoritySummary$]
1210
+ ];
1129
1211
  export var CreateClusterRequest$ = [3, n0, _CCRrea,
1130
1212
  0,
1131
1213
  [_n, _rA, _rVC, _v, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC, _kASC, _kSC, _kCMC],
@@ -1158,7 +1240,7 @@ export var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
1158
1240
  ];
1159
1241
  export var CreateNodegroupRequest$ = [3, n0, _CNR,
1160
1242
  0,
1161
- [_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV, _wPC],
1243
+ [_cN, _nN, _sub, _nR, _sCc, _dSi, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV, _wPC],
1162
1244
  [[0, 1], 0, 64 | 0, 0, () => NodegroupScalingConfig$, 1, 64 | 0, 0, () => RemoteAccessConfig$, 128 | 0, () => taintsList, 128 | 0, [0, 4], () => LaunchTemplateSpecification$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, 0, 0, 0, () => WarmPoolConfig$], 4
1163
1245
  ];
1164
1246
  export var CreateNodegroupResponse$ = [3, n0, _CNRr,
@@ -1206,6 +1288,16 @@ export var DeleteCapabilityResponse$ = [3, n0, _DCRe,
1206
1288
  [_ca],
1207
1289
  [() => Capability$]
1208
1290
  ];
1291
+ export var DeleteCertificateAuthorityRequest$ = [3, n0, _DCAR,
1292
+ 0,
1293
+ [_cN, _cAI, _cRT],
1294
+ [[0, 1], [0, 1], [0, { [_hQ]: _cRT, [_iTd]: 1 }]], 2
1295
+ ];
1296
+ export var DeleteCertificateAuthorityResponse$ = [3, n0, _DCARe,
1297
+ 0,
1298
+ [_up, _cAe],
1299
+ [() => Update$, () => CertificateAuthoritySummary$]
1300
+ ];
1209
1301
  export var DeleteClusterRequest$ = [3, n0, _DCRel,
1210
1302
  0,
1211
1303
  [_n],
@@ -1218,7 +1310,7 @@ export var DeleteClusterResponse$ = [3, n0, _DCRele,
1218
1310
  ];
1219
1311
  export var DeleteEksAnywhereSubscriptionRequest$ = [3, n0, _DEASR,
1220
1312
  0,
1221
- [_id_],
1313
+ [_i],
1222
1314
  [[0, 1]], 1
1223
1315
  ];
1224
1316
  export var DeleteEksAnywhereSubscriptionResponse$ = [3, n0, _DEASRe,
@@ -1321,6 +1413,16 @@ export var DescribeCapabilityResponse$ = [3, n0, _DCResc,
1321
1413
  [_ca],
1322
1414
  [() => Capability$]
1323
1415
  ];
1416
+ export var DescribeCertificateAuthorityRequest$ = [3, n0, _DCARes,
1417
+ 0,
1418
+ [_cN, _cAI],
1419
+ [[0, 1], [0, 1]], 2
1420
+ ];
1421
+ export var DescribeCertificateAuthorityResponse$ = [3, n0, _DCAResc,
1422
+ 0,
1423
+ [_cAe],
1424
+ [() => CertificateAuthority$]
1425
+ ];
1324
1426
  export var DescribeClusterRequest$ = [3, n0, _DCRescr,
1325
1427
  0,
1326
1428
  [_n],
@@ -1343,7 +1445,7 @@ export var DescribeClusterVersionsResponse$ = [3, n0, _DCVRe,
1343
1445
  ];
1344
1446
  export var DescribeEksAnywhereSubscriptionRequest$ = [3, n0, _DEASRes,
1345
1447
  0,
1346
- [_id_],
1448
+ [_i],
1347
1449
  [[0, 1]], 1
1348
1450
  ];
1349
1451
  export var DescribeEksAnywhereSubscriptionResponse$ = [3, n0, _DEASResc,
@@ -1373,7 +1475,7 @@ export var DescribeIdentityProviderConfigResponse$ = [3, n0, _DIPCRe,
1373
1475
  ];
1374
1476
  export var DescribeInsightRequest$ = [3, n0, _DIR,
1375
1477
  0,
1376
- [_cN, _id_],
1478
+ [_cN, _i],
1377
1479
  [[0, 1], [0, 1]], 2
1378
1480
  ];
1379
1481
  export var DescribeInsightResponse$ = [3, n0, _DIRe,
@@ -1453,7 +1555,7 @@ export var DurationParameterConfig$ = [3, n0, _DPC,
1453
1555
  ];
1454
1556
  export var EksAnywhereSubscription$ = [3, n0, _EAS,
1455
1557
  0,
1456
- [_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
1558
+ [_i, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
1457
1559
  [0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0]
1458
1560
  ];
1459
1561
  export var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST,
@@ -1493,7 +1595,7 @@ export var FargateProfile$ = [3, n0, _FP,
1493
1595
  ];
1494
1596
  export var FargateProfileHealth$ = [3, n0, _FPH,
1495
1597
  0,
1496
- [_i],
1598
+ [_is],
1497
1599
  [() => FargateProfileIssueList]
1498
1600
  ];
1499
1601
  export var FargateProfileIssue$ = [3, n0, _FPI,
@@ -1538,7 +1640,7 @@ export var IdentityProviderConfigResponse$ = [3, n0, _IPCR,
1538
1640
  ];
1539
1641
  export var Insight$ = [3, n0, _In,
1540
1642
  0,
1541
- [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _res, _cSS],
1643
+ [_i, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _res, _cSS],
1542
1644
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$, 0, 128 | 0, () => InsightResourceDetails, () => InsightCategorySpecificSummary$]
1543
1645
  ];
1544
1646
  export var InsightCategorySpecificSummary$ = [3, n0, _ICSS,
@@ -1563,7 +1665,7 @@ export var InsightStatus$ = [3, n0, _IS,
1563
1665
  ];
1564
1666
  export var InsightSummary$ = [3, n0, _ISn,
1565
1667
  0,
1566
- [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1668
+ [_i, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1567
1669
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
1568
1670
  ];
1569
1671
  export var IntegerRangeConstraint$ = [3, n0, _IRC,
@@ -1633,12 +1735,12 @@ export var KubeSchedulerVersionConfig$ = [3, n0, _KSVC,
1633
1735
  ];
1634
1736
  export var LaunchTemplateSpecification$ = [3, n0, _LTS,
1635
1737
  0,
1636
- [_n, _v, _id_],
1738
+ [_n, _v, _i],
1637
1739
  [0, 0, 0]
1638
1740
  ];
1639
1741
  export var License$ = [3, n0, _L,
1640
1742
  0,
1641
- [_id_, _to],
1743
+ [_i, _to],
1642
1744
  [0, 0]
1643
1745
  ];
1644
1746
  export var ListAccessEntriesRequest$ = [3, n0, _LAER,
@@ -1691,6 +1793,16 @@ export var ListCapabilitiesResponse$ = [3, n0, _LCRi,
1691
1793
  [_cap, _nT],
1692
1794
  [() => CapabilitySummaryList, 0]
1693
1795
  ];
1796
+ export var ListCertificateAuthoritiesRequest$ = [3, n0, _LCAR,
1797
+ 0,
1798
+ [_cN, _mR, _nT],
1799
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1800
+ ];
1801
+ export var ListCertificateAuthoritiesResponse$ = [3, n0, _LCARi,
1802
+ 0,
1803
+ [_cAer, _nT],
1804
+ [() => CertificateAuthoritySummaryList, 0]
1805
+ ];
1694
1806
  export var ListClustersRequest$ = [3, n0, _LCRis,
1695
1807
  0,
1696
1808
  [_mR, _nT, _inc],
@@ -1798,12 +1910,12 @@ export var MarketplaceInformation$ = [3, n0, _MI,
1798
1910
  ];
1799
1911
  export var Nodegroup$ = [3, n0, _N,
1800
1912
  0,
1801
- [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _res, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
1913
+ [_nN, _nAod, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _res, _dSi, _h, _uC, _nRC, _lTa, _t, _wPC],
1802
1914
  [0, 0, 0, 0, 0, 4, 4, 0, 0, () => NodegroupScalingConfig$, 64 | 0, 64 | 0, () => RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => NodegroupResources$, 1, () => NodegroupHealth$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => LaunchTemplateSpecification$, 128 | 0, () => WarmPoolConfig$]
1803
1915
  ];
1804
1916
  export var NodegroupHealth$ = [3, n0, _NH,
1805
1917
  0,
1806
- [_i],
1918
+ [_is],
1807
1919
  [() => IssueList]
1808
1920
  ];
1809
1921
  export var NodegroupResources$ = [3, n0, _NR,
@@ -1833,17 +1945,17 @@ export var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
1833
1945
  ];
1834
1946
  export var NodeResourcesFitConfig$ = [3, n0, _NRFC,
1835
1947
  0,
1836
- [_sS],
1948
+ [_sSc],
1837
1949
  [() => ScoringStrategy$]
1838
1950
  ];
1839
1951
  export var NodeResourcesFitVersionConfig$ = [3, n0, _NRFVC,
1840
1952
  0,
1841
- [_sS],
1953
+ [_sSc],
1842
1954
  [() => ScoringStrategyConfig$]
1843
1955
  ];
1844
1956
  export var OIDC$ = [3, n0, _OIDC,
1845
1957
  0,
1846
- [_is],
1958
+ [_iss],
1847
1959
  [0]
1848
1960
  ];
1849
1961
  export var OidcIdentityProviderConfig$ = [3, n0, _OIPC,
@@ -1953,7 +2065,7 @@ export var ScoringStrategyConfig$ = [3, n0, _SSC,
1953
2065
  ];
1954
2066
  export var ScoringStrategyConstraints$ = [3, n0, _SSCc,
1955
2067
  0,
1956
- [_sS, _res],
2068
+ [_sSc, _res],
1957
2069
  [() => AllowedValuesConstraint$, () => ResourceConstraints$]
1958
2070
  ];
1959
2071
  export var ServiceNodePortRange$ = [3, n0, _SNPR,
@@ -1963,7 +2075,7 @@ export var ServiceNodePortRange$ = [3, n0, _SNPR,
1963
2075
  ];
1964
2076
  export var SsoIdentity$ = [3, n0, _SI,
1965
2077
  0,
1966
- [_id_, _ty],
2078
+ [_i, _ty],
1967
2079
  [0, 0], 2
1968
2080
  ];
1969
2081
  export var StartInsightsRefreshRequest$ = [3, n0, _SIRR,
@@ -1998,7 +2110,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1998
2110
  ];
1999
2111
  export var Taint$ = [3, n0, _T,
2000
2112
  0,
2001
- [_k, _va, _ef],
2113
+ [_k, _val, _ef],
2002
2114
  [0, 0, 0]
2003
2115
  ];
2004
2116
  export var UntagResourceRequest$ = [3, n0, _URR,
@@ -2013,7 +2125,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
2013
2125
  ];
2014
2126
  export var Update$ = [3, n0, _U,
2015
2127
  0,
2016
- [_id_, _st, _ty, _pa, _cA, _er, _can],
2128
+ [_i, _st, _ty, _pa, _cA, _er, _can],
2017
2129
  [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails, () => Cancellation$]
2018
2130
  ];
2019
2131
  export var UpdateAccessConfigRequest$ = [3, n0, _UACR,
@@ -2083,7 +2195,7 @@ export var UpdateClusterVersionResponse$ = [3, n0, _UCVRp,
2083
2195
  ];
2084
2196
  export var UpdateEksAnywhereSubscriptionRequest$ = [3, n0, _UEASR,
2085
2197
  0,
2086
- [_id_, _aR, _cRT],
2198
+ [_i, _aR, _cRT],
2087
2199
  [[0, 1], 2, [0, 4]], 2
2088
2200
  ];
2089
2201
  export var UpdateEksAnywhereSubscriptionResponse$ = [3, n0, _UEASRp,
@@ -2118,7 +2230,7 @@ export var UpdateNodegroupVersionResponse$ = [3, n0, _UNVRp,
2118
2230
  ];
2119
2231
  export var UpdateParam$ = [3, n0, _UP,
2120
2232
  0,
2121
- [_ty, _va],
2233
+ [_ty, _val],
2122
2234
  [0, 0]
2123
2235
  ];
2124
2236
  export var UpdatePodIdentityAssociationRequest$ = [3, n0, _UPIAR,
@@ -2214,6 +2326,9 @@ var CapabilitySummaryList = [1, n0, _CSL,
2214
2326
  0, () => CapabilitySummary$
2215
2327
  ];
2216
2328
  var CategoryList = 64 | 0;
2329
+ var CertificateAuthoritySummaryList = [1, n0, _CASL,
2330
+ 0, () => CertificateAuthoritySummary$
2331
+ ];
2217
2332
  var ClientStats = [1, n0, _CSli,
2218
2333
  0, () => ClientStat$
2219
2334
  ];
@@ -2301,6 +2416,9 @@ var FargateProfileLabel = 128 | 0;
2301
2416
  var labelsMap = 128 | 0;
2302
2417
  var requiredClaimsMap = 128 | 0;
2303
2418
  var TagMap = 128 | 0;
2419
+ export var ActivateCertificateAuthority$ = [9, n0, _ACAc,
2420
+ { [_ht]: ["POST", "/clusters/{clusterName}/certificate-authorities/{certificateAuthorityId}/activate", 200] }, () => ActivateCertificateAuthorityRequest$, () => ActivateCertificateAuthorityResponse$
2421
+ ];
2304
2422
  export var AssociateAccessPolicy$ = [9, n0, _AAPs,
2305
2423
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] }, () => AssociateAccessPolicyRequest$, () => AssociateAccessPolicyResponse$
2306
2424
  ];
@@ -2316,12 +2434,15 @@ export var CancelUpdate$ = [9, n0, _CU,
2316
2434
  export var CreateAccessEntry$ = [9, n0, _CAE,
2317
2435
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] }, () => CreateAccessEntryRequest$, () => CreateAccessEntryResponse$
2318
2436
  ];
2319
- export var CreateAddon$ = [9, n0, _CA,
2437
+ export var CreateAddon$ = [9, n0, _CAr,
2320
2438
  { [_ht]: ["POST", "/clusters/{clusterName}/addons", 200] }, () => CreateAddonRequest$, () => CreateAddonResponse$
2321
2439
  ];
2322
2440
  export var CreateCapability$ = [9, n0, _CC,
2323
2441
  { [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200] }, () => CreateCapabilityRequest$, () => CreateCapabilityResponse$
2324
2442
  ];
2443
+ export var CreateCertificateAuthority$ = [9, n0, _CCA,
2444
+ { [_ht]: ["POST", "/clusters/{clusterName}/certificate-authorities", 200] }, () => CreateCertificateAuthorityRequest$, () => CreateCertificateAuthorityResponse$
2445
+ ];
2325
2446
  export var CreateCluster$ = [9, n0, _CCr,
2326
2447
  { [_ht]: ["POST", "/clusters", 200] }, () => CreateClusterRequest$, () => CreateClusterResponse$
2327
2448
  ];
@@ -2346,6 +2467,9 @@ export var DeleteAddon$ = [9, n0, _DA,
2346
2467
  export var DeleteCapability$ = [9, n0, _DCe,
2347
2468
  { [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DeleteCapabilityRequest$, () => DeleteCapabilityResponse$
2348
2469
  ];
2470
+ export var DeleteCertificateAuthority$ = [9, n0, _DCA,
2471
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/certificate-authorities/{certificateAuthorityId}", 200] }, () => DeleteCertificateAuthorityRequest$, () => DeleteCertificateAuthorityResponse$
2472
+ ];
2349
2473
  export var DeleteCluster$ = [9, n0, _DCel,
2350
2474
  { [_ht]: ["DELETE", "/clusters/{name}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
2351
2475
  ];
@@ -2379,6 +2503,9 @@ export var DescribeAddonVersions$ = [9, n0, _DAV,
2379
2503
  export var DescribeCapability$ = [9, n0, _DCes,
2380
2504
  { [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DescribeCapabilityRequest$, () => DescribeCapabilityResponse$
2381
2505
  ];
2506
+ export var DescribeCertificateAuthority$ = [9, n0, _DCAe,
2507
+ { [_ht]: ["GET", "/clusters/{clusterName}/certificate-authorities/{certificateAuthorityId}", 200] }, () => DescribeCertificateAuthorityRequest$, () => DescribeCertificateAuthorityResponse$
2508
+ ];
2382
2509
  export var DescribeCluster$ = [9, n0, _DCesc,
2383
2510
  { [_ht]: ["GET", "/clusters/{name}", 200] }, () => DescribeClusterRequest$, () => DescribeClusterResponse$
2384
2511
  ];
@@ -2430,6 +2557,9 @@ export var ListAssociatedAccessPolicies$ = [9, n0, _LAAP,
2430
2557
  export var ListCapabilities$ = [9, n0, _LC,
2431
2558
  { [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200] }, () => ListCapabilitiesRequest$, () => ListCapabilitiesResponse$
2432
2559
  ];
2560
+ export var ListCertificateAuthorities$ = [9, n0, _LCA,
2561
+ { [_ht]: ["GET", "/clusters/{clusterName}/certificate-authorities", 200] }, () => ListCertificateAuthoritiesRequest$, () => ListCertificateAuthoritiesResponse$
2562
+ ];
2433
2563
  export var ListClusters$ = [9, n0, _LCi,
2434
2564
  { [_ht]: ["GET", "/clusters", 200] }, () => ListClustersRequest$, () => ListClustersResponse$
2435
2565
  ];
@@ -6,3 +6,4 @@ export * from "./waitForFargateProfileActive";
6
6
  export * from "./waitForFargateProfileDeleted";
7
7
  export * from "./waitForNodegroupActive";
8
8
  export * from "./waitForNodegroupDeleted";
9
+ export * from "./waitForCertificateAuthorityUpdateComplete";
@@ -0,0 +1,49 @@
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
+ import { DescribeUpdateCommand, } from "../commands/DescribeUpdateCommand";
3
+ const checkState = async (client, input) => {
4
+ let reason;
5
+ try {
6
+ let result = await client.send(new DescribeUpdateCommand(input));
7
+ reason = result;
8
+ try {
9
+ const returnComparator = () => {
10
+ return result.update.status;
11
+ };
12
+ if (returnComparator() === "Failed") {
13
+ return { state: WaiterState.FAILURE, reason };
14
+ }
15
+ }
16
+ catch (e) { }
17
+ try {
18
+ const returnComparator = () => {
19
+ return result.update.status;
20
+ };
21
+ if (returnComparator() === "Cancelled") {
22
+ return { state: WaiterState.FAILURE, reason };
23
+ }
24
+ }
25
+ catch (e) { }
26
+ try {
27
+ const returnComparator = () => {
28
+ return result.update.status;
29
+ };
30
+ if (returnComparator() === "Successful") {
31
+ return { state: WaiterState.SUCCESS, reason };
32
+ }
33
+ }
34
+ catch (e) { }
35
+ }
36
+ catch (exception) {
37
+ reason = exception;
38
+ }
39
+ return { state: WaiterState.RETRY, reason };
40
+ };
41
+ export const waitForCertificateAuthorityUpdateComplete = async (params, input) => {
42
+ const serviceDefaults = { minDelay: 30, maxDelay: 120 };
43
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
44
+ };
45
+ export const waitUntilCertificateAuthorityUpdateComplete = async (params, input) => {
46
+ const serviceDefaults = { minDelay: 30, maxDelay: 120 };
47
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
48
+ return checkExceptions(result);
49
+ };