@aws-sdk/client-eks 3.1071.0 → 3.1072.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 CHANGED
@@ -1420,6 +1420,7 @@ const UpdateParamType = {
1420
1420
  CLUSTER_LOGGING: "ClusterLogging",
1421
1421
  COMPUTE_CONFIG: "ComputeConfig",
1422
1422
  CONFIGURATION_VALUES: "ConfigurationValues",
1423
+ CONTROL_PLANE_EGRESS_MODE: "ControlPlaneEgressMode",
1423
1424
  DELETION_PROTECTION: "DeletionProtection",
1424
1425
  DESIRED_SIZE: "DesiredSize",
1425
1426
  ENCRYPTION_CONFIG: "EncryptionConfig",
@@ -1480,6 +1481,7 @@ const UpdateType = {
1480
1481
  AUTO_MODE_UPDATE: "AutoModeUpdate",
1481
1482
  CAPABILITY_UPDATE: "CapabilityUpdate",
1482
1483
  CONFIG_UPDATE: "ConfigUpdate",
1484
+ CONTROL_PLANE_EGRESS_UPDATE: "ControlPlaneEgressUpdate",
1483
1485
  CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate",
1484
1486
  DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
1485
1487
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
@@ -1540,6 +1542,11 @@ const SpreadLevel = {
1540
1542
  HOST: "host",
1541
1543
  RACK: "rack",
1542
1544
  };
1545
+ const ControlPlaneEgressModeType = {
1546
+ AWS_MANAGED: "AWS_MANAGED",
1547
+ CUSTOMER_ISOLATED: "CUSTOMER_ISOLATED",
1548
+ CUSTOMER_ROUTED: "CUSTOMER_ROUTED",
1549
+ };
1543
1550
  const SupportType = {
1544
1551
  EXTENDED: "EXTENDED",
1545
1552
  STANDARD: "STANDARD",
@@ -1733,6 +1740,7 @@ exports.ClusterStatus = ClusterStatus;
1733
1740
  exports.ClusterVersionStatus = ClusterVersionStatus;
1734
1741
  exports.ConfigStatus = ConfigStatus;
1735
1742
  exports.ConnectorConfigProvider = ConnectorConfigProvider;
1743
+ exports.ControlPlaneEgressModeType = ControlPlaneEgressModeType;
1736
1744
  exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
1737
1745
  exports.CreateAddonCommand = CreateAddonCommand;
1738
1746
  exports.CreateCapabilityCommand = CreateCapabilityCommand;
@@ -400,6 +400,7 @@ const _cI = "clientId";
400
400
  const _cL = "clusterLogging";
401
401
  const _cN = "clusterName";
402
402
  const _cNa = "capabilityName";
403
+ const _cPEM = "controlPlaneEgressMode";
403
404
  const _cPIT = "controlPlaneInstanceType";
404
405
  const _cPP = "controlPlanePlacement";
405
406
  const _cPSC = "controlPlaneScalingConfig";
@@ -2182,14 +2183,14 @@ const UpgradePolicyResponse$ = [3, n0, _UPRp,
2182
2183
  exports.UpgradePolicyResponse$ = UpgradePolicyResponse$;
2183
2184
  const VpcConfigRequest$ = [3, n0, _VCR,
2184
2185
  0,
2185
- [_sIu, _sGI, _ePA, _ePAn, _pAC],
2186
- [64 | 0, 64 | 0, 2, 2, 64 | 0]
2186
+ [_sIu, _sGI, _ePA, _ePAn, _pAC, _cPEM],
2187
+ [64 | 0, 64 | 0, 2, 2, 64 | 0, 0]
2187
2188
  ];
2188
2189
  exports.VpcConfigRequest$ = VpcConfigRequest$;
2189
2190
  const VpcConfigResponse$ = [3, n0, _VCRp,
2190
2191
  0,
2191
- [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
2192
- [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0]
2192
+ [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC, _cPEM],
2193
+ [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0, 0]
2193
2194
  ];
2194
2195
  exports.VpcConfigResponse$ = VpcConfigResponse$;
2195
2196
  const WarmPoolConfig$ = [3, n0, _WPC,
@@ -88,6 +88,7 @@ export const UpdateParamType = {
88
88
  CLUSTER_LOGGING: "ClusterLogging",
89
89
  COMPUTE_CONFIG: "ComputeConfig",
90
90
  CONFIGURATION_VALUES: "ConfigurationValues",
91
+ CONTROL_PLANE_EGRESS_MODE: "ControlPlaneEgressMode",
91
92
  DELETION_PROTECTION: "DeletionProtection",
92
93
  DESIRED_SIZE: "DesiredSize",
93
94
  ENCRYPTION_CONFIG: "EncryptionConfig",
@@ -148,6 +149,7 @@ export const UpdateType = {
148
149
  AUTO_MODE_UPDATE: "AutoModeUpdate",
149
150
  CAPABILITY_UPDATE: "CapabilityUpdate",
150
151
  CONFIG_UPDATE: "ConfigUpdate",
152
+ CONTROL_PLANE_EGRESS_UPDATE: "ControlPlaneEgressUpdate",
151
153
  CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate",
152
154
  DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
153
155
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
@@ -208,6 +210,11 @@ export const SpreadLevel = {
208
210
  HOST: "host",
209
211
  RACK: "rack",
210
212
  };
213
+ export const ControlPlaneEgressModeType = {
214
+ AWS_MANAGED: "AWS_MANAGED",
215
+ CUSTOMER_ISOLATED: "CUSTOMER_ISOLATED",
216
+ CUSTOMER_ROUTED: "CUSTOMER_ROUTED",
217
+ };
211
218
  export const SupportType = {
212
219
  EXTENDED: "EXTENDED",
213
220
  STANDARD: "STANDARD",
@@ -400,6 +400,7 @@ const _cI = "clientId";
400
400
  const _cL = "clusterLogging";
401
401
  const _cN = "clusterName";
402
402
  const _cNa = "capabilityName";
403
+ const _cPEM = "controlPlaneEgressMode";
403
404
  const _cPIT = "controlPlaneInstanceType";
404
405
  const _cPP = "controlPlanePlacement";
405
406
  const _cPSC = "controlPlaneScalingConfig";
@@ -1930,13 +1931,13 @@ export var UpgradePolicyResponse$ = [3, n0, _UPRp,
1930
1931
  ];
1931
1932
  export var VpcConfigRequest$ = [3, n0, _VCR,
1932
1933
  0,
1933
- [_sIu, _sGI, _ePA, _ePAn, _pAC],
1934
- [64 | 0, 64 | 0, 2, 2, 64 | 0]
1934
+ [_sIu, _sGI, _ePA, _ePAn, _pAC, _cPEM],
1935
+ [64 | 0, 64 | 0, 2, 2, 64 | 0, 0]
1935
1936
  ];
1936
1937
  export var VpcConfigResponse$ = [3, n0, _VCRp,
1937
1938
  0,
1938
- [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
1939
- [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0]
1939
+ [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC, _cPEM],
1940
+ [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0, 0]
1940
1941
  ];
1941
1942
  export var WarmPoolConfig$ = [3, n0, _WPC,
1942
1943
  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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
64
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
73
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
77
77
  * // value: "STRING_VALUE",
78
78
  * // },
79
79
  * // ],
@@ -92,6 +92,7 @@ declare const CreateClusterCommand_base: {
92
92
  * publicAccessCidrs: [
93
93
  * "STRING_VALUE",
94
94
  * ],
95
+ * controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
95
96
  * },
96
97
  * kubernetesNetworkConfig: { // KubernetesNetworkConfigRequest
97
98
  * serviceIpv4Cidr: "STRING_VALUE",
@@ -200,6 +201,7 @@ declare const CreateClusterCommand_base: {
200
201
  * // publicAccessCidrs: [
201
202
  * // "STRING_VALUE",
202
203
  * // ],
204
+ * // controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
203
205
  * // },
204
206
  * // kubernetesNetworkConfig: { // KubernetesNetworkConfigResponse
205
207
  * // serviceIpv4Cidr: "STRING_VALUE",
@@ -73,6 +73,7 @@ declare const DeleteClusterCommand_base: {
73
73
  * // publicAccessCidrs: [
74
74
  * // "STRING_VALUE",
75
75
  * // ],
76
+ * // controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
76
77
  * // },
77
78
  * // kubernetesNetworkConfig: { // KubernetesNetworkConfigResponse
78
79
  * // serviceIpv4Cidr: "STRING_VALUE",
@@ -67,6 +67,7 @@ declare const DeregisterClusterCommand_base: {
67
67
  * // publicAccessCidrs: [
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
+ * // controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
70
71
  * // },
71
72
  * // kubernetesNetworkConfig: { // KubernetesNetworkConfigResponse
72
73
  * // serviceIpv4Cidr: "STRING_VALUE",
@@ -73,6 +73,7 @@ declare const DescribeClusterCommand_base: {
73
73
  * // publicAccessCidrs: [
74
74
  * // "STRING_VALUE",
75
75
  * // ],
76
+ * // controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
76
77
  * // },
77
78
  * // kubernetesNetworkConfig: { // KubernetesNetworkConfigResponse
78
79
  * // serviceIpv4Cidr: "STRING_VALUE",
@@ -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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
57
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
58
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
62
62
  * // value: "STRING_VALUE",
63
63
  * // },
64
64
  * // ],
@@ -86,6 +86,7 @@ declare const RegisterClusterCommand_base: {
86
86
  * // publicAccessCidrs: [
87
87
  * // "STRING_VALUE",
88
88
  * // ],
89
+ * // controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
89
90
  * // },
90
91
  * // kubernetesNetworkConfig: { // KubernetesNetworkConfigResponse
91
92
  * // serviceIpv4Cidr: "STRING_VALUE",
@@ -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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
62
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
88
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
92
92
  * // value: "STRING_VALUE",
93
93
  * // },
94
94
  * // ],
@@ -104,6 +104,7 @@ declare const UpdateClusterConfigCommand_base: {
104
104
  * publicAccessCidrs: [
105
105
  * "STRING_VALUE",
106
106
  * ],
107
+ * controlPlaneEgressMode: "AWS_MANAGED" || "CUSTOMER_ROUTED" || "CUSTOMER_ISOLATED",
107
108
  * },
108
109
  * logging: { // Logging
109
110
  * clusterLogging: [ // LogSetups
@@ -169,10 +170,10 @@ declare const UpdateClusterConfigCommand_base: {
169
170
  * // update: { // Update
170
171
  * // id: "STRING_VALUE",
171
172
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
172
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
173
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
173
174
  * // params: [ // UpdateParams
174
175
  * // { // 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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn",
176
+ * // 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" || "ControlPlaneEgressMode",
176
177
  * // value: "STRING_VALUE",
177
178
  * // },
178
179
  * // ],
@@ -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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
64
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
113
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
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" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate",
81
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
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" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "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" || "ControlPlaneEgressMode",
85
85
  * // value: "STRING_VALUE",
86
86
  * // },
87
87
  * // ],
@@ -156,6 +156,7 @@ export declare const UpdateParamType: {
156
156
  readonly CLUSTER_LOGGING: "ClusterLogging";
157
157
  readonly COMPUTE_CONFIG: "ComputeConfig";
158
158
  readonly CONFIGURATION_VALUES: "ConfigurationValues";
159
+ readonly CONTROL_PLANE_EGRESS_MODE: "ControlPlaneEgressMode";
159
160
  readonly DELETION_PROTECTION: "DeletionProtection";
160
161
  readonly DESIRED_SIZE: "DesiredSize";
161
162
  readonly ENCRYPTION_CONFIG: "EncryptionConfig";
@@ -232,6 +233,7 @@ export declare const UpdateType: {
232
233
  readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
233
234
  readonly CAPABILITY_UPDATE: "CapabilityUpdate";
234
235
  readonly CONFIG_UPDATE: "ConfigUpdate";
236
+ readonly CONTROL_PLANE_EGRESS_UPDATE: "ControlPlaneEgressUpdate";
235
237
  readonly CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate";
236
238
  readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
237
239
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
@@ -368,6 +370,19 @@ export declare const SpreadLevel: {
368
370
  * @public
369
371
  */
370
372
  export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
373
+ /**
374
+ * @public
375
+ * @enum
376
+ */
377
+ export declare const ControlPlaneEgressModeType: {
378
+ readonly AWS_MANAGED: "AWS_MANAGED";
379
+ readonly CUSTOMER_ISOLATED: "CUSTOMER_ISOLATED";
380
+ readonly CUSTOMER_ROUTED: "CUSTOMER_ROUTED";
381
+ };
382
+ /**
383
+ * @public
384
+ */
385
+ export type ControlPlaneEgressModeType = (typeof ControlPlaneEgressModeType)[keyof typeof ControlPlaneEgressModeType];
371
386
  /**
372
387
  * @public
373
388
  * @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, SpreadLevel, 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, ControlPlaneEgressModeType, 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
@@ -1986,6 +1986,23 @@ export interface VpcConfigRequest {
1986
1986
  * @public
1987
1987
  */
1988
1988
  publicAccessCidrs?: string[] | undefined;
1989
+ /**
1990
+ * <p>Specifies the control plane egress routing mode for the cluster. If the cluster is set
1991
+ * to <code>AWS_MANAGED</code>, Amazon EKS manages the egress path from the control plane
1992
+ * and you don't need to configure NAT gateways or other routing infrastructure for control
1993
+ * plane traffic. If the cluster is set to <code>CUSTOMER_ROUTED</code>, you manage the
1994
+ * egress path from the control plane in your VPC subnets. You are responsible for ensuring
1995
+ * that the control plane can reach required endpoints such as webhook servers and OIDC
1996
+ * providers. The default value is <code>AWS_MANAGED</code>. Once set to
1997
+ * <code>CUSTOMER_ROUTED</code>, this setting cannot be changed back to
1998
+ * <code>AWS_MANAGED</code> on the same cluster.</p>
1999
+ * <p>
2000
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html">Learn more about control plane
2001
+ * egress routing in the <i>Amazon EKS User Guide</i>.</a>
2002
+ * </p>
2003
+ * @public
2004
+ */
2005
+ controlPlaneEgressMode?: ControlPlaneEgressModeType | undefined;
1989
2006
  }
1990
2007
  /**
1991
2008
  * <p>Indicates the current configuration of the block storage capability on your EKS Auto
@@ -2532,6 +2549,18 @@ export interface VpcConfigResponse {
2532
2549
  * @public
2533
2550
  */
2534
2551
  publicAccessCidrs?: string[] | undefined;
2552
+ /**
2553
+ * <p>The current control plane egress routing mode for the cluster. If the cluster is set
2554
+ * to <code>AWS_MANAGED</code>, Amazon EKS manages the egress path from the control plane.
2555
+ * If the cluster is set to <code>CUSTOMER_ROUTED</code>, you manage the egress path from
2556
+ * the control plane in your VPC subnets.</p>
2557
+ * <p>
2558
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html">Learn more about control plane
2559
+ * egress routing in the <i>Amazon EKS User Guide</i>.</a>
2560
+ * </p>
2561
+ * @public
2562
+ */
2563
+ controlPlaneEgressMode?: ControlPlaneEgressModeType | undefined;
2535
2564
  }
2536
2565
  /**
2537
2566
  * <p>Indicates the status of the request to update the block storage capability of your EKS
@@ -6658,7 +6687,9 @@ export interface UpdateClusterConfigRequest {
6658
6687
  */
6659
6688
  name: string | undefined;
6660
6689
  /**
6661
- * <p>An object representing the VPC configuration to use for an Amazon EKS cluster.</p>
6690
+ * <p>An object representing the VPC configuration to use for the cluster update. You can
6691
+ * use this parameter to update the control plane egress mode, the subnets used by the
6692
+ * cluster, the security groups, and the endpoint access settings.</p>
6662
6693
  * @public
6663
6694
  */
6664
6695
  resourcesVpcConfig?: VpcConfigRequest | undefined;
@@ -100,6 +100,7 @@ export declare const UpdateParamType: {
100
100
  readonly CLUSTER_LOGGING: "ClusterLogging";
101
101
  readonly COMPUTE_CONFIG: "ComputeConfig";
102
102
  readonly CONFIGURATION_VALUES: "ConfigurationValues";
103
+ readonly CONTROL_PLANE_EGRESS_MODE: "ControlPlaneEgressMode";
103
104
  readonly DELETION_PROTECTION: "DeletionProtection";
104
105
  readonly DESIRED_SIZE: "DesiredSize";
105
106
  readonly ENCRYPTION_CONFIG: "EncryptionConfig";
@@ -163,6 +164,7 @@ export declare const UpdateType: {
163
164
  readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
164
165
  readonly CAPABILITY_UPDATE: "CapabilityUpdate";
165
166
  readonly CONFIG_UPDATE: "ConfigUpdate";
167
+ readonly CONTROL_PLANE_EGRESS_UPDATE: "ControlPlaneEgressUpdate";
166
168
  readonly CONTROL_PLANE_SCALING_CONFIG_UPDATE: "ControlPlaneScalingConfigUpdate";
167
169
  readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
168
170
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
@@ -239,6 +241,13 @@ export declare const SpreadLevel: {
239
241
  readonly RACK: "rack";
240
242
  };
241
243
  export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
244
+ export declare const ControlPlaneEgressModeType: {
245
+ readonly AWS_MANAGED: "AWS_MANAGED";
246
+ readonly CUSTOMER_ISOLATED: "CUSTOMER_ISOLATED";
247
+ readonly CUSTOMER_ROUTED: "CUSTOMER_ROUTED";
248
+ };
249
+ export type ControlPlaneEgressModeType =
250
+ (typeof ControlPlaneEgressModeType)[keyof typeof ControlPlaneEgressModeType];
242
251
  export declare const SupportType: {
243
252
  readonly EXTENDED: "EXTENDED";
244
253
  readonly STANDARD: "STANDARD";
@@ -16,6 +16,7 @@ import {
16
16
  ClusterVersionStatus,
17
17
  ConfigStatus,
18
18
  ConnectorConfigProvider,
19
+ ControlPlaneEgressModeType,
19
20
  EksAnywhereSubscriptionLicenseType,
20
21
  EksAnywhereSubscriptionStatus,
21
22
  EksAnywhereSubscriptionTermUnit,
@@ -368,6 +369,7 @@ export interface VpcConfigRequest {
368
369
  endpointPublicAccess?: boolean | undefined;
369
370
  endpointPrivateAccess?: boolean | undefined;
370
371
  publicAccessCidrs?: string[] | undefined;
372
+ controlPlaneEgressMode?: ControlPlaneEgressModeType | undefined;
371
373
  }
372
374
  export interface BlockStorage {
373
375
  enabled?: boolean | undefined;
@@ -463,6 +465,7 @@ export interface VpcConfigResponse {
463
465
  endpointPublicAccess?: boolean | undefined;
464
466
  endpointPrivateAccess?: boolean | undefined;
465
467
  publicAccessCidrs?: string[] | undefined;
468
+ controlPlaneEgressMode?: ControlPlaneEgressModeType | undefined;
466
469
  }
467
470
  export interface StorageConfigResponse {
468
471
  blockStorage?: BlockStorage | undefined;
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.1071.0",
4
+ "version": "3.1072.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",