@aws-sdk/client-eks 3.1024.0 → 3.1026.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 +11 -0
- package/dist-cjs/schemas/schemas_0.js +18 -8
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +16 -6
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +14 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +7 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +8 -1
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +47 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -1457,6 +1457,11 @@ const UpdateParamType = {
|
|
|
1457
1457
|
UPDATE_STRATEGY: "UpdateStrategy",
|
|
1458
1458
|
UPGRADE_POLICY: "UpgradePolicy",
|
|
1459
1459
|
VERSION: "Version",
|
|
1460
|
+
WARM_POOL_ENABLED: "WarmPoolEnabled",
|
|
1461
|
+
WARM_POOL_MAX_GROUP_PREPARED_CAPACITY: "WarmPoolMaxGroupPreparedCapacity",
|
|
1462
|
+
WARM_POOL_MIN_SIZE: "WarmPoolMinSize",
|
|
1463
|
+
WARM_POOL_REUSE_ON_SCALE_IN: "WarmPoolReuseOnScaleIn",
|
|
1464
|
+
WARM_POOL_STATE: "WarmPoolState",
|
|
1460
1465
|
ZONAL_SHIFT_CONFIG: "ZonalShiftConfig",
|
|
1461
1466
|
};
|
|
1462
1467
|
const UpdateStatus = {
|
|
@@ -1599,6 +1604,11 @@ const NodegroupUpdateStrategies = {
|
|
|
1599
1604
|
DEFAULT: "DEFAULT",
|
|
1600
1605
|
MINIMAL: "MINIMAL",
|
|
1601
1606
|
};
|
|
1607
|
+
const WarmPoolState = {
|
|
1608
|
+
HIBERNATED: "HIBERNATED",
|
|
1609
|
+
RUNNING: "RUNNING",
|
|
1610
|
+
STOPPED: "STOPPED",
|
|
1611
|
+
};
|
|
1602
1612
|
const NodegroupIssueCode = {
|
|
1603
1613
|
ACCESS_DENIED: "AccessDenied",
|
|
1604
1614
|
AMI_ID_NOT_FOUND: "AmiIdNotFound",
|
|
@@ -1805,6 +1815,7 @@ exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationComman
|
|
|
1805
1815
|
exports.UpdateStatus = UpdateStatus;
|
|
1806
1816
|
exports.UpdateType = UpdateType;
|
|
1807
1817
|
exports.VersionStatus = VersionStatus;
|
|
1818
|
+
exports.WarmPoolState = WarmPoolState;
|
|
1808
1819
|
exports.paginateDescribeAddonVersions = paginateDescribeAddonVersions;
|
|
1809
1820
|
exports.paginateDescribeClusterVersions = paginateDescribeClusterVersions;
|
|
1810
1821
|
exports.paginateListAccessEntries = paginateListAccessEntries;
|
|
@@ -5,8 +5,8 @@ exports.DeletePodIdentityAssociationResponse$ = exports.DeletePodIdentityAssocia
|
|
|
5
5
|
exports.Insight$ = exports.IdentityProviderConfigResponse$ = exports.IdentityProviderConfig$ = exports.Identity$ = exports.FargateProfileSelector$ = exports.FargateProfileIssue$ = exports.FargateProfileHealth$ = exports.FargateProfile$ = exports.ErrorDetail$ = exports.EncryptionConfig$ = exports.ElasticLoadBalancing$ = exports.EksAnywhereSubscriptionTerm$ = exports.EksAnywhereSubscription$ = exports.DisassociateIdentityProviderConfigResponse$ = exports.DisassociateIdentityProviderConfigRequest$ = exports.DisassociateAccessPolicyResponse$ = exports.DisassociateAccessPolicyRequest$ = exports.DescribeUpdateResponse$ = exports.DescribeUpdateRequest$ = exports.DescribePodIdentityAssociationResponse$ = exports.DescribePodIdentityAssociationRequest$ = exports.DescribeNodegroupResponse$ = exports.DescribeNodegroupRequest$ = exports.DescribeInsightsRefreshResponse$ = exports.DescribeInsightsRefreshRequest$ = exports.DescribeInsightResponse$ = exports.DescribeInsightRequest$ = exports.DescribeIdentityProviderConfigResponse$ = exports.DescribeIdentityProviderConfigRequest$ = exports.DescribeFargateProfileResponse$ = exports.DescribeFargateProfileRequest$ = exports.DescribeEksAnywhereSubscriptionResponse$ = exports.DescribeEksAnywhereSubscriptionRequest$ = exports.DescribeClusterVersionsResponse$ = exports.DescribeClusterVersionsRequest$ = exports.DescribeClusterResponse$ = exports.DescribeClusterRequest$ = exports.DescribeCapabilityResponse$ = exports.DescribeCapabilityRequest$ = exports.DescribeAddonVersionsResponse$ = exports.DescribeAddonVersionsRequest$ = exports.DescribeAddonResponse$ = exports.DescribeAddonRequest$ = exports.DescribeAddonConfigurationResponse$ = exports.DescribeAddonConfigurationRequest$ = exports.DescribeAccessEntryResponse$ = exports.DescribeAccessEntryRequest$ = exports.DeregisterClusterResponse$ = exports.DeregisterClusterRequest$ = exports.DeprecationDetail$ = void 0;
|
|
6
6
|
exports.OidcIdentityProviderConfig$ = exports.OIDC$ = exports.NodeRepairConfigOverrides$ = exports.NodeRepairConfig$ = exports.NodegroupUpdateConfig$ = exports.NodegroupScalingConfig$ = exports.NodegroupResources$ = exports.NodegroupHealth$ = exports.Nodegroup$ = exports.MarketplaceInformation$ = exports.LogSetup$ = exports.Logging$ = exports.ListUpdatesResponse$ = exports.ListUpdatesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListPodIdentityAssociationsResponse$ = exports.ListPodIdentityAssociationsRequest$ = exports.ListNodegroupsResponse$ = exports.ListNodegroupsRequest$ = exports.ListInsightsResponse$ = exports.ListInsightsRequest$ = exports.ListIdentityProviderConfigsResponse$ = exports.ListIdentityProviderConfigsRequest$ = exports.ListFargateProfilesResponse$ = exports.ListFargateProfilesRequest$ = exports.ListEksAnywhereSubscriptionsResponse$ = exports.ListEksAnywhereSubscriptionsRequest$ = exports.ListClustersResponse$ = exports.ListClustersRequest$ = exports.ListCapabilitiesResponse$ = exports.ListCapabilitiesRequest$ = exports.ListAssociatedAccessPoliciesResponse$ = exports.ListAssociatedAccessPoliciesRequest$ = exports.ListAddonsResponse$ = exports.ListAddonsRequest$ = exports.ListAccessPoliciesResponse$ = exports.ListAccessPoliciesRequest$ = exports.ListAccessEntriesResponse$ = exports.ListAccessEntriesRequest$ = exports.License$ = exports.LaunchTemplateSpecification$ = exports.KubernetesNetworkConfigResponse$ = exports.KubernetesNetworkConfigRequest$ = exports.Issue$ = exports.InsightSummary$ = exports.InsightStatus$ = exports.InsightsFilter$ = exports.InsightResourceDetail$ = exports.InsightCategorySpecificSummary$ = void 0;
|
|
7
7
|
exports.UpgradePolicyRequest$ = exports.UpdateTaintsPayload$ = exports.UpdateRoleMappings$ = exports.UpdatePodIdentityAssociationResponse$ = exports.UpdatePodIdentityAssociationRequest$ = exports.UpdateParam$ = exports.UpdateNodegroupVersionResponse$ = exports.UpdateNodegroupVersionRequest$ = exports.UpdateNodegroupConfigResponse$ = exports.UpdateNodegroupConfigRequest$ = exports.UpdateLabelsPayload$ = exports.UpdateEksAnywhereSubscriptionResponse$ = exports.UpdateEksAnywhereSubscriptionRequest$ = exports.UpdateClusterVersionResponse$ = exports.UpdateClusterVersionRequest$ = exports.UpdateClusterConfigResponse$ = exports.UpdateClusterConfigRequest$ = exports.UpdateCapabilityResponse$ = exports.UpdateCapabilityRequest$ = exports.UpdateCapabilityConfiguration$ = exports.UpdateArgoCdConfig$ = exports.UpdateAddonResponse$ = exports.UpdateAddonRequest$ = exports.UpdateAccessEntryResponse$ = exports.UpdateAccessEntryRequest$ = exports.UpdateAccessConfigRequest$ = exports.Update$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Taint$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StorageConfigResponse$ = exports.StorageConfigRequest$ = exports.StartInsightsRefreshResponse$ = exports.StartInsightsRefreshRequest$ = exports.SsoIdentity$ = exports.RemotePodNetwork$ = exports.RemoteNodeNetwork$ = exports.RemoteNetworkConfigResponse$ = exports.RemoteNetworkConfigRequest$ = exports.RemoteAccessConfig$ = exports.RegisterClusterResponse$ = exports.RegisterClusterRequest$ = exports.Provider$ = exports.PodIdentityAssociationSummary$ = exports.PodIdentityAssociation$ = exports.OutpostConfigResponse$ = exports.OutpostConfigRequest$ = exports.OidcIdentityProviderConfigRequest$ = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.UpdatePodIdentityAssociation$ = exports.UpdateNodegroupVersion$ = exports.UpdateNodegroupConfig$ = exports.UpdateEksAnywhereSubscription$ = exports.UpdateClusterVersion$ = exports.UpdateClusterConfig$ = exports.UpdateCapability$ = exports.UpdateAddon$ = exports.UpdateAccessEntry$ = exports.UntagResource$ = exports.TagResource$ = exports.StartInsightsRefresh$ = exports.RegisterCluster$ = exports.ListUpdates$ = exports.ListTagsForResource$ = exports.ListPodIdentityAssociations$ = exports.ListNodegroups$ = exports.ListInsights$ = exports.ListIdentityProviderConfigs$ = void 0;
|
|
8
|
+
exports.ListEksAnywhereSubscriptions$ = exports.ListClusters$ = exports.ListCapabilities$ = exports.ListAssociatedAccessPolicies$ = exports.ListAddons$ = exports.ListAccessPolicies$ = exports.ListAccessEntries$ = exports.DisassociateIdentityProviderConfig$ = exports.DisassociateAccessPolicy$ = exports.DescribeUpdate$ = exports.DescribePodIdentityAssociation$ = exports.DescribeNodegroup$ = exports.DescribeInsightsRefresh$ = exports.DescribeInsight$ = exports.DescribeIdentityProviderConfig$ = exports.DescribeFargateProfile$ = exports.DescribeEksAnywhereSubscription$ = exports.DescribeClusterVersions$ = exports.DescribeCluster$ = exports.DescribeCapability$ = exports.DescribeAddonVersions$ = exports.DescribeAddonConfiguration$ = exports.DescribeAddon$ = exports.DescribeAccessEntry$ = exports.DeregisterCluster$ = exports.DeletePodIdentityAssociation$ = exports.DeleteNodegroup$ = exports.DeleteFargateProfile$ = exports.DeleteEksAnywhereSubscription$ = exports.DeleteCluster$ = exports.DeleteCapability$ = exports.DeleteAddon$ = exports.DeleteAccessEntry$ = exports.CreatePodIdentityAssociation$ = exports.CreateNodegroup$ = exports.CreateFargateProfile$ = exports.CreateEksAnywhereSubscription$ = exports.CreateCluster$ = exports.CreateCapability$ = exports.CreateAddon$ = exports.CreateAccessEntry$ = exports.AssociateIdentityProviderConfig$ = exports.AssociateEncryptionConfig$ = exports.AssociateAccessPolicy$ = exports.ZonalShiftConfigResponse$ = exports.ZonalShiftConfigRequest$ = exports.WarmPoolConfig$ = exports.VpcConfigResponse$ = exports.VpcConfigRequest$ = exports.UpgradePolicyResponse$ = void 0;
|
|
9
|
+
exports.UpdatePodIdentityAssociation$ = exports.UpdateNodegroupVersion$ = exports.UpdateNodegroupConfig$ = exports.UpdateEksAnywhereSubscription$ = exports.UpdateClusterVersion$ = exports.UpdateClusterConfig$ = exports.UpdateCapability$ = exports.UpdateAddon$ = exports.UpdateAccessEntry$ = exports.UntagResource$ = exports.TagResource$ = exports.StartInsightsRefresh$ = exports.RegisterCluster$ = exports.ListUpdates$ = exports.ListTagsForResource$ = exports.ListPodIdentityAssociations$ = exports.ListNodegroups$ = exports.ListInsights$ = exports.ListIdentityProviderConfigs$ = exports.ListFargateProfiles$ = void 0;
|
|
10
10
|
const _A = "Addon";
|
|
11
11
|
const _AAP = "AssociatedAccessPolicy";
|
|
12
12
|
const _AAPL = "AssociatedAccessPoliciesList";
|
|
@@ -356,6 +356,7 @@ const _URRn = "UntagResourceResponse";
|
|
|
356
356
|
const _UTP = "UpdateTaintsPayload";
|
|
357
357
|
const _VCR = "VpcConfigRequest";
|
|
358
358
|
const _VCRp = "VpcConfigResponse";
|
|
359
|
+
const _WPC = "WarmPoolConfig";
|
|
359
360
|
const _ZSCR = "ZonalShiftConfigRequest";
|
|
360
361
|
const _ZSCRo = "ZonalShiftConfigResponse";
|
|
361
362
|
const _a = "arn";
|
|
@@ -516,6 +517,7 @@ const _la = "labels";
|
|
|
516
517
|
const _li = "licenses";
|
|
517
518
|
const _m = "message";
|
|
518
519
|
const _mA = "modifiedAt";
|
|
520
|
+
const _mGPC = "maxGroupPreparedCapacity";
|
|
519
521
|
const _mI = "marketplaceInformation";
|
|
520
522
|
const _mPNRC = "maxParallelNodesRepairedCount";
|
|
521
523
|
const _mPNRP = "maxParallelNodesRepairedPercentage";
|
|
@@ -559,6 +561,7 @@ const _pERA = "podExecutionRoleArn";
|
|
|
559
561
|
const _pI = "productId";
|
|
560
562
|
const _pIA = "podIdentityAssociations";
|
|
561
563
|
const _pIC = "podIdentityConfiguration";
|
|
564
|
+
const _pS = "poolState";
|
|
562
565
|
const _pU = "productUrl";
|
|
563
566
|
const _pV = "platformVersion";
|
|
564
567
|
const _pVl = "platformVersions";
|
|
@@ -583,6 +586,7 @@ const _rL = "removeLabels";
|
|
|
583
586
|
const _rMP = "recommendedManagedPolicies";
|
|
584
587
|
const _rNC = "remoteNetworkConfig";
|
|
585
588
|
const _rNN = "remoteNodeNetworks";
|
|
589
|
+
const _rOSI = "reuseOnScaleIn";
|
|
586
590
|
const _rPN = "remotePodNetworks";
|
|
587
591
|
const _rRM = "rbacRoleMappings";
|
|
588
592
|
const _rRMe = "removeRoleMappings";
|
|
@@ -644,6 +648,7 @@ const _vIp = "vpcId";
|
|
|
644
648
|
const _vS = "versionStatus";
|
|
645
649
|
const _vZ = "validZones";
|
|
646
650
|
const _va = "value";
|
|
651
|
+
const _wPC = "warmPoolConfig";
|
|
647
652
|
const _zSC = "zonalShiftConfig";
|
|
648
653
|
const n0 = "com.amazonaws.eks";
|
|
649
654
|
const schema_1 = require("@smithy/core/schema");
|
|
@@ -1064,8 +1069,8 @@ exports.CreateFargateProfileResponse$ = [3, n0, _CFPRr,
|
|
|
1064
1069
|
];
|
|
1065
1070
|
exports.CreateNodegroupRequest$ = [3, n0, _CNR,
|
|
1066
1071
|
0,
|
|
1067
|
-
[_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV],
|
|
1068
|
-
[[0, 1], 0, 64 | 0, 0, () => exports.NodegroupScalingConfig$, 1, 64 | 0, 0, () => exports.RemoteAccessConfig$, 128 | 0, () => taintsList, 128 | 0, [0, 4], () => exports.LaunchTemplateSpecification$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, 0, 0, 0], 4
|
|
1072
|
+
[_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV, _wPC],
|
|
1073
|
+
[[0, 1], 0, 64 | 0, 0, () => exports.NodegroupScalingConfig$, 1, 64 | 0, 0, () => exports.RemoteAccessConfig$, 128 | 0, () => taintsList, 128 | 0, [0, 4], () => exports.LaunchTemplateSpecification$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, 0, 0, 0, () => exports.WarmPoolConfig$], 4
|
|
1069
1074
|
];
|
|
1070
1075
|
exports.CreateNodegroupResponse$ = [3, n0, _CNRr,
|
|
1071
1076
|
0,
|
|
@@ -1619,8 +1624,8 @@ exports.MarketplaceInformation$ = [3, n0, _MI,
|
|
|
1619
1624
|
];
|
|
1620
1625
|
exports.Nodegroup$ = [3, n0, _N,
|
|
1621
1626
|
0,
|
|
1622
|
-
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t],
|
|
1623
|
-
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => exports.NodegroupScalingConfig$, 64 | 0, 64 | 0, () => exports.RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => exports.NodegroupResources$, 1, () => exports.NodegroupHealth$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, () => exports.LaunchTemplateSpecification$, 128 | 0]
|
|
1627
|
+
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
|
|
1628
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => exports.NodegroupScalingConfig$, 64 | 0, 64 | 0, () => exports.RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => exports.NodegroupResources$, 1, () => exports.NodegroupHealth$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, () => exports.LaunchTemplateSpecification$, 128 | 0, () => exports.WarmPoolConfig$]
|
|
1624
1629
|
];
|
|
1625
1630
|
exports.NodegroupHealth$ = [3, n0, _NH,
|
|
1626
1631
|
0,
|
|
@@ -1864,8 +1869,8 @@ exports.UpdateLabelsPayload$ = [3, n0, _ULP,
|
|
|
1864
1869
|
];
|
|
1865
1870
|
exports.UpdateNodegroupConfigRequest$ = [3, n0, _UNCR,
|
|
1866
1871
|
0,
|
|
1867
|
-
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _cRT],
|
|
1868
|
-
[[0, 1], [0, 1], () => exports.UpdateLabelsPayload$, () => exports.UpdateTaintsPayload$, () => exports.NodegroupScalingConfig$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, [0, 4]], 2
|
|
1872
|
+
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _wPC, _cRT],
|
|
1873
|
+
[[0, 1], [0, 1], () => exports.UpdateLabelsPayload$, () => exports.UpdateTaintsPayload$, () => exports.NodegroupScalingConfig$, () => exports.NodegroupUpdateConfig$, () => exports.NodeRepairConfig$, () => exports.WarmPoolConfig$, [0, 4]], 2
|
|
1869
1874
|
];
|
|
1870
1875
|
exports.UpdateNodegroupConfigResponse$ = [3, n0, _UNCRp,
|
|
1871
1876
|
0,
|
|
@@ -1927,6 +1932,11 @@ exports.VpcConfigResponse$ = [3, n0, _VCRp,
|
|
|
1927
1932
|
[_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
|
|
1928
1933
|
[64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0]
|
|
1929
1934
|
];
|
|
1935
|
+
exports.WarmPoolConfig$ = [3, n0, _WPC,
|
|
1936
|
+
0,
|
|
1937
|
+
[_en, _mS, _mGPC, _pS, _rOSI],
|
|
1938
|
+
[2, 1, 1, 0, 2]
|
|
1939
|
+
];
|
|
1930
1940
|
exports.ZonalShiftConfigRequest$ = [3, n0, _ZSCR,
|
|
1931
1941
|
0,
|
|
1932
1942
|
[_en],
|
package/dist-es/models/enums.js
CHANGED
|
@@ -122,6 +122,11 @@ export const UpdateParamType = {
|
|
|
122
122
|
UPDATE_STRATEGY: "UpdateStrategy",
|
|
123
123
|
UPGRADE_POLICY: "UpgradePolicy",
|
|
124
124
|
VERSION: "Version",
|
|
125
|
+
WARM_POOL_ENABLED: "WarmPoolEnabled",
|
|
126
|
+
WARM_POOL_MAX_GROUP_PREPARED_CAPACITY: "WarmPoolMaxGroupPreparedCapacity",
|
|
127
|
+
WARM_POOL_MIN_SIZE: "WarmPoolMinSize",
|
|
128
|
+
WARM_POOL_REUSE_ON_SCALE_IN: "WarmPoolReuseOnScaleIn",
|
|
129
|
+
WARM_POOL_STATE: "WarmPoolState",
|
|
125
130
|
ZONAL_SHIFT_CONFIG: "ZonalShiftConfig",
|
|
126
131
|
};
|
|
127
132
|
export const UpdateStatus = {
|
|
@@ -264,6 +269,11 @@ export const NodegroupUpdateStrategies = {
|
|
|
264
269
|
DEFAULT: "DEFAULT",
|
|
265
270
|
MINIMAL: "MINIMAL",
|
|
266
271
|
};
|
|
272
|
+
export const WarmPoolState = {
|
|
273
|
+
HIBERNATED: "HIBERNATED",
|
|
274
|
+
RUNNING: "RUNNING",
|
|
275
|
+
STOPPED: "STOPPED",
|
|
276
|
+
};
|
|
267
277
|
export const NodegroupIssueCode = {
|
|
268
278
|
ACCESS_DENIED: "AccessDenied",
|
|
269
279
|
AMI_ID_NOT_FOUND: "AmiIdNotFound",
|
|
@@ -347,6 +347,7 @@ const _URRn = "UntagResourceResponse";
|
|
|
347
347
|
const _UTP = "UpdateTaintsPayload";
|
|
348
348
|
const _VCR = "VpcConfigRequest";
|
|
349
349
|
const _VCRp = "VpcConfigResponse";
|
|
350
|
+
const _WPC = "WarmPoolConfig";
|
|
350
351
|
const _ZSCR = "ZonalShiftConfigRequest";
|
|
351
352
|
const _ZSCRo = "ZonalShiftConfigResponse";
|
|
352
353
|
const _a = "arn";
|
|
@@ -507,6 +508,7 @@ const _la = "labels";
|
|
|
507
508
|
const _li = "licenses";
|
|
508
509
|
const _m = "message";
|
|
509
510
|
const _mA = "modifiedAt";
|
|
511
|
+
const _mGPC = "maxGroupPreparedCapacity";
|
|
510
512
|
const _mI = "marketplaceInformation";
|
|
511
513
|
const _mPNRC = "maxParallelNodesRepairedCount";
|
|
512
514
|
const _mPNRP = "maxParallelNodesRepairedPercentage";
|
|
@@ -550,6 +552,7 @@ const _pERA = "podExecutionRoleArn";
|
|
|
550
552
|
const _pI = "productId";
|
|
551
553
|
const _pIA = "podIdentityAssociations";
|
|
552
554
|
const _pIC = "podIdentityConfiguration";
|
|
555
|
+
const _pS = "poolState";
|
|
553
556
|
const _pU = "productUrl";
|
|
554
557
|
const _pV = "platformVersion";
|
|
555
558
|
const _pVl = "platformVersions";
|
|
@@ -574,6 +577,7 @@ const _rL = "removeLabels";
|
|
|
574
577
|
const _rMP = "recommendedManagedPolicies";
|
|
575
578
|
const _rNC = "remoteNetworkConfig";
|
|
576
579
|
const _rNN = "remoteNodeNetworks";
|
|
580
|
+
const _rOSI = "reuseOnScaleIn";
|
|
577
581
|
const _rPN = "remotePodNetworks";
|
|
578
582
|
const _rRM = "rbacRoleMappings";
|
|
579
583
|
const _rRMe = "removeRoleMappings";
|
|
@@ -635,6 +639,7 @@ const _vIp = "vpcId";
|
|
|
635
639
|
const _vS = "versionStatus";
|
|
636
640
|
const _vZ = "validZones";
|
|
637
641
|
const _va = "value";
|
|
642
|
+
const _wPC = "warmPoolConfig";
|
|
638
643
|
const _zSC = "zonalShiftConfig";
|
|
639
644
|
const n0 = "com.amazonaws.eks";
|
|
640
645
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
@@ -1055,8 +1060,8 @@ export var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
|
|
|
1055
1060
|
];
|
|
1056
1061
|
export var CreateNodegroupRequest$ = [3, n0, _CNR,
|
|
1057
1062
|
0,
|
|
1058
|
-
[_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV],
|
|
1059
|
-
[[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], 4
|
|
1063
|
+
[_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV, _wPC],
|
|
1064
|
+
[[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
|
|
1060
1065
|
];
|
|
1061
1066
|
export var CreateNodegroupResponse$ = [3, n0, _CNRr,
|
|
1062
1067
|
0,
|
|
@@ -1610,8 +1615,8 @@ export var MarketplaceInformation$ = [3, n0, _MI,
|
|
|
1610
1615
|
];
|
|
1611
1616
|
export var Nodegroup$ = [3, n0, _N,
|
|
1612
1617
|
0,
|
|
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],
|
|
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]
|
|
1618
|
+
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
|
|
1619
|
+
[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$]
|
|
1615
1620
|
];
|
|
1616
1621
|
export var NodegroupHealth$ = [3, n0, _NH,
|
|
1617
1622
|
0,
|
|
@@ -1855,8 +1860,8 @@ export var UpdateLabelsPayload$ = [3, n0, _ULP,
|
|
|
1855
1860
|
];
|
|
1856
1861
|
export var UpdateNodegroupConfigRequest$ = [3, n0, _UNCR,
|
|
1857
1862
|
0,
|
|
1858
|
-
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _cRT],
|
|
1859
|
-
[[0, 1], [0, 1], () => UpdateLabelsPayload$, () => UpdateTaintsPayload$, () => NodegroupScalingConfig$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, [0, 4]], 2
|
|
1863
|
+
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _wPC, _cRT],
|
|
1864
|
+
[[0, 1], [0, 1], () => UpdateLabelsPayload$, () => UpdateTaintsPayload$, () => NodegroupScalingConfig$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => WarmPoolConfig$, [0, 4]], 2
|
|
1860
1865
|
];
|
|
1861
1866
|
export var UpdateNodegroupConfigResponse$ = [3, n0, _UNCRp,
|
|
1862
1867
|
0,
|
|
@@ -1918,6 +1923,11 @@ export var VpcConfigResponse$ = [3, n0, _VCRp,
|
|
|
1918
1923
|
[_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
|
|
1919
1924
|
[64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0]
|
|
1920
1925
|
];
|
|
1926
|
+
export var WarmPoolConfig$ = [3, n0, _WPC,
|
|
1927
|
+
0,
|
|
1928
|
+
[_en, _mS, _mGPC, _pS, _rOSI],
|
|
1929
|
+
[2, 1, 1, 0, 2]
|
|
1930
|
+
];
|
|
1921
1931
|
export var ZonalShiftConfigRequest$ = [3, n0, _ZSCR,
|
|
1922
1932
|
0,
|
|
1923
1933
|
[_en],
|
|
@@ -62,7 +62,7 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
62
62
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
63
63
|
* // params: [ // UpdateParams
|
|
64
64
|
* // { // UpdateParam
|
|
65
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
65
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
66
66
|
* // value: "STRING_VALUE",
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
@@ -71,7 +71,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
71
71
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
72
72
|
* // params: [ // UpdateParams
|
|
73
73
|
* // { // UpdateParam
|
|
74
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
74
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
75
75
|
* // value: "STRING_VALUE",
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
@@ -118,6 +118,13 @@ declare const CreateNodegroupCommand_base: {
|
|
|
118
118
|
* capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
119
119
|
* version: "STRING_VALUE",
|
|
120
120
|
* releaseVersion: "STRING_VALUE",
|
|
121
|
+
* warmPoolConfig: { // WarmPoolConfig
|
|
122
|
+
* enabled: true || false,
|
|
123
|
+
* minSize: Number("int"),
|
|
124
|
+
* maxGroupPreparedCapacity: Number("int"),
|
|
125
|
+
* poolState: "STOPPED" || "RUNNING" || "HIBERNATED",
|
|
126
|
+
* reuseOnScaleIn: true || false,
|
|
127
|
+
* },
|
|
121
128
|
* };
|
|
122
129
|
* const command = new CreateNodegroupCommand(input);
|
|
123
130
|
* const response = await client.send(command);
|
|
@@ -207,6 +214,13 @@ declare const CreateNodegroupCommand_base: {
|
|
|
207
214
|
* // tags: { // TagMap
|
|
208
215
|
* // "<keys>": "STRING_VALUE",
|
|
209
216
|
* // },
|
|
217
|
+
* // warmPoolConfig: { // WarmPoolConfig
|
|
218
|
+
* // enabled: true || false,
|
|
219
|
+
* // minSize: Number("int"),
|
|
220
|
+
* // maxGroupPreparedCapacity: Number("int"),
|
|
221
|
+
* // poolState: "STOPPED" || "RUNNING" || "HIBERNATED",
|
|
222
|
+
* // reuseOnScaleIn: true || false,
|
|
223
|
+
* // },
|
|
210
224
|
* // },
|
|
211
225
|
* // };
|
|
212
226
|
*
|
|
@@ -128,6 +128,13 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
128
128
|
* // tags: { // TagMap
|
|
129
129
|
* // "<keys>": "STRING_VALUE",
|
|
130
130
|
* // },
|
|
131
|
+
* // warmPoolConfig: { // WarmPoolConfig
|
|
132
|
+
* // enabled: true || false,
|
|
133
|
+
* // minSize: Number("int"),
|
|
134
|
+
* // maxGroupPreparedCapacity: Number("int"),
|
|
135
|
+
* // poolState: "STOPPED" || "RUNNING" || "HIBERNATED",
|
|
136
|
+
* // reuseOnScaleIn: true || false,
|
|
137
|
+
* // },
|
|
131
138
|
* // },
|
|
132
139
|
* // };
|
|
133
140
|
*
|
|
@@ -128,6 +128,13 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
128
128
|
* // tags: { // TagMap
|
|
129
129
|
* // "<keys>": "STRING_VALUE",
|
|
130
130
|
* // },
|
|
131
|
+
* // warmPoolConfig: { // WarmPoolConfig
|
|
132
|
+
* // enabled: true || false,
|
|
133
|
+
* // minSize: Number("int"),
|
|
134
|
+
* // maxGroupPreparedCapacity: Number("int"),
|
|
135
|
+
* // poolState: "STOPPED" || "RUNNING" || "HIBERNATED",
|
|
136
|
+
* // reuseOnScaleIn: true || false,
|
|
137
|
+
* // },
|
|
131
138
|
* // },
|
|
132
139
|
* // };
|
|
133
140
|
*
|
|
@@ -55,7 +55,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
55
55
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
56
56
|
* // params: [ // UpdateParams
|
|
57
57
|
* // { // UpdateParam
|
|
58
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
58
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
59
59
|
* // value: "STRING_VALUE",
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
@@ -56,7 +56,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
56
56
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
57
57
|
* // params: [ // UpdateParams
|
|
58
58
|
* // { // UpdateParam
|
|
59
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
59
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
60
60
|
* // value: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
62
62
|
* // ],
|
|
@@ -60,7 +60,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
60
60
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
61
61
|
* // params: [ // UpdateParams
|
|
62
62
|
* // { // UpdateParam
|
|
63
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
63
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
64
64
|
* // value: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -86,7 +86,7 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
86
86
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
87
87
|
* // params: [ // UpdateParams
|
|
88
88
|
* // { // UpdateParam
|
|
89
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
89
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
90
90
|
* // value: "STRING_VALUE",
|
|
91
91
|
* // },
|
|
92
92
|
* // ],
|
|
@@ -170,7 +170,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
170
170
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
171
171
|
* // params: [ // UpdateParams
|
|
172
172
|
* // { // UpdateParam
|
|
173
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
173
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
174
174
|
* // value: "STRING_VALUE",
|
|
175
175
|
* // },
|
|
176
176
|
* // ],
|
|
@@ -62,7 +62,7 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
62
62
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
63
63
|
* // params: [ // UpdateParams
|
|
64
64
|
* // { // UpdateParam
|
|
65
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
65
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
66
66
|
* // value: "STRING_VALUE",
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
@@ -93,6 +93,13 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
93
93
|
* },
|
|
94
94
|
* ],
|
|
95
95
|
* },
|
|
96
|
+
* warmPoolConfig: { // WarmPoolConfig
|
|
97
|
+
* enabled: true || false,
|
|
98
|
+
* minSize: Number("int"),
|
|
99
|
+
* maxGroupPreparedCapacity: Number("int"),
|
|
100
|
+
* poolState: "STOPPED" || "RUNNING" || "HIBERNATED",
|
|
101
|
+
* reuseOnScaleIn: true || false,
|
|
102
|
+
* },
|
|
96
103
|
* clientRequestToken: "STRING_VALUE",
|
|
97
104
|
* };
|
|
98
105
|
* const command = new UpdateNodegroupConfigCommand(input);
|
|
@@ -104,7 +111,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
104
111
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
105
112
|
* // params: [ // UpdateParams
|
|
106
113
|
* // { // UpdateParam
|
|
107
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
114
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
108
115
|
* // value: "STRING_VALUE",
|
|
109
116
|
* // },
|
|
110
117
|
* // ],
|
|
@@ -79,7 +79,7 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
79
79
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
80
80
|
* // params: [ // UpdateParams
|
|
81
81
|
* // { // UpdateParam
|
|
82
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier",
|
|
82
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
83
83
|
* // value: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
85
85
|
* // ],
|
|
@@ -190,6 +190,11 @@ export declare const UpdateParamType: {
|
|
|
190
190
|
readonly UPDATE_STRATEGY: "UpdateStrategy";
|
|
191
191
|
readonly UPGRADE_POLICY: "UpgradePolicy";
|
|
192
192
|
readonly VERSION: "Version";
|
|
193
|
+
readonly WARM_POOL_ENABLED: "WarmPoolEnabled";
|
|
194
|
+
readonly WARM_POOL_MAX_GROUP_PREPARED_CAPACITY: "WarmPoolMaxGroupPreparedCapacity";
|
|
195
|
+
readonly WARM_POOL_MIN_SIZE: "WarmPoolMinSize";
|
|
196
|
+
readonly WARM_POOL_REUSE_ON_SCALE_IN: "WarmPoolReuseOnScaleIn";
|
|
197
|
+
readonly WARM_POOL_STATE: "WarmPoolState";
|
|
193
198
|
readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
|
|
194
199
|
};
|
|
195
200
|
/**
|
|
@@ -504,6 +509,19 @@ export declare const NodegroupUpdateStrategies: {
|
|
|
504
509
|
* @public
|
|
505
510
|
*/
|
|
506
511
|
export type NodegroupUpdateStrategies = (typeof NodegroupUpdateStrategies)[keyof typeof NodegroupUpdateStrategies];
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
* @enum
|
|
515
|
+
*/
|
|
516
|
+
export declare const WarmPoolState: {
|
|
517
|
+
readonly HIBERNATED: "HIBERNATED";
|
|
518
|
+
readonly RUNNING: "RUNNING";
|
|
519
|
+
readonly STOPPED: "STOPPED";
|
|
520
|
+
};
|
|
521
|
+
/**
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
export type WarmPoolState = (typeof WarmPoolState)[keyof typeof WarmPoolState];
|
|
507
525
|
/**
|
|
508
526
|
* @public
|
|
509
527
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccessScopeType, AddonIssueCode, AddonStatus, AMITypes, ArgoCdRole, AuthenticationMode, CapabilityDeletePropagationPolicy, CapabilityIssueCode, CapabilityStatus, CapabilityType, CapacityTypes, Category, ClusterIssueCode, ClusterStatus, ClusterVersionStatus, ConfigStatus, ConnectorConfigProvider, EksAnywhereSubscriptionLicenseType, EksAnywhereSubscriptionStatus, EksAnywhereSubscriptionTermUnit, ErrorCode, FargateProfileIssueCode, FargateProfileStatus, InsightsRefreshStatus, InsightStatusValue, IpFamily, LogType, NodegroupIssueCode, NodegroupStatus, NodegroupUpdateStrategies, ProvisionedControlPlaneTier, RepairAction, ResolveConflicts, SsoIdentityType, SupportType, TaintEffect, UpdateParamType, UpdateStatus, UpdateType, VersionStatus } from "./enums";
|
|
1
|
+
import type { AccessScopeType, AddonIssueCode, AddonStatus, AMITypes, ArgoCdRole, AuthenticationMode, CapabilityDeletePropagationPolicy, CapabilityIssueCode, CapabilityStatus, CapabilityType, CapacityTypes, Category, ClusterIssueCode, ClusterStatus, ClusterVersionStatus, ConfigStatus, ConnectorConfigProvider, EksAnywhereSubscriptionLicenseType, EksAnywhereSubscriptionStatus, EksAnywhereSubscriptionTermUnit, ErrorCode, FargateProfileIssueCode, FargateProfileStatus, InsightsRefreshStatus, InsightStatusValue, IpFamily, LogType, NodegroupIssueCode, NodegroupStatus, NodegroupUpdateStrategies, ProvisionedControlPlaneTier, RepairAction, ResolveConflicts, SsoIdentityType, SupportType, TaintEffect, UpdateParamType, UpdateStatus, UpdateType, VersionStatus, WarmPoolState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The access configuration for the cluster.</p>
|
|
4
4
|
* @public
|
|
@@ -3322,6 +3322,37 @@ export interface NodegroupUpdateConfig {
|
|
|
3322
3322
|
*/
|
|
3323
3323
|
updateStrategy?: NodegroupUpdateStrategies | undefined;
|
|
3324
3324
|
}
|
|
3325
|
+
/**
|
|
3326
|
+
* <p>The configuration for an Amazon EC2 Auto Scaling warm pool attached to an Amazon EKS managed node group. Warm pools maintain pre-initialized EC2 instances alongside your Auto Scaling group that have already completed the bootup initialization process and can be kept in a <code>Stopped</code>, <code>Running</code>, or <code>Hibernated</code> state.</p>
|
|
3327
|
+
* @public
|
|
3328
|
+
*/
|
|
3329
|
+
export interface WarmPoolConfig {
|
|
3330
|
+
/**
|
|
3331
|
+
* <p>Specifies whether to attach warm pools on the managed node group. Set to <code>true</code> to enable the warm pool, or <code>false</code> to disable and remove it. If not specified during an update, the current value is preserved.</p>
|
|
3332
|
+
* @public
|
|
3333
|
+
*/
|
|
3334
|
+
enabled?: boolean | undefined;
|
|
3335
|
+
/**
|
|
3336
|
+
* <p>The minimum number of instances to maintain in the warm pool. Default: <code>0</code>. Size your warm pool based on scaling patterns to balance cost and availability. Start with 10-20% of expected peak capacity.</p>
|
|
3337
|
+
* @public
|
|
3338
|
+
*/
|
|
3339
|
+
minSize?: number | undefined;
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>The maximum total number of instances across the warm pool and Auto Scaling group combined. This value controls the total prepared capacity available for your node group.</p>
|
|
3342
|
+
* @public
|
|
3343
|
+
*/
|
|
3344
|
+
maxGroupPreparedCapacity?: number | undefined;
|
|
3345
|
+
/**
|
|
3346
|
+
* <p>The desired state for warm pool instances. Default: <code>Stopped</code>. Valid values are <code>Stopped</code> (most cost-effective with EBS storage costs only), <code>Running</code> (fastest transition time with full EC2 costs), and <code>Hibernated</code> (balance between cost and speed, only supported on specific instance types). Warm pool instances in the <code>Hibernated</code> state are not supported with Bottlerocket AMIs.</p>
|
|
3347
|
+
* @public
|
|
3348
|
+
*/
|
|
3349
|
+
poolState?: WarmPoolState | undefined;
|
|
3350
|
+
/**
|
|
3351
|
+
* <p>Indicates whether instances should return to the warm pool during scale-in events instead of being terminated. Default: <code>false</code>. Enable this to reduce costs by reusing instances. This feature is not supported for Bottlerocket AMIs.</p>
|
|
3352
|
+
* @public
|
|
3353
|
+
*/
|
|
3354
|
+
reuseOnScaleIn?: boolean | undefined;
|
|
3355
|
+
}
|
|
3325
3356
|
/**
|
|
3326
3357
|
* @public
|
|
3327
3358
|
*/
|
|
@@ -3483,6 +3514,11 @@ export interface CreateNodegroupRequest {
|
|
|
3483
3514
|
* @public
|
|
3484
3515
|
*/
|
|
3485
3516
|
releaseVersion?: string | undefined;
|
|
3517
|
+
/**
|
|
3518
|
+
* <p>The warm pool configuration for the node group. Warm pools maintain pre-initialized EC2 instances that can quickly join your cluster during scale-out events, improving application scaling performance and reducing costs.</p>
|
|
3519
|
+
* @public
|
|
3520
|
+
*/
|
|
3521
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
3486
3522
|
}
|
|
3487
3523
|
/**
|
|
3488
3524
|
* <p>An object representing an issue with an Amazon EKS resource.</p>
|
|
@@ -3790,6 +3826,11 @@ export interface Nodegroup {
|
|
|
3790
3826
|
* @public
|
|
3791
3827
|
*/
|
|
3792
3828
|
tags?: Record<string, string> | undefined;
|
|
3829
|
+
/**
|
|
3830
|
+
* <p>The warm pool configuration attached to the node group. Amazon EKS manages warm pools throughout the node group lifecycle using the <code>AWSServiceRoleForAmazonEKSNodegroup</code> service-linked role to create, update, and delete warm pool resources.</p>
|
|
3831
|
+
* @public
|
|
3832
|
+
*/
|
|
3833
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
3793
3834
|
}
|
|
3794
3835
|
/**
|
|
3795
3836
|
* @public
|
|
@@ -6809,6 +6850,11 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
6809
6850
|
* @public
|
|
6810
6851
|
*/
|
|
6811
6852
|
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
6853
|
+
/**
|
|
6854
|
+
* <p>The warm pool configuration to apply to the node group. You can use this to add a warm pool to an existing node group or modify the settings of an existing warm pool.</p>
|
|
6855
|
+
* @public
|
|
6856
|
+
*/
|
|
6857
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
6812
6858
|
/**
|
|
6813
6859
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
6814
6860
|
* the idempotency of the request.</p>
|
|
@@ -258,6 +258,7 @@ export declare var UpgradePolicyRequest$: StaticStructureSchema;
|
|
|
258
258
|
export declare var UpgradePolicyResponse$: StaticStructureSchema;
|
|
259
259
|
export declare var VpcConfigRequest$: StaticStructureSchema;
|
|
260
260
|
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
261
|
+
export declare var WarmPoolConfig$: StaticStructureSchema;
|
|
261
262
|
export declare var ZonalShiftConfigRequest$: StaticStructureSchema;
|
|
262
263
|
export declare var ZonalShiftConfigResponse$: StaticStructureSchema;
|
|
263
264
|
export declare var AssociateAccessPolicy$: StaticOperationSchema;
|
|
@@ -134,6 +134,11 @@ export declare const UpdateParamType: {
|
|
|
134
134
|
readonly UPDATE_STRATEGY: "UpdateStrategy";
|
|
135
135
|
readonly UPGRADE_POLICY: "UpgradePolicy";
|
|
136
136
|
readonly VERSION: "Version";
|
|
137
|
+
readonly WARM_POOL_ENABLED: "WarmPoolEnabled";
|
|
138
|
+
readonly WARM_POOL_MAX_GROUP_PREPARED_CAPACITY: "WarmPoolMaxGroupPreparedCapacity";
|
|
139
|
+
readonly WARM_POOL_MIN_SIZE: "WarmPoolMinSize";
|
|
140
|
+
readonly WARM_POOL_REUSE_ON_SCALE_IN: "WarmPoolReuseOnScaleIn";
|
|
141
|
+
readonly WARM_POOL_STATE: "WarmPoolState";
|
|
137
142
|
readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
|
|
138
143
|
};
|
|
139
144
|
export type UpdateParamType =
|
|
@@ -311,6 +316,12 @@ export declare const NodegroupUpdateStrategies: {
|
|
|
311
316
|
};
|
|
312
317
|
export type NodegroupUpdateStrategies =
|
|
313
318
|
(typeof NodegroupUpdateStrategies)[keyof typeof NodegroupUpdateStrategies];
|
|
319
|
+
export declare const WarmPoolState: {
|
|
320
|
+
readonly HIBERNATED: "HIBERNATED";
|
|
321
|
+
readonly RUNNING: "RUNNING";
|
|
322
|
+
readonly STOPPED: "STOPPED";
|
|
323
|
+
};
|
|
324
|
+
export type WarmPoolState = (typeof WarmPoolState)[keyof typeof WarmPoolState];
|
|
314
325
|
export declare const NodegroupIssueCode: {
|
|
315
326
|
readonly ACCESS_DENIED: "AccessDenied";
|
|
316
327
|
readonly AMI_ID_NOT_FOUND: "AmiIdNotFound";
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
UpdateStatus,
|
|
40
40
|
UpdateType,
|
|
41
41
|
VersionStatus,
|
|
42
|
+
WarmPoolState,
|
|
42
43
|
} from "./enums";
|
|
43
44
|
export interface AccessConfigResponse {
|
|
44
45
|
bootstrapClusterCreatorAdminPermissions?: boolean | undefined;
|
|
@@ -601,6 +602,13 @@ export interface NodegroupUpdateConfig {
|
|
|
601
602
|
maxUnavailablePercentage?: number | undefined;
|
|
602
603
|
updateStrategy?: NodegroupUpdateStrategies | undefined;
|
|
603
604
|
}
|
|
605
|
+
export interface WarmPoolConfig {
|
|
606
|
+
enabled?: boolean | undefined;
|
|
607
|
+
minSize?: number | undefined;
|
|
608
|
+
maxGroupPreparedCapacity?: number | undefined;
|
|
609
|
+
poolState?: WarmPoolState | undefined;
|
|
610
|
+
reuseOnScaleIn?: boolean | undefined;
|
|
611
|
+
}
|
|
604
612
|
export interface CreateNodegroupRequest {
|
|
605
613
|
clusterName: string | undefined;
|
|
606
614
|
nodegroupName: string | undefined;
|
|
@@ -621,6 +629,7 @@ export interface CreateNodegroupRequest {
|
|
|
621
629
|
capacityType?: CapacityTypes | undefined;
|
|
622
630
|
version?: string | undefined;
|
|
623
631
|
releaseVersion?: string | undefined;
|
|
632
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
624
633
|
}
|
|
625
634
|
export interface Issue {
|
|
626
635
|
code?: NodegroupIssueCode | undefined;
|
|
@@ -659,6 +668,7 @@ export interface Nodegroup {
|
|
|
659
668
|
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
660
669
|
launchTemplate?: LaunchTemplateSpecification | undefined;
|
|
661
670
|
tags?: Record<string, string> | undefined;
|
|
671
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
662
672
|
}
|
|
663
673
|
export interface CreateNodegroupResponse {
|
|
664
674
|
nodegroup?: Nodegroup | undefined;
|
|
@@ -1255,6 +1265,7 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
1255
1265
|
scalingConfig?: NodegroupScalingConfig | undefined;
|
|
1256
1266
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
1257
1267
|
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
1268
|
+
warmPoolConfig?: WarmPoolConfig | undefined;
|
|
1258
1269
|
clientRequestToken?: string | undefined;
|
|
1259
1270
|
}
|
|
1260
1271
|
export interface UpdateNodegroupConfigResponse {
|
|
@@ -257,6 +257,7 @@ export declare var UpgradePolicyRequest$: StaticStructureSchema;
|
|
|
257
257
|
export declare var UpgradePolicyResponse$: StaticStructureSchema;
|
|
258
258
|
export declare var VpcConfigRequest$: StaticStructureSchema;
|
|
259
259
|
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
260
|
+
export declare var WarmPoolConfig$: StaticStructureSchema;
|
|
260
261
|
export declare var ZonalShiftConfigRequest$: StaticStructureSchema;
|
|
261
262
|
export declare var ZonalShiftConfigResponse$: StaticStructureSchema;
|
|
262
263
|
export declare var AssociateAccessPolicy$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1026.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eks",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
31
|
+
"@aws-sdk/types": "^3.973.7",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.14",
|
|
36
|
+
"@smithy/core": "^3.23.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.16",
|
|
38
|
+
"@smithy/hash-node": "^4.2.13",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.13",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.29",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.17",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.13",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.13",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.2",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.13",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.9",
|
|
49
|
+
"@smithy/types": "^4.14.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.13",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.4",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.13",
|
|
58
|
+
"@smithy/util-retry": "^4.3.0",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.15",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|