@aws-sdk/client-eks 3.986.0 → 3.988.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.
@@ -49,8 +49,10 @@ export const AMITypes = {
49
49
  CUSTOM: "CUSTOM",
50
50
  WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
51
51
  WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64",
52
+ WINDOWS_CORE_2025_x86_64: "WINDOWS_CORE_2025_x86_64",
52
53
  WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64",
53
54
  WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64",
55
+ WINDOWS_FULL_2025_x86_64: "WINDOWS_FULL_2025_x86_64",
54
56
  };
55
57
  export const SsoIdentityType = {
56
58
  SSO_GROUP: "SSO_GROUP",
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultEKSHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2017-11-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.eks",
30
+ errorTypeRegistries,
29
31
  version: "2017-11-01",
30
32
  serviceTarget: "AWSWesleyFrontend",
31
33
  },
@@ -554,6 +554,7 @@ const _pU = "productUrl";
554
554
  const _pV = "platformVersion";
555
555
  const _pVl = "platformVersions";
556
556
  const _pa = "params";
557
+ const _po = "policy";
557
558
  const _pr = "provider";
558
559
  const _pre = "preserve";
559
560
  const _pu = "publishers";
@@ -583,7 +584,7 @@ const _rW = "replacedWith";
583
584
  const _re = "resources";
584
585
  const _rea = "reason";
585
586
  const _rec = "recommendation";
586
- const _s = "status";
587
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
587
588
  const _sA = "serviceAccount";
588
589
  const _sARA = "serviceAccountRoleArn";
589
590
  const _sAt = "startedAt";
@@ -599,10 +600,10 @@ const _sSRV = "startServingReplacementVersion";
599
600
  const _sSV = "stopServingVersion";
600
601
  const _sT = "supportType";
601
602
  const _sU = "serverUrl";
602
- const _se = "selectors";
603
- const _ser = "server";
604
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
605
- const _st = "statuses";
603
+ const _se = "server";
604
+ const _sel = "selectors";
605
+ const _st = "status";
606
+ const _sta = "statuses";
606
607
  const _su = "subscription";
607
608
  const _sub = "subnets";
608
609
  const _subs = "subscriptions";
@@ -639,17 +640,109 @@ const n0 = "com.amazonaws.eks";
639
640
  import { TypeRegistry } from "@smithy/core/schema";
640
641
  import { EKSServiceException } from "../models/EKSServiceException";
641
642
  import { AccessDeniedException, BadRequestException, ClientException, InvalidParameterException, InvalidRequestException, InvalidStateException, NotFoundException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourcePropagationDelayException, ServerException, ServiceUnavailableException, ThrottlingException, UnsupportedAvailabilityZoneException, } from "../models/errors";
642
- export var AccessConfigResponse$ = [3, n0, _ACR,
643
- 0,
644
- [_bCCAP, _aM],
645
- [2, 0]
646
- ];
643
+ const _s_registry = TypeRegistry.for(_s);
644
+ export var EKSServiceException$ = [-3, _s, "EKSServiceException", 0, [], []];
645
+ _s_registry.registerError(EKSServiceException$, EKSServiceException);
646
+ const n0_registry = TypeRegistry.for(n0);
647
647
  export var AccessDeniedException$ = [-3, n0, _ADE,
648
648
  { [_e]: _c, [_hE]: 403 },
649
649
  [_m],
650
650
  [0]
651
651
  ];
