@aws-sdk/client-eks 3.1066.0 → 3.1068.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 +10 -0
- package/dist-cjs/schemas/schemas_0.js +28 -13
- package/dist-es/models/enums.js +9 -0
- package/dist-es/schemas/schemas_0.js +23 -8
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +10 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +5 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +5 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +5 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/RegisterClusterCommand.d.ts +5 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +64 -8
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1432,6 +1432,7 @@ const UpdateParamType = {
|
|
|
1432
1432
|
MAX_UNAVAILABLE: "MaxUnavailable",
|
|
1433
1433
|
MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage",
|
|
1434
1434
|
MIN_SIZE: "MinSize",
|
|
1435
|
+
NETWORK_ACCESS: "NetworkAccess",
|
|
1435
1436
|
NODE_REPAIR_CONFIG: "NodeRepairConfig",
|
|
1436
1437
|
NODE_REPAIR_ENABLED: "NodeRepairEnabled",
|
|
1437
1438
|
PLATFORM_VERSION: "PlatformVersion",
|
|
@@ -1441,6 +1442,9 @@ const UpdateParamType = {
|
|
|
1441
1442
|
RELEASE_VERSION: "ReleaseVersion",
|
|
1442
1443
|
REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
|
|
1443
1444
|
RESOLVE_CONFLICTS: "ResolveConflicts",
|
|
1445
|
+
ROLE_ARN: "RoleArn",
|
|
1446
|
+
ROLE_MAPPINGS_TO_ADD_OR_UPDATE: "RoleMappingsToAddOrUpdate",
|
|
1447
|
+
ROLE_MAPPINGS_TO_REMOVE: "RoleMappingsToRemove",
|
|
1444
1448
|
SECURITY_GROUPS: "SecurityGroups",
|
|
1445
1449
|
SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
|
|
1446
1450
|
STORAGE_CONFIG: "StorageConfig",
|
|
@@ -1471,6 +1475,7 @@ const UpdateType = {
|
|
|
1471
1475
|
ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig",
|
|
1472
1476
|
ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
|
|
1473
1477
|
AUTO_MODE_UPDATE: "AutoModeUpdate",
|
|
1478
|
+
CAPABILITY_UPDATE: "CapabilityUpdate",
|
|
1474
1479
|
CONFIG_UPDATE: "ConfigUpdate",
|
|
1475
1480
|
CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate",
|
|
1476
1481
|
DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
|
|
@@ -1528,6 +1533,10 @@ const LogType = {
|
|
|
1528
1533
|
CONTROLLER_MANAGER: "controllerManager",
|
|
1529
1534
|
SCHEDULER: "scheduler",
|
|
1530
1535
|
};
|
|
1536
|
+
const SpreadLevel = {
|
|
1537
|
+
HOST: "host",
|
|
1538
|
+
RACK: "rack",
|
|
1539
|
+
};
|
|
1531
1540
|
const SupportType = {
|
|
1532
1541
|
EXTENDED: "EXTENDED",
|
|
1533
1542
|
STANDARD: "STANDARD",
|
|
@@ -1791,6 +1800,7 @@ exports.ProvisionedControlPlaneTier = ProvisionedControlPlaneTier;
|
|
|
1791
1800
|
exports.RegisterClusterCommand = RegisterClusterCommand;
|
|
1792
1801
|
exports.RepairAction = RepairAction;
|
|
1793
1802
|
exports.ResolveConflicts = ResolveConflicts;
|
|
1803
|
+
exports.SpreadLevel = SpreadLevel;
|
|
1794
1804
|
exports.SsoIdentityType = SsoIdentityType;
|
|
1795
1805
|
exports.StartInsightsRefreshCommand = StartInsightsRefreshCommand;
|
|
1796
1806
|
exports.SupportType = SupportType;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CapabilityConfigurationResponse$ = exports.CapabilityConfigurationRequest$ = exports.Capability$ = exports.BlockStorage$ = exports.AutoScalingGroup$ = exports.AssociateIdentityProviderConfigResponse$ = exports.AssociateIdentityProviderConfigRequest$ = exports.AssociateEncryptionConfigResponse$ = exports.AssociateEncryptionConfigRequest$ = exports.AssociatedAccessPolicy$ = exports.AssociateAccessPolicyResponse$ = exports.AssociateAccessPolicyRequest$ = exports.ArgoCdRoleMapping$ = exports.ArgoCdNetworkAccessConfigResponse$ = exports.ArgoCdNetworkAccessConfigRequest$ = exports.ArgoCdConfigResponse$ = exports.ArgoCdConfigRequest$ = exports.ArgoCdAwsIdcConfigResponse$ = exports.ArgoCdAwsIdcConfigRequest$ = exports.AddonVersionInfo$ = exports.AddonPodIdentityConfiguration$ = exports.AddonPodIdentityAssociations$ = exports.AddonNamespaceConfigResponse$ = exports.AddonNamespaceConfigRequest$ = exports.AddonIssue$ = exports.AddonInfo$ = exports.AddonHealth$ = exports.AddonCompatibilityDetail$ = exports.Addon$ = exports.AccessScope$ = exports.AccessPolicy$ = exports.AccessEntry$ = exports.AccessConfigResponse$ = exports.errorTypeRegistries = exports.UnsupportedAvailabilityZoneException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServerException$ = exports.ResourcePropagationDelayException$ = exports.ResourceNotFoundException$ = exports.ResourceLimitExceededException$ = exports.ResourceInUseException$ = exports.NotFoundException$ = exports.InvalidStateException$ = exports.InvalidRequestException$ = exports.InvalidParameterException$ = exports.ClientException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.EKSServiceException$ = void 0;
|
|
4
4
|
exports.DeletePodIdentityAssociationResponse$ = exports.DeletePodIdentityAssociationRequest$ = exports.DeleteNodegroupResponse$ = exports.DeleteNodegroupRequest$ = exports.DeleteFargateProfileResponse$ = exports.DeleteFargateProfileRequest$ = exports.DeleteEksAnywhereSubscriptionResponse$ = exports.DeleteEksAnywhereSubscriptionRequest$ = exports.DeleteClusterResponse$ = exports.DeleteClusterRequest$ = exports.DeleteCapabilityResponse$ = exports.DeleteCapabilityRequest$ = exports.DeleteAddonResponse$ = exports.DeleteAddonRequest$ = exports.DeleteAccessEntryResponse$ = exports.DeleteAccessEntryRequest$ = exports.CreatePodIdentityAssociationResponse$ = exports.CreatePodIdentityAssociationRequest$ = exports.CreateNodegroupResponse$ = exports.CreateNodegroupRequest$ = exports.CreateFargateProfileResponse$ = exports.CreateFargateProfileRequest$ = exports.CreateEksAnywhereSubscriptionResponse$ = exports.CreateEksAnywhereSubscriptionRequest$ = exports.CreateClusterResponse$ = exports.CreateClusterRequest$ = exports.CreateCapabilityResponse$ = exports.CreateCapabilityRequest$ = exports.CreateAddonResponse$ = exports.CreateAddonRequest$ = exports.CreateAccessEntryResponse$ = exports.CreateAccessEntryRequest$ = exports.CreateAccessConfigRequest$ = exports.ControlPlaneScalingConfig$ = exports.ControlPlanePlacementResponse$ = exports.ControlPlanePlacementRequest$ = exports.ConnectorConfigResponse$ = exports.ConnectorConfigRequest$ = exports.ComputeConfigResponse$ = exports.ComputeConfigRequest$ = exports.Compatibility$ = exports.ClusterVersionInformation$ = exports.ClusterIssue$ = exports.ClusterHealth$ = exports.Cluster$ = exports.ClientStat$ = exports.Certificate$ = exports.CapabilitySummary$ = exports.CapabilityIssue$ = exports.CapabilityHealth$ = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
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$ = exports.ListFargateProfiles$ = void 0;
|
|
5
|
+
exports.IdentityProviderConfig$ = exports.Identity$ = exports.FargateProfileSelector$ = exports.FargateProfileIssue$ = exports.FargateProfileHealth$ = exports.FargateProfile$ = exports.EtcdPlacementResponse$ = exports.EtcdPlacementRequest$ = 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
|
+
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$ = exports.Insight$ = exports.IdentityProviderConfigResponse$ = void 0;
|
|
7
|
+
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$ = exports.OidcIdentityProviderConfig$ = exports.OIDC$ = void 0;
|
|
8
|
+
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$ = exports.UpgradePolicyRequest$ = exports.UpdateTaintsPayload$ = 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$ = exports.ListEksAnywhereSubscriptions$ = exports.ListClusters$ = void 0;
|
|
10
10
|
const _A = "Addon";
|
|
11
11
|
const _AAP = "AssociatedAccessPolicy";
|
|
12
12
|
const _AAPL = "AssociatedAccessPoliciesList";
|
|
@@ -192,6 +192,8 @@ const _ECL = "EncryptionConfigList";
|
|
|
192
192
|
const _ED = "ErrorDetail";
|
|
193
193
|
const _EDr = "ErrorDetails";
|
|
194
194
|
const _ELB = "ElasticLoadBalancing";
|
|
195
|
+
const _EPR = "EtcdPlacementRequest";
|
|
196
|
+
const _EPRt = "EtcdPlacementResponse";
|
|
195
197
|
const _FP = "FargateProfile";
|
|
196
198
|
const _FPH = "FargateProfileHealth";
|
|
197
199
|
const _FPI = "FargateProfileIssue";
|
|
@@ -452,10 +454,12 @@ const _eCr = "errorCode";
|
|
|
452
454
|
const _eD = "effectiveDate";
|
|
453
455
|
const _eDx = "expirationDate";
|
|
454
456
|
const _eI = "externalId";
|
|
457
|
+
const _eIT = "etcdInstanceType";
|
|
455
458
|
const _eLB = "elasticLoadBalancing";
|
|
456
459
|
const _eM = "errorMessage";
|
|
457
460
|
const _eOESD = "endOfExtendedSupportDate";
|
|
458
461
|
const _eOSSD = "endOfStandardSupportDate";
|
|
462
|
+
const _eP = "etcdPlacement";
|
|
459
463
|
const _ePA = "endpointPublicAccess";
|
|
460
464
|
const _ePAn = "endpointPrivateAccess";
|
|
461
465
|
const _eSK = "ec2SshKey";
|
|
@@ -608,6 +612,7 @@ const _sI = "subscriptionId";
|
|
|
608
612
|
const _sIC = "serviceIpv4Cidr";
|
|
609
613
|
const _sICe = "serviceIpv6Cidr";
|
|
610
614
|
const _sIu = "subnetIds";
|
|
615
|
+
const _sL = "spreadLevel";
|
|
611
616
|
const _sSG = "sourceSecurityGroups";
|
|
612
617
|
const _sSRV = "startServingReplacementVersion";
|
|
613
618
|
const _sSV = "stopServingVersion";
|
|
@@ -989,13 +994,13 @@ exports.ConnectorConfigResponse$ = [3, n0, _CCRonn,
|
|
|
989
994
|
];
|
|
990
995
|
exports.ControlPlanePlacementRequest$ = [3, n0, _CPPR,
|
|
991
996
|
0,
|
|
992
|
-
[_gN],
|
|
993
|
-
[0]
|
|
997
|
+
[_gN, _sL],
|
|
998
|
+
[0, 0]
|
|
994
999
|
];
|
|
995
1000
|
exports.ControlPlanePlacementResponse$ = [3, n0, _CPPRo,
|
|
996
1001
|
0,
|
|
997
|
-
[_gN],
|
|
998
|
-
[0]
|
|
1002
|
+
[_gN, _sL],
|
|
1003
|
+
[0, 0]
|
|
999
1004
|
];
|
|
1000
1005
|
exports.ControlPlaneScalingConfig$ = [3, n0, _CPSC,
|
|
1001
1006
|
0,
|
|
@@ -1377,6 +1382,16 @@ exports.ErrorDetail$ = [3, n0, _ED,
|
|
|
1377
1382
|
[_eCr, _eM, _rI],
|
|
1378
1383
|
[0, 0, 64 | 0]
|
|
1379
1384
|
];
|
|
1385
|
+
exports.EtcdPlacementRequest$ = [3, n0, _EPR,
|
|
1386
|
+
0,
|
|
1387
|
+
[_sL],
|
|
1388
|
+
[0]
|
|
1389
|
+
];
|
|
1390
|
+
exports.EtcdPlacementResponse$ = [3, n0, _EPRt,
|
|
1391
|
+
0,
|
|
1392
|
+
[_sL],
|
|
1393
|
+
[0]
|
|
1394
|
+
];
|
|
1380
1395
|
exports.FargateProfile$ = [3, n0, _FP,
|
|
1381
1396
|
0,
|
|
1382
1397
|
[_fPN, _fPA, _cN, _cA, _pERA, _sub, _sel, _st, _t, _h],
|
|
@@ -1674,13 +1689,13 @@ exports.OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
|
|
|
1674
1689
|
];
|
|
1675
1690
|
exports.OutpostConfigRequest$ = [3, n0, _OCR,
|
|
1676
1691
|
0,
|
|
1677
|
-
[_oA, _cPIT, _cPP],
|
|
1678
|
-
[64 | 0, 0, () => exports.ControlPlanePlacementRequest$], 2
|
|
1692
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
1693
|
+
[64 | 0, 0, () => exports.ControlPlanePlacementRequest$, 0, () => exports.EtcdPlacementRequest$], 2
|
|
1679
1694
|
];
|
|
1680
1695
|
exports.OutpostConfigResponse$ = [3, n0, _OCRu,
|
|
1681
1696
|
0,
|
|
1682
|
-
[_oA, _cPIT, _cPP],
|
|
1683
|
-
[64 | 0, 0, () => exports.ControlPlanePlacementResponse$], 2
|
|
1697
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
1698
|
+
[64 | 0, 0, () => exports.ControlPlanePlacementResponse$, 0, () => exports.EtcdPlacementResponse$], 2
|
|
1684
1699
|
];
|
|
1685
1700
|
exports.PodIdentityAssociation$ = [3, n0, _PIA,
|
|
1686
1701
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -103,6 +103,7 @@ export const UpdateParamType = {
|
|
|
103
103
|
MAX_UNAVAILABLE: "MaxUnavailable",
|
|
104
104
|
MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage",
|
|
105
105
|
MIN_SIZE: "MinSize",
|
|
106
|
+
NETWORK_ACCESS: "NetworkAccess",
|
|
106
107
|
NODE_REPAIR_CONFIG: "NodeRepairConfig",
|
|
107
108
|
NODE_REPAIR_ENABLED: "NodeRepairEnabled",
|
|
108
109
|
PLATFORM_VERSION: "PlatformVersion",
|
|
@@ -112,6 +113,9 @@ export const UpdateParamType = {
|
|
|
112
113
|
RELEASE_VERSION: "ReleaseVersion",
|
|
113
114
|
REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
|
|
114
115
|
RESOLVE_CONFLICTS: "ResolveConflicts",
|
|
116
|
+
ROLE_ARN: "RoleArn",
|
|
117
|
+
ROLE_MAPPINGS_TO_ADD_OR_UPDATE: "RoleMappingsToAddOrUpdate",
|
|
118
|
+
ROLE_MAPPINGS_TO_REMOVE: "RoleMappingsToRemove",
|
|
115
119
|
SECURITY_GROUPS: "SecurityGroups",
|
|
116
120
|
SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
|
|
117
121
|
STORAGE_CONFIG: "StorageConfig",
|
|
@@ -142,6 +146,7 @@ export const UpdateType = {
|
|
|
142
146
|
ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig",
|
|
143
147
|
ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
|
|
144
148
|
AUTO_MODE_UPDATE: "AutoModeUpdate",
|
|
149
|
+
CAPABILITY_UPDATE: "CapabilityUpdate",
|
|
145
150
|
CONFIG_UPDATE: "ConfigUpdate",
|
|
146
151
|
CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate",
|
|
147
152
|
DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
|
|
@@ -199,6 +204,10 @@ export const LogType = {
|
|
|
199
204
|
CONTROLLER_MANAGER: "controllerManager",
|
|
200
205
|
SCHEDULER: "scheduler",
|
|
201
206
|
};
|
|
207
|
+
export const SpreadLevel = {
|
|
208
|
+
HOST: "host",
|
|
209
|
+
RACK: "rack",
|
|
210
|
+
};
|
|
202
211
|
export const SupportType = {
|
|
203
212
|
EXTENDED: "EXTENDED",
|
|
204
213
|
STANDARD: "STANDARD",
|
|
@@ -183,6 +183,8 @@ const _ECL = "EncryptionConfigList";
|
|
|
183
183
|
const _ED = "ErrorDetail";
|
|
184
184
|
const _EDr = "ErrorDetails";
|
|
185
185
|
const _ELB = "ElasticLoadBalancing";
|
|
186
|
+
const _EPR = "EtcdPlacementRequest";
|
|
187
|
+
const _EPRt = "EtcdPlacementResponse";
|
|
186
188
|
const _FP = "FargateProfile";
|
|
187
189
|
const _FPH = "FargateProfileHealth";
|
|
188
190
|
const _FPI = "FargateProfileIssue";
|
|
@@ -443,10 +445,12 @@ const _eCr = "errorCode";
|
|
|
443
445
|
const _eD = "effectiveDate";
|
|
444
446
|
const _eDx = "expirationDate";
|
|
445
447
|
const _eI = "externalId";
|
|
448
|
+
const _eIT = "etcdInstanceType";
|
|
446
449
|
const _eLB = "elasticLoadBalancing";
|
|
447
450
|
const _eM = "errorMessage";
|
|
448
451
|
const _eOESD = "endOfExtendedSupportDate";
|
|
449
452
|
const _eOSSD = "endOfStandardSupportDate";
|
|
453
|
+
const _eP = "etcdPlacement";
|
|
450
454
|
const _ePA = "endpointPublicAccess";
|
|
451
455
|
const _ePAn = "endpointPrivateAccess";
|
|
452
456
|
const _eSK = "ec2SshKey";
|
|
@@ -599,6 +603,7 @@ const _sI = "subscriptionId";
|
|
|
599
603
|
const _sIC = "serviceIpv4Cidr";
|
|
600
604
|
const _sICe = "serviceIpv6Cidr";
|
|
601
605
|
const _sIu = "subnetIds";
|
|
606
|
+
const _sL = "spreadLevel";
|
|
602
607
|
const _sSG = "sourceSecurityGroups";
|
|
603
608
|
const _sSRV = "startServingReplacementVersion";
|
|
604
609
|
const _sSV = "stopServingVersion";
|
|
@@ -980,13 +985,13 @@ export var ConnectorConfigResponse$ = [3, n0, _CCRonn,
|
|
|
980
985
|
];
|
|
981
986
|
export var ControlPlanePlacementRequest$ = [3, n0, _CPPR,
|
|
982
987
|
0,
|
|
983
|
-
[_gN],
|
|
984
|
-
[0]
|
|
988
|
+
[_gN, _sL],
|
|
989
|
+
[0, 0]
|
|
985
990
|
];
|
|
986
991
|
export var ControlPlanePlacementResponse$ = [3, n0, _CPPRo,
|
|
987
992
|
0,
|
|
988
|
-
[_gN],
|
|
989
|
-
[0]
|
|
993
|
+
[_gN, _sL],
|
|
994
|
+
[0, 0]
|
|
990
995
|
];
|
|
991
996
|
export var ControlPlaneScalingConfig$ = [3, n0, _CPSC,
|
|
992
997
|
0,
|
|
@@ -1368,6 +1373,16 @@ export var ErrorDetail$ = [3, n0, _ED,
|
|
|
1368
1373
|
[_eCr, _eM, _rI],
|
|
1369
1374
|
[0, 0, 64 | 0]
|
|
1370
1375
|
];
|
|
1376
|
+
export var EtcdPlacementRequest$ = [3, n0, _EPR,
|
|
1377
|
+
0,
|
|
1378
|
+
[_sL],
|
|
1379
|
+
[0]
|
|
1380
|
+
];
|
|
1381
|
+
export var EtcdPlacementResponse$ = [3, n0, _EPRt,
|
|
1382
|
+
0,
|
|
1383
|
+
[_sL],
|
|
1384
|
+
[0]
|
|
1385
|
+
];
|
|
1371
1386
|
export var FargateProfile$ = [3, n0, _FP,
|
|
1372
1387
|
0,
|
|
1373
1388
|
[_fPN, _fPA, _cN, _cA, _pERA, _sub, _sel, _st, _t, _h],
|
|
@@ -1665,13 +1680,13 @@ export var OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
|
|
|
1665
1680
|
];
|
|
1666
1681
|
export var OutpostConfigRequest$ = [3, n0, _OCR,
|
|
1667
1682
|
0,
|
|
1668
|
-
[_oA, _cPIT, _cPP],
|
|
1669
|
-
[64 | 0, 0, () => ControlPlanePlacementRequest$], 2
|
|
1683
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
1684
|
+
[64 | 0, 0, () => ControlPlanePlacementRequest$, 0, () => EtcdPlacementRequest$], 2
|
|
1670
1685
|
];
|
|
1671
1686
|
export var OutpostConfigResponse$ = [3, n0, _OCRu,
|
|
1672
1687
|
0,
|
|
1673
|
-
[_oA, _cPIT, _cPP],
|
|
1674
|
-
[64 | 0, 0, () => ControlPlanePlacementResponse$], 2
|
|
1688
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
1689
|
+
[64 | 0, 0, () => ControlPlanePlacementResponse$, 0, () => EtcdPlacementResponse$], 2
|
|
1675
1690
|
];
|
|
1676
1691
|
export var PodIdentityAssociation$ = [3, n0, _PIA,
|
|
1677
1692
|
0,
|
|
@@ -61,10 +61,10 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
61
61
|
* // update: { // Update
|
|
62
62
|
* // id: "STRING_VALUE",
|
|
63
63
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
64
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
64
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
65
65
|
* // params: [ // UpdateParams
|
|
66
66
|
* // { // UpdateParam
|
|
67
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
67
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
68
68
|
* // value: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
70
|
* // ],
|
|
@@ -70,10 +70,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
70
70
|
* // update: { // Update
|
|
71
71
|
* // id: "STRING_VALUE",
|
|
72
72
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
73
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
73
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
74
74
|
* // params: [ // UpdateParams
|
|
75
75
|
* // { // UpdateParam
|
|
76
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
76
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
77
77
|
* // value: "STRING_VALUE",
|
|
78
78
|
* // },
|
|
79
79
|
* // ],
|
|
@@ -131,6 +131,11 @@ declare const CreateClusterCommand_base: {
|
|
|
131
131
|
* controlPlaneInstanceType: "STRING_VALUE", // required
|
|
132
132
|
* controlPlanePlacement: { // ControlPlanePlacementRequest
|
|
133
133
|
* groupName: "STRING_VALUE",
|
|
134
|
+
* spreadLevel: "host" || "rack",
|
|
135
|
+
* },
|
|
136
|
+
* etcdInstanceType: "STRING_VALUE",
|
|
137
|
+
* etcdPlacement: { // EtcdPlacementRequest
|
|
138
|
+
* spreadLevel: "host" || "rack",
|
|
134
139
|
* },
|
|
135
140
|
* },
|
|
136
141
|
* accessConfig: { // CreateAccessConfigRequest
|
|
@@ -260,6 +265,11 @@ declare const CreateClusterCommand_base: {
|
|
|
260
265
|
* // controlPlaneInstanceType: "STRING_VALUE", // required
|
|
261
266
|
* // controlPlanePlacement: { // ControlPlanePlacementResponse
|
|
262
267
|
* // groupName: "STRING_VALUE",
|
|
268
|
+
* // spreadLevel: "host" || "rack",
|
|
269
|
+
* // },
|
|
270
|
+
* // etcdInstanceType: "STRING_VALUE",
|
|
271
|
+
* // etcdPlacement: { // EtcdPlacementResponse
|
|
272
|
+
* // spreadLevel: "host" || "rack",
|
|
263
273
|
* // },
|
|
264
274
|
* // },
|
|
265
275
|
* // accessConfig: { // AccessConfigResponse
|
|
@@ -138,6 +138,11 @@ declare const DeleteClusterCommand_base: {
|
|
|
138
138
|
* // controlPlaneInstanceType: "STRING_VALUE", // required
|
|
139
139
|
* // controlPlanePlacement: { // ControlPlanePlacementResponse
|
|
140
140
|
* // groupName: "STRING_VALUE",
|
|
141
|
+
* // spreadLevel: "host" || "rack",
|
|
142
|
+
* // },
|
|
143
|
+
* // etcdInstanceType: "STRING_VALUE",
|
|
144
|
+
* // etcdPlacement: { // EtcdPlacementResponse
|
|
145
|
+
* // spreadLevel: "host" || "rack",
|
|
141
146
|
* // },
|
|
142
147
|
* // },
|
|
143
148
|
* // accessConfig: { // AccessConfigResponse
|
|
@@ -132,6 +132,11 @@ declare const DeregisterClusterCommand_base: {
|
|
|
132
132
|
* // controlPlaneInstanceType: "STRING_VALUE", // required
|
|
133
133
|
* // controlPlanePlacement: { // ControlPlanePlacementResponse
|
|
134
134
|
* // groupName: "STRING_VALUE",
|
|
135
|
+
* // spreadLevel: "host" || "rack",
|
|
136
|
+
* // },
|
|
137
|
+
* // etcdInstanceType: "STRING_VALUE",
|
|
138
|
+
* // etcdPlacement: { // EtcdPlacementResponse
|
|
139
|
+
* // spreadLevel: "host" || "rack",
|
|
135
140
|
* // },
|
|
136
141
|
* // },
|
|
137
142
|
* // accessConfig: { // AccessConfigResponse
|
|
@@ -138,6 +138,11 @@ declare const DescribeClusterCommand_base: {
|
|
|
138
138
|
* // controlPlaneInstanceType: "STRING_VALUE", // required
|
|
139
139
|
* // controlPlanePlacement: { // ControlPlanePlacementResponse
|
|
140
140
|
* // groupName: "STRING_VALUE",
|
|
141
|
+
* // spreadLevel: "host" || "rack",
|
|
142
|
+
* // },
|
|
143
|
+
* // etcdInstanceType: "STRING_VALUE",
|
|
144
|
+
* // etcdPlacement: { // EtcdPlacementResponse
|
|
145
|
+
* // spreadLevel: "host" || "rack",
|
|
141
146
|
* // },
|
|
142
147
|
* // },
|
|
143
148
|
* // accessConfig: { // AccessConfigResponse
|
|
@@ -54,10 +54,10 @@ declare const DescribeUpdateCommand_base: {
|
|
|
54
54
|
* // update: { // Update
|
|
55
55
|
* // id: "STRING_VALUE",
|
|
56
56
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
57
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
57
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
58
58
|
* // params: [ // UpdateParams
|
|
59
59
|
* // { // UpdateParam
|
|
60
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
60
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
61
61
|
* // value: "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
@@ -55,10 +55,10 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
55
55
|
* // update: { // Update
|
|
56
56
|
* // id: "STRING_VALUE",
|
|
57
57
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
58
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
58
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
59
59
|
* // params: [ // UpdateParams
|
|
60
60
|
* // { // UpdateParam
|
|
61
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
61
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
62
62
|
* // value: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -151,6 +151,11 @@ declare const RegisterClusterCommand_base: {
|
|
|
151
151
|
* // controlPlaneInstanceType: "STRING_VALUE", // required
|
|
152
152
|
* // controlPlanePlacement: { // ControlPlanePlacementResponse
|
|
153
153
|
* // groupName: "STRING_VALUE",
|
|
154
|
+
* // spreadLevel: "host" || "rack",
|
|
155
|
+
* // },
|
|
156
|
+
* // etcdInstanceType: "STRING_VALUE",
|
|
157
|
+
* // etcdPlacement: { // EtcdPlacementResponse
|
|
158
|
+
* // spreadLevel: "host" || "rack",
|
|
154
159
|
* // },
|
|
155
160
|
* // },
|
|
156
161
|
* // accessConfig: { // AccessConfigResponse
|
|
@@ -59,10 +59,10 @@ declare const UpdateAddonCommand_base: {
|
|
|
59
59
|
* // update: { // Update
|
|
60
60
|
* // id: "STRING_VALUE",
|
|
61
61
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
62
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
62
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
66
66
|
* // value: "STRING_VALUE",
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
@@ -85,10 +85,10 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
85
85
|
* // update: { // Update
|
|
86
86
|
* // id: "STRING_VALUE",
|
|
87
87
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
88
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
88
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
89
89
|
* // params: [ // UpdateParams
|
|
90
90
|
* // { // UpdateParam
|
|
91
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
91
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
92
92
|
* // value: "STRING_VALUE",
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
@@ -169,10 +169,10 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
169
169
|
* // update: { // Update
|
|
170
170
|
* // id: "STRING_VALUE",
|
|
171
171
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
172
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
172
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
173
173
|
* // params: [ // UpdateParams
|
|
174
174
|
* // { // UpdateParam
|
|
175
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
175
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
176
176
|
* // value: "STRING_VALUE",
|
|
177
177
|
* // },
|
|
178
178
|
* // ],
|
|
@@ -61,10 +61,10 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
61
61
|
* // update: { // Update
|
|
62
62
|
* // id: "STRING_VALUE",
|
|
63
63
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
64
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
64
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
65
65
|
* // params: [ // UpdateParams
|
|
66
66
|
* // { // UpdateParam
|
|
67
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
67
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
68
68
|
* // value: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
70
|
* // ],
|
|
@@ -110,10 +110,10 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
110
110
|
* // update: { // Update
|
|
111
111
|
* // id: "STRING_VALUE",
|
|
112
112
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
113
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
113
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
114
114
|
* // params: [ // UpdateParams
|
|
115
115
|
* // { // UpdateParam
|
|
116
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
116
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
117
117
|
* // value: "STRING_VALUE",
|
|
118
118
|
* // },
|
|
119
119
|
* // ],
|
|
@@ -78,10 +78,10 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
78
78
|
* // update: { // Update
|
|
79
79
|
* // id: "STRING_VALUE",
|
|
80
80
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
81
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
81
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
|
|
82
82
|
* // params: [ // UpdateParams
|
|
83
83
|
* // { // UpdateParam
|
|
84
|
-
* // 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" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
84
|
+
* // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
|
|
85
85
|
* // value: "STRING_VALUE",
|
|
86
86
|
* // },
|
|
87
87
|
* // ],
|
|
@@ -171,6 +171,7 @@ export declare const UpdateParamType: {
|
|
|
171
171
|
readonly MAX_UNAVAILABLE: "MaxUnavailable";
|
|
172
172
|
readonly MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage";
|
|
173
173
|
readonly MIN_SIZE: "MinSize";
|
|
174
|
+
readonly NETWORK_ACCESS: "NetworkAccess";
|
|
174
175
|
readonly NODE_REPAIR_CONFIG: "NodeRepairConfig";
|
|
175
176
|
readonly NODE_REPAIR_ENABLED: "NodeRepairEnabled";
|
|
176
177
|
readonly PLATFORM_VERSION: "PlatformVersion";
|
|
@@ -180,6 +181,9 @@ export declare const UpdateParamType: {
|
|
|
180
181
|
readonly RELEASE_VERSION: "ReleaseVersion";
|
|
181
182
|
readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
|
|
182
183
|
readonly RESOLVE_CONFLICTS: "ResolveConflicts";
|
|
184
|
+
readonly ROLE_ARN: "RoleArn";
|
|
185
|
+
readonly ROLE_MAPPINGS_TO_ADD_OR_UPDATE: "RoleMappingsToAddOrUpdate";
|
|
186
|
+
readonly ROLE_MAPPINGS_TO_REMOVE: "RoleMappingsToRemove";
|
|
183
187
|
readonly SECURITY_GROUPS: "SecurityGroups";
|
|
184
188
|
readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
|
|
185
189
|
readonly STORAGE_CONFIG: "StorageConfig";
|
|
@@ -226,6 +230,7 @@ export declare const UpdateType: {
|
|
|
226
230
|
readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
|
|
227
231
|
readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
|
|
228
232
|
readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
|
|
233
|
+
readonly CAPABILITY_UPDATE: "CapabilityUpdate";
|
|
229
234
|
readonly CONFIG_UPDATE: "ConfigUpdate";
|
|
230
235
|
readonly CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate";
|
|
231
236
|
readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
|
|
@@ -351,6 +356,18 @@ export declare const LogType: {
|
|
|
351
356
|
* @public
|
|
352
357
|
*/
|
|
353
358
|
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
* @enum
|
|
362
|
+
*/
|
|
363
|
+
export declare const SpreadLevel: {
|
|
364
|
+
readonly HOST: "host";
|
|
365
|
+
readonly RACK: "rack";
|
|
366
|
+
};
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
354
371
|
/**
|
|
355
372
|
* @public
|
|
356
373
|
* @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, WarmPoolState } 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, SpreadLevel, 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
|
|
@@ -1666,6 +1666,24 @@ export interface ControlPlanePlacementRequest {
|
|
|
1666
1666
|
* @public
|
|
1667
1667
|
*/
|
|
1668
1668
|
groupName?: string | undefined;
|
|
1669
|
+
/**
|
|
1670
|
+
* <p>Optional parameter to specify the placement group spread level for control plane instances. If not provided, Amazon EKS will deploy control plane instances without a placement group.</p>
|
|
1671
|
+
* @public
|
|
1672
|
+
*/
|
|
1673
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
1674
|
+
}
|
|
1675
|
+
/**
|
|
1676
|
+
* <p>The placement configuration for the etcd instances of your local Amazon EKS
|
|
1677
|
+
* cluster on an Amazon Web Services Outpost. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
1678
|
+
* considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1679
|
+
* @public
|
|
1680
|
+
*/
|
|
1681
|
+
export interface EtcdPlacementRequest {
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>Optional parameter to specify the placement group spread level for etcd instances. If not provided, Amazon EKS will deploy etcd instances without a placement group.</p>
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1686
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
1669
1687
|
}
|
|
1670
1688
|
/**
|
|
1671
1689
|
* <p>The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a
|
|
@@ -1682,13 +1700,9 @@ export interface OutpostConfigRequest {
|
|
|
1682
1700
|
*/
|
|
1683
1701
|
outpostArns: string[] | undefined;
|
|
1684
1702
|
/**
|
|
1685
|
-
* <p>The Amazon EC2 instance type
|
|
1686
|
-
*
|
|
1687
|
-
* more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
1703
|
+
* <p>The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.</p>
|
|
1704
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
1688
1705
|
* considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1689
|
-
* <p>The instance type that you specify is used for all Kubernetes control plane instances. The
|
|
1690
|
-
* instance type can't be changed after cluster creation. The control plane is not
|
|
1691
|
-
* automatically scaled by Amazon EKS.</p>
|
|
1692
1706
|
* <p> </p>
|
|
1693
1707
|
* @public
|
|
1694
1708
|
*/
|
|
@@ -1699,6 +1713,17 @@ export interface OutpostConfigRequest {
|
|
|
1699
1713
|
* @public
|
|
1700
1714
|
*/
|
|
1701
1715
|
controlPlanePlacement?: ControlPlanePlacementRequest | undefined;
|
|
1716
|
+
/**
|
|
1717
|
+
* <p>The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.</p>
|
|
1718
|
+
* @public
|
|
1719
|
+
*/
|
|
1720
|
+
etcdInstanceType?: string | undefined;
|
|
1721
|
+
/**
|
|
1722
|
+
* <p>An object representing the placement configuration for the etcd instances of your local
|
|
1723
|
+
* Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1724
|
+
* @public
|
|
1725
|
+
*/
|
|
1726
|
+
etcdPlacement?: EtcdPlacementRequest | undefined;
|
|
1702
1727
|
}
|
|
1703
1728
|
/**
|
|
1704
1729
|
* <p>A network CIDR that can contain hybrid nodes.</p>
|
|
@@ -2368,6 +2393,24 @@ export interface ControlPlanePlacementResponse {
|
|
|
2368
2393
|
* @public
|
|
2369
2394
|
*/
|
|
2370
2395
|
groupName?: string | undefined;
|
|
2396
|
+
/**
|
|
2397
|
+
* <p>The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.</p>
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
2400
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
2401
|
+
}
|
|
2402
|
+
/**
|
|
2403
|
+
* <p>The placement configuration for the etcd instances of your local Amazon EKS
|
|
2404
|
+
* cluster on an Amazon Web Services Outpost. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
2405
|
+
* considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2406
|
+
* @public
|
|
2407
|
+
*/
|
|
2408
|
+
export interface EtcdPlacementResponse {
|
|
2409
|
+
/**
|
|
2410
|
+
* <p>The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.</p>
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
2413
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
2371
2414
|
}
|
|
2372
2415
|
/**
|
|
2373
2416
|
* <p>An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services
|
|
@@ -2382,7 +2425,7 @@ export interface OutpostConfigResponse {
|
|
|
2382
2425
|
*/
|
|
2383
2426
|
outpostArns: string[] | undefined;
|
|
2384
2427
|
/**
|
|
2385
|
-
* <p>The Amazon EC2 instance type
|
|
2428
|
+
* <p>The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. The instance type is the same for
|
|
2386
2429
|
* all control plane instances.</p>
|
|
2387
2430
|
* @public
|
|
2388
2431
|
*/
|
|
@@ -2394,6 +2437,19 @@ export interface OutpostConfigResponse {
|
|
|
2394
2437
|
* @public
|
|
2395
2438
|
*/
|
|
2396
2439
|
controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
|
|
2440
|
+
/**
|
|
2441
|
+
* <p>The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. The instance type is the same for
|
|
2442
|
+
* all etcd instances.</p>
|
|
2443
|
+
* @public
|
|
2444
|
+
*/
|
|
2445
|
+
etcdInstanceType?: string | undefined;
|
|
2446
|
+
/**
|
|
2447
|
+
* <p>An object representing the placement configuration for the etcd instances of your local
|
|
2448
|
+
* Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
2449
|
+
* considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2452
|
+
etcdPlacement?: EtcdPlacementResponse | undefined;
|
|
2397
2453
|
}
|
|
2398
2454
|
/**
|
|
2399
2455
|
* <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
|
|
@@ -147,6 +147,8 @@ export declare var EksAnywhereSubscriptionTerm$: StaticStructureSchema;
|
|
|
147
147
|
export declare var ElasticLoadBalancing$: StaticStructureSchema;
|
|
148
148
|
export declare var EncryptionConfig$: StaticStructureSchema;
|
|
149
149
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
150
|
+
export declare var EtcdPlacementRequest$: StaticStructureSchema;
|
|
151
|
+
export declare var EtcdPlacementResponse$: StaticStructureSchema;
|
|
150
152
|
export declare var FargateProfile$: StaticStructureSchema;
|
|
151
153
|
export declare var FargateProfileHealth$: StaticStructureSchema;
|
|
152
154
|
export declare var FargateProfileIssue$: StaticStructureSchema;
|
|
@@ -115,6 +115,7 @@ export declare const UpdateParamType: {
|
|
|
115
115
|
readonly MAX_UNAVAILABLE: "MaxUnavailable";
|
|
116
116
|
readonly MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage";
|
|
117
117
|
readonly MIN_SIZE: "MinSize";
|
|
118
|
+
readonly NETWORK_ACCESS: "NetworkAccess";
|
|
118
119
|
readonly NODE_REPAIR_CONFIG: "NodeRepairConfig";
|
|
119
120
|
readonly NODE_REPAIR_ENABLED: "NodeRepairEnabled";
|
|
120
121
|
readonly PLATFORM_VERSION: "PlatformVersion";
|
|
@@ -124,6 +125,9 @@ export declare const UpdateParamType: {
|
|
|
124
125
|
readonly RELEASE_VERSION: "ReleaseVersion";
|
|
125
126
|
readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
|
|
126
127
|
readonly RESOLVE_CONFLICTS: "ResolveConflicts";
|
|
128
|
+
readonly ROLE_ARN: "RoleArn";
|
|
129
|
+
readonly ROLE_MAPPINGS_TO_ADD_OR_UPDATE: "RoleMappingsToAddOrUpdate";
|
|
130
|
+
readonly ROLE_MAPPINGS_TO_REMOVE: "RoleMappingsToRemove";
|
|
127
131
|
readonly SECURITY_GROUPS: "SecurityGroups";
|
|
128
132
|
readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
|
|
129
133
|
readonly STORAGE_CONFIG: "StorageConfig";
|
|
@@ -157,6 +161,7 @@ export declare const UpdateType: {
|
|
|
157
161
|
readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
|
|
158
162
|
readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
|
|
159
163
|
readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
|
|
164
|
+
readonly CAPABILITY_UPDATE: "CapabilityUpdate";
|
|
160
165
|
readonly CONFIG_UPDATE: "ConfigUpdate";
|
|
161
166
|
readonly CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate";
|
|
162
167
|
readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
|
|
@@ -229,6 +234,11 @@ export declare const LogType: {
|
|
|
229
234
|
readonly SCHEDULER: "scheduler";
|
|
230
235
|
};
|
|
231
236
|
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
237
|
+
export declare const SpreadLevel: {
|
|
238
|
+
readonly HOST: "host";
|
|
239
|
+
readonly RACK: "rack";
|
|
240
|
+
};
|
|
241
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
232
242
|
export declare const SupportType: {
|
|
233
243
|
readonly EXTENDED: "EXTENDED";
|
|
234
244
|
readonly STANDARD: "STANDARD";
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
ProvisionedControlPlaneTier,
|
|
33
33
|
RepairAction,
|
|
34
34
|
ResolveConflicts,
|
|
35
|
+
SpreadLevel,
|
|
35
36
|
SsoIdentityType,
|
|
36
37
|
SupportType,
|
|
37
38
|
TaintEffect,
|
|
@@ -339,11 +340,17 @@ export interface Logging {
|
|
|
339
340
|
}
|
|
340
341
|
export interface ControlPlanePlacementRequest {
|
|
341
342
|
groupName?: string | undefined;
|
|
343
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface EtcdPlacementRequest {
|
|
346
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
342
347
|
}
|
|
343
348
|
export interface OutpostConfigRequest {
|
|
344
349
|
outpostArns: string[] | undefined;
|
|
345
350
|
controlPlaneInstanceType: string | undefined;
|
|
346
351
|
controlPlanePlacement?: ControlPlanePlacementRequest | undefined;
|
|
352
|
+
etcdInstanceType?: string | undefined;
|
|
353
|
+
etcdPlacement?: EtcdPlacementRequest | undefined;
|
|
347
354
|
}
|
|
348
355
|
export interface RemoteNodeNetwork {
|
|
349
356
|
cidrs?: string[] | undefined;
|
|
@@ -432,11 +439,17 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
432
439
|
}
|
|
433
440
|
export interface ControlPlanePlacementResponse {
|
|
434
441
|
groupName?: string | undefined;
|
|
442
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface EtcdPlacementResponse {
|
|
445
|
+
spreadLevel?: SpreadLevel | undefined;
|
|
435
446
|
}
|
|
436
447
|
export interface OutpostConfigResponse {
|
|
437
448
|
outpostArns: string[] | undefined;
|
|
438
449
|
controlPlaneInstanceType: string | undefined;
|
|
439
450
|
controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
|
|
451
|
+
etcdInstanceType?: string | undefined;
|
|
452
|
+
etcdPlacement?: EtcdPlacementResponse | undefined;
|
|
440
453
|
}
|
|
441
454
|
export interface RemoteNetworkConfigResponse {
|
|
442
455
|
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
@@ -146,6 +146,8 @@ export declare var EksAnywhereSubscriptionTerm$: StaticStructureSchema;
|
|
|
146
146
|
export declare var ElasticLoadBalancing$: StaticStructureSchema;
|
|
147
147
|
export declare var EncryptionConfig$: StaticStructureSchema;
|
|
148
148
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
149
|
+
export declare var EtcdPlacementRequest$: StaticStructureSchema;
|
|
150
|
+
export declare var EtcdPlacementResponse$: StaticStructureSchema;
|
|
149
151
|
export declare var FargateProfile$: StaticStructureSchema;
|
|
150
152
|
export declare var FargateProfileHealth$: StaticStructureSchema;
|
|
151
153
|
export declare var FargateProfileIssue$: StaticStructureSchema;
|
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.1068.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",
|