@aws-sdk/client-eks 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +85 -2871
- package/dist-cjs/models/EKSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +265 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2249 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +120 -114
- package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
package/dist-es/models/enums.js
CHANGED
|
@@ -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
|
},
|
|
@@ -584,7 +584,7 @@ const _rW = "replacedWith";
|
|
|
584
584
|
const _re = "resources";
|
|
585
585
|
const _rea = "reason";
|
|
586
586
|
const _rec = "recommendation";
|
|
587
|
-
const _s = "
|
|
587
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
|
|
588
588
|
const _sA = "serviceAccount";
|
|
589
589
|
const _sARA = "serviceAccountRoleArn";
|
|
590
590
|
const _sAt = "startedAt";
|
|
@@ -600,10 +600,10 @@ const _sSRV = "startServingReplacementVersion";
|
|
|
600
600
|
const _sSV = "stopServingVersion";
|
|
601
601
|
const _sT = "supportType";
|
|
602
602
|
const _sU = "serverUrl";
|
|
603
|
-
const _se = "
|
|
604
|
-
const
|
|
605
|
-
const
|
|
606
|
-
const
|
|
603
|
+
const _se = "server";
|
|
604
|
+
const _sel = "selectors";
|
|
605
|
+
const _st = "status";
|
|
606
|
+
const _sta = "statuses";
|
|
607
607
|
const _su = "subscription";
|
|
608
608
|
const _sub = "subnets";
|
|
609
609
|
const _subs = "subscriptions";
|
|
@@ -640,17 +640,109 @@ const n0 = "com.amazonaws.eks";
|
|
|
640
640
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
641
641
|
import { EKSServiceException } from "../models/EKSServiceException";
|
|
642
642
|
import { AccessDeniedException, BadRequestException, ClientException, InvalidParameterException, InvalidRequestException, InvalidStateException, NotFoundException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourcePropagationDelayException, ServerException, ServiceUnavailableException, ThrottlingException, UnsupportedAvailabilityZoneException, } from "../models/errors";
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
];
|
|
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);
|
|
648
647
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
649
648
|
{ [_e]: _c, [_hE]: 403 },
|
|
650
649
|
[_m],
|
|
651
650
|
[0]
|
|
652
651
|
];
|
|
653
|
-
|
|
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
|
+
];
|
|
654
746
|
export var AccessEntry$ = [3, n0, _AE,
|
|
655
747
|
0,
|
|
656
748
|
[_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
|
|
@@ -668,7 +760,7 @@ export var AccessScope$ = [3, n0, _AS,
|
|
|
668
760
|
];
|
|
669
761
|
export var Addon$ = [3, n0, _A,
|
|
670
762
|
0,
|
|
671
|
-
[_aN, _cN,
|
|
763
|
+
[_aN, _cN, _st, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
|
|
672
764
|
[0, 0, 0, 0, () => AddonHealth$, 0, 4, 4, 0, 128 | 0, 0, 0, () => MarketplaceInformation$, 0, 64 | 0, () => AddonNamespaceConfigResponse$]
|
|
673
765
|
];
|
|
674
766
|
export var AddonCompatibilityDetail$ = [3, n0, _ACD,
|
|
@@ -791,12 +883,6 @@ export var AutoScalingGroup$ = [3, n0, _ASG,
|
|
|
791
883
|
[_n],
|
|
792
884
|
[0]
|
|
793
885
|
];
|
|
794
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
795
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
796
|
-
[_m],
|
|
797
|
-
[0]
|
|
798
|
-
];
|
|
799
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
800
886
|
export var BlockStorage$ = [3, n0, _BS,
|
|
801
887
|
0,
|
|
802
888
|
[_en],
|
|
@@ -804,7 +890,7 @@ export var BlockStorage$ = [3, n0, _BS,
|
|
|
804
890
|
];
|
|
805
891
|
export var Capability$ = [3, n0, _C,
|
|
806
892
|
0,
|
|
807
|
-
[_cNa, _a, _cN, _ty, _rA,
|
|
893
|
+
[_cNa, _a, _cN, _ty, _rA, _st, _v, _con, _t, _h, _cA, _mA, _dPP],
|
|
808
894
|
[0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
|
|
809
895
|
];
|
|
810
896
|
export var CapabilityConfigurationRequest$ = [3, n0, _CCR,
|
|
@@ -829,7 +915,7 @@ export var CapabilityIssue$ = [3, n0, _CI,
|
|
|
829
915
|
];
|
|
830
916
|
export var CapabilitySummary$ = [3, n0, _CS,
|
|
831
917
|
0,
|
|
832
|
-
[_cNa, _a, _ty,
|
|
918
|
+
[_cNa, _a, _ty, _st, _v, _cA, _mA],
|
|
833
919
|
[0, 0, 0, 0, 0, 4, 4]
|
|
834
920
|
];
|
|
835
921
|
export var Certificate$ = [3, n0, _Ce,
|
|
@@ -837,12 +923,6 @@ export var Certificate$ = [3, n0, _Ce,
|
|
|
837
923
|
[_d],
|
|
838
924
|
[0]
|
|
839
925
|
];
|
|
840
|
-
export var ClientException$ = [-3, n0, _CE,
|
|
841
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
842
|
-
[_cN, _nN, _aN, _sI, _m],
|
|
843
|
-
[0, 0, 0, 0, 0]
|
|
844
|
-
];
|
|
845
|
-
TypeRegistry.for(n0).registerError(ClientException$, ClientException);
|
|
846
926
|
export var ClientStat$ = [3, n0, _CSl,
|
|
847
927
|
0,
|
|
848
928
|
[_uA, _nORLD, _lRT],
|
|
@@ -850,7 +930,7 @@ export var ClientStat$ = [3, n0, _CSl,
|
|
|
850
930
|
];
|
|
851
931
|
export var Cluster$ = [3, n0, _Cl,
|
|
852
932
|
0,
|
|
853
|
-
[_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide,
|
|
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],
|
|
854
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$]
|
|
855
935
|
];
|
|
856
936
|
export var ClusterHealth$ = [3, n0, _CHl,
|
|
@@ -865,7 +945,7 @@ export var ClusterIssue$ = [3, n0, _CIl,
|
|
|
865
945
|
];
|
|
866
946
|
export var ClusterVersionInformation$ = [3, n0, _CVI,
|
|
867
947
|
0,
|
|
868
|
-
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD,
|
|
948
|
+
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _st, _vS, _kPV],
|
|
869
949
|
[0, 0, 0, 2, 4, 4, 4, 0, 0, 0]
|
|
870
950
|
];
|
|
871
951
|
export var Compatibility$ = [3, n0, _Co,
|
|
@@ -965,7 +1045,7 @@ export var CreateEksAnywhereSubscriptionResponse$ = [3, n0, _CEASRr,
|
|
|
965
1045
|
];
|
|
966
1046
|
export var CreateFargateProfileRequest$ = [3, n0, _CFPR,
|
|
967
1047
|
0,
|
|
968
|
-
[_fPN, _cN, _pERA, _sub,
|
|
1048
|
+
[_fPN, _cN, _pERA, _sub, _sel, _cRT, _t],
|
|
969
1049
|
[0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0], 3
|
|
970
1050
|
];
|
|
971
1051
|
export var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
|
|
@@ -1150,8 +1230,8 @@ export var DescribeClusterResponse$ = [3, n0, _DCRescri,
|
|
|
1150
1230
|
];
|
|
1151
1231
|
export var DescribeClusterVersionsRequest$ = [3, n0, _DCVR,
|
|
1152
1232
|
0,
|
|
1153
|
-
[_cTl, _mR, _nT, _dO, _iA, _cVlu,
|
|
1154
|
-
[[0, { [_hQ]: _cTl }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _dO }], [2, { [_hQ]: _iA }], [64 | 0, { [_hQ]: _cVlu }], [0, { [_hQ]:
|
|
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 }]]
|
|
1155
1235
|
];
|
|
1156
1236
|
export var DescribeClusterVersionsResponse$ = [3, n0, _DCVRe,
|
|
1157
1237
|
0,
|
|
@@ -1205,7 +1285,7 @@ export var DescribeInsightsRefreshRequest$ = [3, n0, _DIRR,
|
|
|
1205
1285
|
];
|
|
1206
1286
|
export var DescribeInsightsRefreshResponse$ = [3, n0, _DIRRe,
|
|
1207
1287
|
0,
|
|
1208
|
-
[_m,
|
|
1288
|
+
[_m, _st, _sAt, _eA],
|
|
1209
1289
|
[0, 0, 4, 4]
|
|
1210
1290
|
];
|
|
1211
1291
|
export var DescribeNodegroupRequest$ = [3, n0, _DNRes,
|
|
@@ -1260,7 +1340,7 @@ export var DisassociateIdentityProviderConfigResponse$ = [3, n0, _DIPCRis,
|
|
|
1260
1340
|
];
|
|
1261
1341
|
export var EksAnywhereSubscription$ = [3, n0, _EAS,
|
|
1262
1342
|
0,
|
|
1263
|
-
[_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te,
|
|
1343
|
+
[_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
|
|
1264
1344
|
[0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0]
|
|
1265
1345
|
];
|
|
1266
1346
|
export var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST,
|
|
@@ -1285,7 +1365,7 @@ export var ErrorDetail$ = [3, n0, _ED,
|
|
|
1285
1365
|
];
|
|
1286
1366
|
export var FargateProfile$ = [3, n0, _FP,
|
|
1287
1367
|
0,
|
|
1288
|
-
[_fPN, _fPA, _cN, _cA, _pERA, _sub,
|
|
1368
|
+
[_fPN, _fPA, _cN, _cA, _pERA, _sub, _sel, _st, _t, _h],
|
|
1289
1369
|
[0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth$]
|
|
1290
1370
|
];
|
|
1291
1371
|
export var FargateProfileHealth$ = [3, n0, _FPH,
|
|
@@ -1335,12 +1415,12 @@ export var InsightResourceDetail$ = [3, n0, _IRD,
|
|
|
1335
1415
|
];
|
|
1336
1416
|
export var InsightsFilter$ = [3, n0, _IF,
|
|
1337
1417
|
0,
|
|
1338
|
-
[_cate, _kVu,
|
|
1418
|
+
[_cate, _kVu, _sta],
|
|
1339
1419
|
[64 | 0, 64 | 0, 64 | 0]
|
|
1340
1420
|
];
|
|
1341
1421
|
export var InsightStatus$ = [3, n0, _IS,
|
|
1342
1422
|
0,
|
|
1343
|
-
[
|
|
1423
|
+
[_st, _rea],
|
|
1344
1424
|
[0, 0]
|
|
1345
1425
|
];
|
|
1346
1426
|
export var InsightSummary$ = [3, n0, _ISn,
|
|
@@ -1348,24 +1428,6 @@ export var InsightSummary$ = [3, n0, _ISn,
|
|
|
1348
1428
|
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
|
|
1349
1429
|
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
|
|
1350
1430
|
];
|
|
1351
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1352
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1353
|
-
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
1354
|
-
[0, 0, 0, 0, 0, 0]
|
|
1355
|
-
];
|
|
1356
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
1357
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1358
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1359
|
-
[_cN, _nN, _aN, _sI, _m],
|
|
1360
|
-
[0, 0, 0, 0, 0]
|
|
1361
|
-
];
|
|
1362
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1363
|
-
export var InvalidStateException$ = [-3, n0, _ISE,
|
|
1364
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1365
|
-
[_cN, _m],
|
|
1366
|
-
[0, 0]
|
|
1367
|
-
];
|
|
1368
|
-
TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
1369
1431
|
export var Issue$ = [3, n0, _Is,
|
|
1370
1432
|
0,
|
|
1371
1433
|
[_co, _m, _rI],
|
|
@@ -1548,7 +1610,7 @@ export var MarketplaceInformation$ = [3, n0, _MI,
|
|
|
1548
1610
|
];
|
|
1549
1611
|
export var Nodegroup$ = [3, n0, _N,
|
|
1550
1612
|
0,
|
|
1551
|
-
[_nN, _nAo, _cN, _v, _rV, _cA, _mA,
|
|
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],
|
|
1552
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]
|
|
1553
1615
|
];
|
|
1554
1616
|
export var NodegroupHealth$ = [3, n0, _NH,
|
|
@@ -1581,12 +1643,6 @@ export var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
|
|
|
1581
1643
|
[_nMC, _nUR, _mRWTM, _rAep],
|
|
1582
1644
|
[0, 0, 1, 0]
|
|
1583
1645
|
];
|
|
1584
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
1585
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1586
|
-
[_m],
|
|
1587
|
-
[0]
|
|
1588
|
-
];
|
|
1589
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1590
1646
|
export var OIDC$ = [3, n0, _OIDC,
|
|
1591
1647
|
0,
|
|
1592
1648
|
[_is],
|
|
@@ -1594,7 +1650,7 @@ export var OIDC$ = [3, n0, _OIDC,
|
|
|
1594
1650
|
];
|
|
1595
1651
|
export var OidcIdentityProviderConfig$ = [3, n0, _OIPC,
|
|
1596
1652
|
0,
|
|
1597
|
-
[_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t,
|
|
1653
|
+
[_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _st],
|
|
1598
1654
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0]
|
|
1599
1655
|
];
|
|
1600
1656
|
export var OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
|
|
@@ -1662,42 +1718,6 @@ export var RemotePodNetwork$ = [3, n0, _RPN,
|
|
|
1662
1718
|
[_ci],
|
|
1663
1719
|
[64 | 0]
|
|
1664
1720
|
];
|
|
1665
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1666
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1667
|
-
[_cN, _nN, _aN, _m],
|
|
1668
|
-
[0, 0, 0, 0]
|
|
1669
|
-
];
|
|
1670
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1671
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
1672
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1673
|
-
[_cN, _nN, _sI, _m],
|
|
1674
|
-
[0, 0, 0, 0]
|
|
1675
|
-
];
|
|
1676
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
1677
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1678
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1679
|
-
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
1680
|
-
[0, 0, 0, 0, 0, 0]
|
|
1681
|
-
];
|
|
1682
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1683
|
-
export var ResourcePropagationDelayException$ = [-3, n0, _RPDE,
|
|
1684
|
-
{ [_e]: _c, [_hE]: 428 },
|
|
1685
|
-
[_m],
|
|
1686
|
-
[0]
|
|
1687
|
-
];
|
|
1688
|
-
TypeRegistry.for(n0).registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
|
|
1689
|
-
export var ServerException$ = [-3, n0, _SE,
|
|
1690
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
1691
|
-
[_cN, _nN, _aN, _sI, _m],
|
|
1692
|
-
[0, 0, 0, 0, 0]
|
|
1693
|
-
];
|
|
1694
|
-
TypeRegistry.for(n0).registerError(ServerException$, ServerException);
|
|
1695
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1696
|
-
{ [_e]: _ser, [_hE]: 503 },
|
|
1697
|
-
[_m],
|
|
1698
|
-
[0]
|
|
1699
|
-
];
|
|
1700
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1701
1721
|
export var SsoIdentity$ = [3, n0, _SI,
|
|
1702
1722
|
0,
|
|
1703
1723
|
[_id_, _ty],
|
|
@@ -1710,7 +1730,7 @@ export var StartInsightsRefreshRequest$ = [3, n0, _SIRR,
|
|
|
1710
1730
|
];
|
|
1711
1731
|
export var StartInsightsRefreshResponse$ = [3, n0, _SIRRt,
|
|
1712
1732
|
0,
|
|
1713
|
-
[_m,
|
|
1733
|
+
[_m, _st],
|
|
1714
1734
|
[0, 0]
|
|
1715
1735
|
];
|
|
1716
1736
|
export var StorageConfigRequest$ = [3, n0, _SCR,
|
|
@@ -1738,18 +1758,6 @@ export var Taint$ = [3, n0, _T,
|
|
|
1738
1758
|
[_k, _va, _ef],
|
|
1739
1759
|
[0, 0, 0]
|
|
1740
1760
|
];
|
|
1741
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1742
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1743
|
-
[_cN, _m],
|
|
1744
|
-
[0, 0]
|
|
1745
|
-
];
|
|
1746
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1747
|
-
export var UnsupportedAvailabilityZoneException$ = [-3, n0, _UAZE,
|
|
1748
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1749
|
-
[_m, _cN, _nN, _vZ],
|
|
1750
|
-
[0, 0, 0, 64 | 0]
|
|
1751
|
-
];
|
|
1752
|
-
TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
|
|
1753
1761
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1754
1762
|
0,
|
|
1755
1763
|
[_rAes, _tK],
|
|
@@ -1762,7 +1770,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
1762
1770
|
];
|
|
1763
1771
|
export var Update$ = [3, n0, _U,
|
|
1764
1772
|
0,
|
|
1765
|
-
[_id_,
|
|
1773
|
+
[_id_, _st, _ty, _pa, _cA, _er],
|
|
1766
1774
|
[0, 0, 0, () => UpdateParams, 4, () => ErrorDetails]
|
|
1767
1775
|
];
|
|
1768
1776
|
export var UpdateAccessConfigRequest$ = [3, n0, _UACR,
|
|
@@ -1920,8 +1928,6 @@ export var ZonalShiftConfigResponse$ = [3, n0, _ZSCRo,
|
|
|
1920
1928
|
[_en],
|
|
1921
1929
|
[2]
|
|
1922
1930
|
];
|
|
1923
|
-
export var EKSServiceException$ = [-3, _sm, "EKSServiceException", 0, [], []];
|
|
1924
|
-
TypeRegistry.for(_sm).registerError(EKSServiceException$, EKSServiceException);
|
|
1925
1931
|
var AccessPoliciesList = [1, n0, _APL,
|
|
1926
1932
|
0, () => AccessPolicy$
|
|
1927
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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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
|
|
@@ -1,6 +1,28 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
+
export declare var EKSServiceException$: StaticErrorSchema;
|
|
3
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var ClientException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
10
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourcePropagationDelayException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServerException$: StaticErrorSchema;
|
|
16
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
18
|
+
export declare var UnsupportedAvailabilityZoneException$: StaticErrorSchema;
|
|
19
|
+
/**
|
|
20
|
+
* TypeRegistry instances containing modeled errors.
|
|
21
|
+
* @internal
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
25
|
+
export declare var AccessConfigResponse$: StaticStructureSchema;
|
|
4
26
|
export declare var AccessEntry$: StaticStructureSchema;
|
|
5
27
|
export declare var AccessPolicy$: StaticStructureSchema;
|
|
6
28
|
export declare var AccessScope$: StaticStructureSchema;
|
|
@@ -29,7 +51,6 @@ export declare var AssociateEncryptionConfigResponse$: StaticStructureSchema;
|
|
|
29
51
|
export declare var AssociateIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
30
52
|
export declare var AssociateIdentityProviderConfigResponse$: StaticStructureSchema;
|
|
31
53
|
export declare var AutoScalingGroup$: StaticStructureSchema;
|
|
32
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
33
54
|
export declare var BlockStorage$: StaticStructureSchema;
|
|
34
55
|
export declare var Capability$: StaticStructureSchema;
|
|
35
56
|
export declare var CapabilityConfigurationRequest$: StaticStructureSchema;
|
|
@@ -38,7 +59,6 @@ export declare var CapabilityHealth$: StaticStructureSchema;
|
|
|
38
59
|
export declare var CapabilityIssue$: StaticStructureSchema;
|
|
39
60
|
export declare var CapabilitySummary$: StaticStructureSchema;
|
|
40
61
|
export declare var Certificate$: StaticStructureSchema;
|
|
41
|
-
export declare var ClientException$: StaticErrorSchema;
|
|
42
62
|
export declare var ClientStat$: StaticStructureSchema;
|
|
43
63
|
export declare var Cluster$: StaticStructureSchema;
|
|
44
64
|
export declare var ClusterHealth$: StaticStructureSchema;
|
|
@@ -140,9 +160,6 @@ export declare var InsightResourceDetail$: StaticStructureSchema;
|
|
|
140
160
|
export declare var InsightsFilter$: StaticStructureSchema;
|
|
141
161
|
export declare var InsightStatus$: StaticStructureSchema;
|
|
142
162
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
143
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
144
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
145
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
146
163
|
export declare var Issue$: StaticStructureSchema;
|
|
147
164
|
export declare var KubernetesNetworkConfigRequest$: StaticStructureSchema;
|
|
148
165
|
export declare var KubernetesNetworkConfigResponse$: StaticStructureSchema;
|
|
@@ -186,7 +203,6 @@ export declare var NodegroupScalingConfig$: StaticStructureSchema;
|
|
|
186
203
|
export declare var NodegroupUpdateConfig$: StaticStructureSchema;
|
|
187
204
|
export declare var NodeRepairConfig$: StaticStructureSchema;
|
|
188
205
|
export declare var NodeRepairConfigOverrides$: StaticStructureSchema;
|
|
189
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
190
206
|
export declare var OIDC$: StaticStructureSchema;
|
|
191
207
|
export declare var OidcIdentityProviderConfig$: StaticStructureSchema;
|
|
192
208
|
export declare var OidcIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
@@ -202,12 +218,6 @@ export declare var RemoteNetworkConfigRequest$: StaticStructureSchema;
|
|
|
202
218
|
export declare var RemoteNetworkConfigResponse$: StaticStructureSchema;
|
|
203
219
|
export declare var RemoteNodeNetwork$: StaticStructureSchema;
|
|
204
220
|
export declare var RemotePodNetwork$: StaticStructureSchema;
|
|
205
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
206
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
207
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
208
|
-
export declare var ResourcePropagationDelayException$: StaticErrorSchema;
|
|
209
|
-
export declare var ServerException$: StaticErrorSchema;
|
|
210
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
211
221
|
export declare var SsoIdentity$: StaticStructureSchema;
|
|
212
222
|
export declare var StartInsightsRefreshRequest$: StaticStructureSchema;
|
|
213
223
|
export declare var StartInsightsRefreshResponse$: StaticStructureSchema;
|
|
@@ -216,8 +226,6 @@ export declare var StorageConfigResponse$: StaticStructureSchema;
|
|
|
216
226
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
217
227
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
218
228
|
export declare var Taint$: StaticStructureSchema;
|
|
219
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
220
|
-
export declare var UnsupportedAvailabilityZoneException$: StaticErrorSchema;
|
|
221
229
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
222
230
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
223
231
|
export declare var Update$: StaticStructureSchema;
|
|
@@ -252,7 +260,6 @@ export declare var VpcConfigRequest$: StaticStructureSchema;
|
|
|
252
260
|
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
253
261
|
export declare var ZonalShiftConfigRequest$: StaticStructureSchema;
|
|
254
262
|
export declare var ZonalShiftConfigResponse$: StaticStructureSchema;
|
|
255
|
-
export declare var EKSServiceException$: StaticErrorSchema;
|
|
256
263
|
export declare var AssociateAccessPolicy$: StaticOperationSchema;
|
|
257
264
|
export declare var AssociateEncryptionConfig$: StaticOperationSchema;
|
|
258
265
|
export declare var AssociateIdentityProviderConfig$: StaticOperationSchema;
|
|
@@ -56,8 +56,10 @@ export declare const AMITypes: {
|
|
|
56
56
|
readonly CUSTOM: "CUSTOM";
|
|
57
57
|
readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
|
|
58
58
|
readonly WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64";
|
|
59
|
+
readonly WINDOWS_CORE_2025_x86_64: "WINDOWS_CORE_2025_x86_64";
|
|
59
60
|
readonly WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64";
|
|
60
61
|
readonly WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64";
|
|
62
|
+
readonly WINDOWS_FULL_2025_x86_64: "WINDOWS_FULL_2025_x86_64";
|
|
61
63
|
};
|
|
62
64
|
export type AMITypes = (typeof AMITypes)[keyof typeof AMITypes];
|
|
63
65
|
export declare const SsoIdentityType: {
|