652
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
652
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
653
+ export var BadRequestException$ = [-3, n0, _BRE,
654
+ { [_e]: _c, [_hE]: 400 },
655
+ [_m],
656
+ [0]
657
+ ];
658
+ n0_registry.registerError(BadRequestException$, BadRequestException);
659
+ export var ClientException$ = [-3, n0, _CE,
660
+ { [_e]: _c, [_hE]: 400 },
661
+ [_cN, _nN, _aN, _sI, _m],
662
+ [0, 0, 0, 0, 0]
663
+ ];
664
+ n0_registry.registerError(ClientException$, ClientException);
665
+ export var InvalidParameterException$ = [-3, n0, _IPE,
666
+ { [_e]: _c, [_hE]: 400 },
667
+ [_cN, _nN, _fPN, _aN, _sI, _m],
668
+ [0, 0, 0, 0, 0, 0]
669
+ ];
670
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
671
+ export var InvalidRequestException$ = [-3, n0, _IRE,
672
+ { [_e]: _c, [_hE]: 400 },
673
+ [_cN, _nN, _aN, _sI, _m],
674
+ [0, 0, 0, 0, 0]
675
+ ];
676
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
677
+ export var InvalidStateException$ = [-3, n0, _ISE,
678
+ { [_e]: _c, [_hE]: 400 },
679
+ [_cN, _m],
680
+ [0, 0]
681
+ ];
682
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
683
+ export var NotFoundException$ = [-3, n0, _NFE,
684
+ { [_e]: _c, [_hE]: 404 },
685
+ [_m],
686
+ [0]
687
+ ];
688
+ n0_registry.registerError(NotFoundException$, NotFoundException);
689
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
690
+ { [_e]: _c, [_hE]: 409 },
691
+ [_cN, _nN, _aN, _m],
692
+ [0, 0, 0, 0]
693
+ ];
694
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
695
+ export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
696
+ { [_e]: _c, [_hE]: 400 },
697
+ [_cN, _nN, _sI, _m],
698
+ [0, 0, 0, 0]
699
+ ];
700
+ n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
701
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
702
+ { [_e]: _c, [_hE]: 404 },
703
+ [_cN, _nN, _fPN, _aN, _sI, _m],
704
+ [0, 0, 0, 0, 0, 0]
705
+ ];
706
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
707
+ export var ResourcePropagationDelayException$ = [-3, n0, _RPDE,
708
+ { [_e]: _c, [_hE]: 428 },
709
+ [_m],
710
+ [0]
711
+ ];
712
+ n0_registry.registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
713
+ export var ServerException$ = [-3, n0, _SE,
714
+ { [_e]: _se, [_hE]: 500 },
715
+ [_cN, _nN, _aN, _sI, _m],
716
+ [0, 0, 0, 0, 0]
717
+ ];
718
+ n0_registry.registerError(ServerException$, ServerException);
719
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
720
+ { [_e]: _se, [_hE]: 503 },
721
+ [_m],
722
+ [0]
723
+ ];
724
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
725
+ export var ThrottlingException$ = [-3, n0, _TE,
726
+ { [_e]: _c, [_hE]: 429 },
727
+ [_cN, _m],
728
+ [0, 0]
729
+ ];
730
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
731
+ export var UnsupportedAvailabilityZoneException$ = [-3, n0, _UAZE,
732
+ { [_e]: _c, [_hE]: 400 },
733
+ [_m, _cN, _nN, _vZ],
734
+ [0, 0, 0, 64 | 0]
735
+ ];
736
+ n0_registry.registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
737
+ export const errorTypeRegistries = [
738
+ _s_registry,
739
+ n0_registry,
740
+ ];
741
+ export var AccessConfigResponse$ = [3, n0, _ACR,
742
+ 0,
743
+ [_bCCAP, _aM],
744
+ [2, 0]
745
+ ];
653
746
  export var AccessEntry$ = [3, n0, _AE,
654
747
  0,
655
748
  [_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
@@ -667,7 +760,7 @@ export var AccessScope$ = [3, n0, _AS,
667
760
  ];
668
761
  export var Addon$ = [3, n0, _A,
669
762
  0,
670
- [_aN, _cN, _s, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
763
+ [_aN, _cN, _st, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
671
764
  [0, 0, 0, 0, () => AddonHealth$, 0, 4, 4, 0, 128 | 0, 0, 0, () => MarketplaceInformation$, 0, 64 | 0, () => AddonNamespaceConfigResponse$]
672
765
  ];
673
766
  export var AddonCompatibilityDetail$ = [3, n0, _ACD,
@@ -790,12 +883,6 @@ export var AutoScalingGroup$ = [3, n0, _ASG,
790
883
  [_n],
791
884
  [0]
792
885
  ];
793
- export var BadRequestException$ = [-3, n0, _BRE,
794
- { [_e]: _c, [_hE]: 400 },
795
- [_m],
796
- [0]
797
- ];
798
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
799
886
  export var BlockStorage$ = [3, n0, _BS,
800
887
  0,
801
888
  [_en],
@@ -803,7 +890,7 @@ export var BlockStorage$ = [3, n0, _BS,
803
890
  ];
804
891
  export var Capability$ = [3, n0, _C,
805
892
  0,
806
- [_cNa, _a, _cN, _ty, _rA, _s, _v, _con, _t, _h, _cA, _mA, _dPP],
893
+ [_cNa, _a, _cN, _ty, _rA, _st, _v, _con, _t, _h, _cA, _mA, _dPP],
807
894
  [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
808
895
  ];
809
896
  export var CapabilityConfigurationRequest$ = [3, n0, _CCR,
@@ -828,7 +915,7 @@ export var CapabilityIssue$ = [3, n0, _CI,
828
915
  ];
829
916
  export var CapabilitySummary$ = [3, n0, _CS,
830
917
  0,
831
- [_cNa, _a, _ty, _s, _v, _cA, _mA],
918
+ [_cNa, _a, _ty, _st, _v, _cA, _mA],
832
919
  [0, 0, 0, 0, 0, 4, 4]
833
920
  ];
834
921
  export var Certificate$ = [3, n0, _Ce,
@@ -836,12 +923,6 @@ export var Certificate$ = [3, n0, _Ce,
836
923
  [_d],
837
924
  [0]
838
925
  ];
839
- export var ClientException$ = [-3, n0, _CE,
840
- { [_e]: _c, [_hE]: 400 },
841
- [_cN, _nN, _aN, _sI, _m],
842
- [0, 0, 0, 0, 0]
843
- ];
844
- TypeRegistry.for(n0).registerError(ClientException$, ClientException);
845
926
  export var ClientStat$ = [3, n0, _CSl,
846
927
  0,
847
928
  [_uA, _nORLD, _lRT],
@@ -849,7 +930,7 @@ export var ClientStat$ = [3, n0, _CSl,
849
930
  ];
850
931
  export var Cluster$ = [3, n0, _Cl,
851
932
  0,
852
- [_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _s, _cAe, _cRT, _pV, _t, _eC, _cC, _id_, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
933
+ [_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],
853
934
  [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$]
854
935
  ];
855
936
  export var ClusterHealth$ = [3, n0, _CHl,
@@ -864,7 +945,7 @@ export var ClusterIssue$ = [3, n0, _CIl,
864
945
  ];
865
946
  export var ClusterVersionInformation$ = [3, n0, _CVI,
866
947
  0,
867
- [_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _s, _vS, _kPV],
948
+ [_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _st, _vS, _kPV],
868
949
  [0, 0, 0, 2, 4, 4, 4, 0, 0, 0]
869
950
  ];
870
951
  export var Compatibility$ = [3, n0, _Co,
@@ -964,7 +1045,7 @@ export var CreateEksAnywhereSubscriptionResponse$ = [3, n0, _CEASRr,
964
1045
  ];
965
1046
  export var CreateFargateProfileRequest$ = [3, n0, _CFPR,
966
1047
  0,
967
- [_fPN, _cN, _pERA, _sub, _se, _cRT, _t],
1048
+ [_fPN, _cN, _pERA, _sub, _sel, _cRT, _t],
968
1049
  [0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0], 3
969
1050
  ];
970
1051
  export var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
@@ -984,8 +1065,8 @@ export var CreateNodegroupResponse$ = [3, n0, _CNRr,
984
1065
  ];
985
1066
  export var CreatePodIdentityAssociationRequest$ = [3, n0, _CPIAR,
986
1067
  0,
987
- [_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA],
988
- [[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0], 4
1068
+ [_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA, _po],
1069
+ [[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0, 0], 4
989
1070
  ];
990
1071
  export var CreatePodIdentityAssociationResponse$ = [3, n0, _CPIARr,
991
1072
  0,
@@ -1149,8 +1230,8 @@ export var DescribeClusterResponse$ = [3, n0, _DCRescri,
1149
1230
  ];
1150
1231
  export var DescribeClusterVersionsRequest$ = [3, n0, _DCVR,
1151
1232
  0,
1152
- [_cTl, _mR, _nT, _dO, _iA, _cVlu, _s, _vS],
1153
- [[0, { [_hQ]: _cTl }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _dO }], [2, { [_hQ]: _iA }], [64 | 0, { [_hQ]: _cVlu }], [0, { [_hQ]: _s }], [0, { [_hQ]: _vS }]]
1233
+ [_cTl, _mR, _nT, _dO, _iA, _cVlu, _st, _vS],
1234
+ [[0, { [_hQ]: _cTl }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _dO }], [2, { [_hQ]: _iA }], [64 | 0, { [_hQ]: _cVlu }], [0, { [_hQ]: _st }], [0, { [_hQ]: _vS }]]
1154
1235
  ];
1155
1236
  export var DescribeClusterVersionsResponse$ = [3, n0, _DCVRe,
1156
1237
  0,
@@ -1204,7 +1285,7 @@ export var DescribeInsightsRefreshRequest$ = [3, n0, _DIRR,
1204
1285
  ];
1205
1286
  export var DescribeInsightsRefreshResponse$ = [3, n0, _DIRRe,
1206
1287
  0,
1207
- [_m, _s, _sAt, _eA],
1288
+ [_m, _st, _sAt, _eA],
1208
1289
  [0, 0, 4, 4]
1209
1290
  ];
1210
1291
  export var DescribeNodegroupRequest$ = [3, n0, _DNRes,
@@ -1259,7 +1340,7 @@ export var DisassociateIdentityProviderConfigResponse$ = [3, n0, _DIPCRis,
1259
1340
  ];
1260
1341
  export var EksAnywhereSubscription$ = [3, n0, _EAS,
1261
1342
  0,
1262
- [_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _s, _aR, _lA, _li, _t],
1343
+ [_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
1263
1344
  [0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0]
1264
1345
  ];
1265
1346
  export var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST,
@@ -1284,7 +1365,7 @@ export var ErrorDetail$ = [3, n0, _ED,
1284
1365
  ];
1285
1366
  export var FargateProfile$ = [3, n0, _FP,
1286
1367
  0,
1287
- [_fPN, _fPA, _cN, _cA, _pERA, _sub, _se, _s, _t, _h],
1368
+ [_fPN, _fPA, _cN, _cA, _pERA, _sub, _sel, _st, _t, _h],
1288
1369
  [0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth$]
1289
1370
  ];
1290
1371
  export var FargateProfileHealth$ = [3, n0, _FPH,
@@ -1334,12 +1415,12 @@ export var InsightResourceDetail$ = [3, n0, _IRD,
1334
1415
  ];
1335
1416
  export var InsightsFilter$ = [3, n0, _IF,
1336
1417
  0,
1337
- [_cate, _kVu, _st],
1418
+ [_cate, _kVu, _sta],
1338
1419
  [64 | 0, 64 | 0, 64 | 0]
1339
1420
  ];
1340
1421
  export var InsightStatus$ = [3, n0, _IS,
1341
1422
  0,
1342
- [_s, _rea],
1423
+ [_st, _rea],
1343
1424
  [0, 0]
1344
1425
  ];
1345
1426
  export var InsightSummary$ = [3, n0, _ISn,
@@ -1347,24 +1428,6 @@ export var InsightSummary$ = [3, n0, _ISn,
1347
1428
  [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1348
1429
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
1349
1430
  ];
1350
- export var InvalidParameterException$ = [-3, n0, _IPE,
1351
- { [_e]: _c, [_hE]: 400 },
1352
- [_cN, _nN, _fPN, _aN, _sI, _m],
1353
- [0, 0, 0, 0, 0, 0]
1354
- ];
1355
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1356
- export var InvalidRequestException$ = [-3, n0, _IRE,
1357
- { [_e]: _c, [_hE]: 400 },
1358
- [_cN, _nN, _aN, _sI, _m],
1359
- [0, 0, 0, 0, 0]
1360
- ];
1361
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1362
- export var InvalidStateException$ = [-3, n0, _ISE,
1363
- { [_e]: _c, [_hE]: 400 },
1364
- [_cN, _m],
1365
- [0, 0]
1366
- ];
1367
- TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
1368
1431
  export var Issue$ = [3, n0, _Is,
1369
1432
  0,
1370
1433
  [_co, _m, _rI],
@@ -1547,7 +1610,7 @@ export var MarketplaceInformation$ = [3, n0, _MI,
1547
1610
  ];
1548
1611
  export var Nodegroup$ = [3, n0, _N,
1549
1612
  0,
1550
- [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _s, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t],
1613
+ [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t],
1551
1614
  [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]
1552
1615
  ];
1553
1616
  export var NodegroupHealth$ = [3, n0, _NH,
@@ -1580,12 +1643,6 @@ export var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
1580
1643
  [_nMC, _nUR, _mRWTM, _rAep],
1581
1644
  [0, 0, 1, 0]
1582
1645
  ];
1583
- export var NotFoundException$ = [-3, n0, _NFE,
1584
- { [_e]: _c, [_hE]: 404 },
1585
- [_m],
1586
- [0]
1587
- ];
1588
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1589
1646
  export var OIDC$ = [3, n0, _OIDC,
1590
1647
  0,
1591
1648
  [_is],
@@ -1593,7 +1650,7 @@ export var OIDC$ = [3, n0, _OIDC,
1593
1650
  ];
1594
1651
  export var OidcIdentityProviderConfig$ = [3, n0, _OIPC,
1595
1652
  0,
1596
- [_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _s],
1653
+ [_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _st],
1597
1654
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0]
1598
1655
  ];
1599
1656
  export var OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
@@ -1613,8 +1670,8 @@ export var OutpostConfigResponse$ = [3, n0, _OCRu,
1613
1670
  ];
1614
1671
  export var PodIdentityAssociation$ = [3, n0, _PIA,
1615
1672
  0,
1616
- [_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI],
1617
- [0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0]
1673
+ [_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI, _po],
1674
+ [0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0, 0]
1618
1675
  ];
1619
1676
  export var PodIdentityAssociationSummary$ = [3, n0, _PIAS,
1620
1677
  0,
@@ -1661,42 +1718,6 @@ export var RemotePodNetwork$ = [3, n0, _RPN,
1661
1718
  [_ci],
1662
1719
  [64 | 0]
1663
1720
  ];
1664
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1665
- { [_e]: _c, [_hE]: 409 },
1666
- [_cN, _nN, _aN, _m],
1667
- [0, 0, 0, 0]
1668
- ];
1669
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1670
- export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
1671
- { [_e]: _c, [_hE]: 400 },
1672
- [_cN, _nN, _sI, _m],
1673
- [0, 0, 0, 0]
1674
- ];
1675
- TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
1676
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1677
- { [_e]: _c, [_hE]: 404 },
1678
- [_cN, _nN, _fPN, _aN, _sI, _m],
1679
- [0, 0, 0, 0, 0, 0]
1680
- ];
1681
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1682
- export var ResourcePropagationDelayException$ = [-3, n0, _RPDE,
1683
- { [_e]: _c, [_hE]: 428 },
1684
- [_m],
1685
- [0]
1686
- ];
1687
- TypeRegistry.for(n0).registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
1688
- export var ServerException$ = [-3, n0, _SE,
1689
- { [_e]: _ser, [_hE]: 500 },
1690
- [_cN, _nN, _aN, _sI, _m],
1691
- [0, 0, 0, 0, 0]
1692
- ];
1693
- TypeRegistry.for(n0).registerError(ServerException$, ServerException);
1694
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1695
- { [_e]: _ser, [_hE]: 503 },
1696
- [_m],
1697
- [0]
1698
- ];
1699
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1700
1721
  export var SsoIdentity$ = [3, n0, _SI,
1701
1722
  0,
1702
1723
  [_id_, _ty],
@@ -1709,7 +1730,7 @@ export var StartInsightsRefreshRequest$ = [3, n0, _SIRR,
1709
1730
  ];
1710
1731
  export var StartInsightsRefreshResponse$ = [3, n0, _SIRRt,
1711
1732
  0,
1712
- [_m, _s],
1733
+ [_m, _st],
1713
1734
  [0, 0]
1714
1735
  ];
1715
1736
  export var StorageConfigRequest$ = [3, n0, _SCR,
@@ -1737,18 +1758,6 @@ export var Taint$ = [3, n0, _T,
1737
1758
  [_k, _va, _ef],
1738
1759
  [0, 0, 0]
1739
1760
  ];
1740
- export var ThrottlingException$ = [-3, n0, _TE,
1741
- { [_e]: _c, [_hE]: 429 },
1742
- [_cN, _m],
1743
- [0, 0]
1744
- ];
1745
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1746
- export var UnsupportedAvailabilityZoneException$ = [-3, n0, _UAZE,
1747
- { [_e]: _c, [_hE]: 400 },
1748
- [_m, _cN, _nN, _vZ],
1749
- [0, 0, 0, 64 | 0]
1750
- ];
1751
- TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
1752
1761
  export var UntagResourceRequest$ = [3, n0, _URR,
1753
1762
  0,
1754
1763
  [_rAes, _tK],
@@ -1761,7 +1770,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
1761
1770
  ];
1762
1771
  export var Update$ = [3, n0, _U,
1763
1772
  0,
1764
- [_id_, _s, _ty, _pa, _cA, _er],
1773
+ [_id_, _st, _ty, _pa, _cA, _er],
1765
1774
  [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails]
1766
1775
  ];
1767
1776
  export var UpdateAccessConfigRequest$ = [3, n0, _UACR,
@@ -1871,8 +1880,8 @@ export var UpdateParam$ = [3, n0, _UP,
1871
1880
  ];
1872
1881
  export var UpdatePodIdentityAssociationRequest$ = [3, n0, _UPIAR,
1873
1882
  0,
1874
- [_cN, _aIs, _rA, _cRT, _dST, _tRA],
1875
- [[0, 1], [0, 1], 0, [0, 4], 2, 0], 2
1883
+ [_cN, _aIs, _rA, _cRT, _dST, _tRA, _po],
1884
+ [[0, 1], [0, 1], 0, [0, 4], 2, 0, 0], 2
1876
1885
  ];
1877
1886
  export var UpdatePodIdentityAssociationResponse$ = [3, n0, _UPIARp,
1878
1887
  0,
@@ -1919,8 +1928,6 @@ export var ZonalShiftConfigResponse$ = [3, n0, _ZSCRo,
1919
1928
  [_en],
1920
1929
  [2]
1921
1930
  ];
1922
- export var EKSServiceException$ = [-3, _sm, "EKSServiceException", 0, [], []];
1923
- TypeRegistry.for(_sm).registerError(EKSServiceException$, EKSServiceException);
1924
1931
  var AccessPoliciesList = [1, n0, _APL,
1925
1932
  0, () => AccessPolicy$
1926
1933
  ];
@@ -68,7 +68,7 @@ declare const CreateNodegroupCommand_base: {
68
68
  * instanceTypes: [
69
69
  * "STRING_VALUE",
70
70
  * ],
71
- * amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
71
+ * amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "WINDOWS_CORE_2025_x86_64" || "WINDOWS_FULL_2025_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
72
72
  * remoteAccess: { // RemoteAccessConfig
73
73
  * ec2SshKey: "STRING_VALUE",
74
74
  * sourceSecurityGroups: [
@@ -149,7 +149,7 @@ declare const CreateNodegroupCommand_base: {
149
149
  * // "STRING_VALUE",
150
150
  * // ],
151
151
  * // },
152
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
152
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "WINDOWS_CORE_2025_x86_64" || "WINDOWS_FULL_2025_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
153
153
  * // nodeRole: "STRING_VALUE",
154
154
  * // labels: { // labelsMap
155
155
  * // "<keys>": "STRING_VALUE",
@@ -69,6 +69,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
69
69
  * },
70
70
  * disableSessionTags: true || false,
71
71
  * targetRoleArn: "STRING_VALUE",
72
+ * policy: "STRING_VALUE",
72
73
  * };
73
74
  * const command = new CreatePodIdentityAssociationCommand(input);
74
75
  * const response = await client.send(command);
@@ -89,6 +90,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
89
90
  * // disableSessionTags: true || false,
90
91
  * // targetRoleArn: "STRING_VALUE",
91
92
  * // externalId: "STRING_VALUE",
93
+ * // policy: "STRING_VALUE",
92
94
  * // },
93
95
  * // };
94
96
  *
@@ -70,7 +70,7 @@ declare const DeleteNodegroupCommand_base: {
70
70
  * // "STRING_VALUE",
71
71
  * // ],
72
72
  * // },
73
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
73
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "WINDOWS_CORE_2025_x86_64" || "WINDOWS_FULL_2025_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
74
74
  * // nodeRole: "STRING_VALUE",
75
75
  * // labels: { // labelsMap
76
76
  * // "<keys>": "STRING_VALUE",
@@ -60,6 +60,7 @@ declare const DeletePodIdentityAssociationCommand_base: {
60
60
  * // disableSessionTags: true || false,
61
61
  * // targetRoleArn: "STRING_VALUE",
62
62
  * // externalId: "STRING_VALUE",
63
+ * // policy: "STRING_VALUE",
63
64
  * // },
64
65
  * // };
65
66
  *
@@ -70,7 +70,7 @@ declare const DescribeNodegroupCommand_base: {
70
70
  * // "STRING_VALUE",
71
71
  * // ],
72
72
  * // },
73
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
73
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" || "BOTTLEROCKET_x86_64_NVIDIA_FIPS" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "WINDOWS_CORE_2025_x86_64" || "WINDOWS_FULL_2025_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA" || "AL2023_ARM_64_NVIDIA",
74
74
  * // nodeRole: "STRING_VALUE",
75
75
  * // labels: { // labelsMap
76
76
  * // "<keys>": "STRING_VALUE",
@@ -63,6 +63,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
63
63
  * // disableSessionTags: true || false,
64
64
  * // targetRoleArn: "STRING_VALUE",
65
65
  * // externalId: "STRING_VALUE",
66
+ * // policy: "STRING_VALUE",
66
67
  * // },
67
68
  * // };
68
69
  *
@@ -59,6 +59,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
59
59
  * clientRequestToken: "STRING_VALUE",
60
60
  * disableSessionTags: true || false,
61
61
  * targetRoleArn: "STRING_VALUE",
62
+ * policy: "STRING_VALUE",
62
63
  * };
63
64
  * const command = new UpdatePodIdentityAssociationCommand(input);
64
65
  * const response = await client.send(command);
@@ -79,6 +80,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
79
80
  * // disableSessionTags: true || false,
80
81
  * // targetRoleArn: "STRING_VALUE",
81
82
  * // externalId: "STRING_VALUE",
83
+ * // policy: "STRING_VALUE",
82
84
  * // },
83
85
  * // };
84
86
  *
@@ -85,8 +85,10 @@ export declare const AMITypes: {
85
85
  readonly CUSTOM: "CUSTOM";
86
86
  readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
87
87
  readonly WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64";
88
+ readonly WINDOWS_CORE_2025_x86_64: "WINDOWS_CORE_2025_x86_64";
88
89
  readonly WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64";
89
90
  readonly WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64";
91
+ readonly WINDOWS_FULL_2025_x86_64: "WINDOWS_FULL_2025_x86_64";
90
92
  };
91
93
  /**
92
94
  * @public
@@ -3908,6 +3908,33 @@ export interface CreatePodIdentityAssociationRequest {
3908
3908
  * @public
3909
3909
  */
3910
3910
  targetRoleArn?: string | undefined;
3911
+ /**
3912
+ * <p>An optional IAM policy in JSON format (as an escaped string) that applies additional
3913
+ * restrictions to this pod identity association beyond the IAM policies attached to the
3914
+ * IAM role. This policy is applied as the intersection of the role's policies and this
3915
+ * policy, allowing you to reduce the permissions that applications in the pods can use.
3916
+ * Use this policy to enforce least privilege access while still leveraging a shared IAM
3917
+ * role across multiple applications.</p>
3918
+ * <p>
3919
+ * <b>Important considerations</b>
3920
+ * </p>
3921
+ * <ul>
3922
+ * <li>
3923
+ * <p>
3924
+ * <b>Session tags:</b> When using this policy,
3925
+ * <code>disableSessionTags</code> must be set to <code>true</code>.</p>
3926
+ * </li>
3927
+ * <li>
3928
+ * <p>
3929
+ * <b>Target role permissions:</b> If you specify both
3930
+ * a <code>TargetRoleArn</code> and a policy, the policy restrictions apply only to
3931
+ * the target role's permissions, not to the initial role used for assuming the
3932
+ * target role.</p>
3933
+ * </li>
3934
+ * </ul>
3935
+ * @public
3936
+ */
3937
+ policy?: string | undefined;
3911
3938
  }
3912
3939
  /**
3913
3940
  * <p>Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.</p>
@@ -4034,6 +4061,16 @@ export interface PodIdentityAssociation {
4034
4061
  * @public
4035
4062
  */
4036
4063
  externalId?: string | undefined;
4064
+ /**
4065
+ * <p>An optional IAM policy in JSON format (as an escaped string) that applies additional
4066
+ * restrictions to this pod identity association beyond the IAM policies attached to the
4067
+ * IAM role. This policy is applied as the intersection of the role's policies and this
4068
+ * policy, allowing you to reduce the permissions that applications in the pods can use.
4069
+ * Use this policy to enforce least privilege access while still leveraging a shared IAM
4070
+ * role across multiple applications.</p>
4071
+ * @public
4072
+ */
4073
+ policy?: string | undefined;
4037
4074
  }
4038
4075
  /**
4039
4076
  * @public
@@ -6916,6 +6953,33 @@ export interface UpdatePodIdentityAssociationRequest {
6916
6953
  * @public
6917
6954
  */
6918
6955
  targetRoleArn?: string | undefined;
6956
+ /**
6957
+ * <p>An optional IAM policy in JSON format (as an escaped string) that applies additional
6958
+ * restrictions to this pod identity association beyond the IAM policies attached to the
6959
+ * IAM role. This policy is applied as the intersection of the role's policies and this
6960
+ * policy, allowing you to reduce the permissions that applications in the pods can use.
6961
+ * Use this policy to enforce least privilege access while still leveraging a shared IAM
6962
+ * role across multiple applications.</p>
6963
+ * <p>
6964
+ * <b>Important considerations</b>
6965
+ * </p>
6966
+ * <ul>
6967
+ * <li>
6968
+ * <p>
6969
+ * <b>Session tags:</b> When using this policy,
6970
+ * <code>disableSessionTags</code> must be set to <code>true</code>.</p>
6971
+ * </li>
6972
+ * <li>
6973
+ * <p>
6974
+ * <b>Target role permissions:</b> If you specify both
6975
+ * a <code>TargetRoleArn</code> and a policy, the policy restrictions apply only to
6976
+ * the target role's permissions, not to the initial role used for assuming the
6977
+ * target role.</p>
6978
+ * </li>
6979
+ * </ul>
6980
+ * @public
6981
+ */
6982
+ policy?: string | undefined;
6919
6983
  }
6920
6984
  /**
6921
6985
  * @public