aws-sdk-eks 1.168.0 → 1.170.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02e079a42862e25b99ca690a0af82ff80e611e8f50ff185e66c2f25b9ed859e5
4
- data.tar.gz: d630175c19640a7096bd052d49c17a5df9928706db6576d3c9992f083ece7382
3
+ metadata.gz: 1aea106f81e79f9777802cded21938c0e890181996ccd759755d329178d662a4
4
+ data.tar.gz: 0dc1bbc4cbaa66b163b737ce77af3196cceffe9f329b34f8d360918a8672c6d4
5
5
  SHA512:
6
- metadata.gz: 4411f79012d078edac0cbef2cfe98209800c73d6bca9f6b7ba0a3971d5a55c1c6aac88ab6e353ae0f2329b7d5e7249be9207c05fe68cef36e65f77f8d12d98fa
7
- data.tar.gz: 464e2748021ecbc3fc3f604dd87d1e0f0a4c52b10f3cd4303704eb15783374952a188dee397f6519f1aa899671194bb6514bee93516b021286c25f7cd7134f9a
6
+ metadata.gz: fad71a5328434664eb1d312f661e49de598cd02904251ac37f8c6441bd87e349665d259098ca3298c4eaac1b4c5cfa6864a0d2f0fbd0e7241cf897e437127ab4
7
+ data.tar.gz: f4fb387bd26c2241320302eafa9b41d39987385f30b1246ce4537bdd201ce11053c531a8387781c428d3ee4684432ccc3e88f4c6c317d7e5fca60d3e6aa70522
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.170.0 (2026-06-18)
5
+ ------------------
6
+
7
+ * Feature - Adds support for configurable control plane egress routing in Amazon EKS, allowing you to route control plane egress traffic through your VPC and control how the control plane reaches resources in your network such as webhook servers and OIDC providers.
8
+
9
+ 1.169.0 (2026-06-12)
10
+ ------------------
11
+
12
+ * Feature - Patches missing enum values for EKS updates
13
+
4
14
  1.168.0 (2026-06-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.168.0
1
+ 1.170.0
@@ -579,9 +579,9 @@ module Aws::EKS
579
579
  #
580
580
  # resp.update.id #=> String
581
581
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
582
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
582
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
583
583
  # resp.update.params #=> Array
584
- # resp.update.params[0].type #=> String, one of "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"
584
+ # resp.update.params[0].type #=> String, one of "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"
585
585
  # resp.update.params[0].value #=> String
586
586
  # resp.update.created_at #=> Time
587
587
  # resp.update.errors #=> Array
@@ -663,9 +663,9 @@ module Aws::EKS
663
663
  #
664
664
  # resp.update.id #=> String
665
665
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
666
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
666
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
667
667
  # resp.update.params #=> Array
668
- # resp.update.params[0].type #=> String, one of "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"
668
+ # resp.update.params[0].type #=> String, one of "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"
669
669
  # resp.update.params[0].value #=> String
670
670
  # resp.update.created_at #=> Time
671
671
  # resp.update.errors #=> Array
@@ -1456,6 +1456,7 @@ module Aws::EKS
1456
1456
  # endpoint_public_access: false,
1457
1457
  # endpoint_private_access: false,
1458
1458
  # public_access_cidrs: ["String"],
1459
+ # control_plane_egress_mode: "AWS_MANAGED", # accepts AWS_MANAGED, CUSTOMER_ROUTED, CUSTOMER_ISOLATED
1459
1460
  # },
1460
1461
  # kubernetes_network_config: {
1461
1462
  # service_ipv_4_cidr: "String",
@@ -1553,6 +1554,7 @@ module Aws::EKS
1553
1554
  # resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
1554
1555
  # resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
1555
1556
  # resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
1557
+ # resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
1556
1558
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
1557
1559
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
1558
1560
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
@@ -2650,6 +2652,7 @@ module Aws::EKS
2650
2652
  # resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
2651
2653
  # resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
2652
2654
  # resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
2655
+ # resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
2653
2656
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
2654
2657
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
2655
2658
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
@@ -3005,6 +3008,7 @@ module Aws::EKS
3005
3008
  # resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
3006
3009
  # resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
3007
3010
  # resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
3011
+ # resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
3008
3012
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
3009
3013
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
3010
3014
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
@@ -3471,6 +3475,7 @@ module Aws::EKS
3471
3475
  # resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
3472
3476
  # resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
3473
3477
  # resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
3478
+ # resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
3474
3479
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
3475
3480
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
3476
3481
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
@@ -4054,9 +4059,9 @@ module Aws::EKS
4054
4059
  #
4055
4060
  # resp.update.id #=> String
4056
4061
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4057
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
4062
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
4058
4063
  # resp.update.params #=> Array
4059
- # resp.update.params[0].type #=> String, one of "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"
4064
+ # resp.update.params[0].type #=> String, one of "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"
4060
4065
  # resp.update.params[0].value #=> String
4061
4066
  # resp.update.created_at #=> Time
4062
4067
  # resp.update.errors #=> Array
@@ -4143,9 +4148,9 @@ module Aws::EKS
4143
4148
  #
4144
4149
  # resp.update.id #=> String
4145
4150
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4146
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
4151
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
4147
4152
  # resp.update.params #=> Array
4148
- # resp.update.params[0].type #=> String, one of "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"
4153
+ # resp.update.params[0].type #=> String, one of "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"
4149
4154
  # resp.update.params[0].value #=> String
4150
4155
  # resp.update.created_at #=> Time
4151
4156
  # resp.update.errors #=> Array
@@ -5143,6 +5148,7 @@ module Aws::EKS
5143
5148
  # resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
5144
5149
  # resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
5145
5150
  # resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
5151
+ # resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
5146
5152
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
5147
5153
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
5148
5154
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
@@ -5498,9 +5504,9 @@ module Aws::EKS
5498
5504
  #
5499
5505
  # resp.update.id #=> String
5500
5506
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5501
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
5507
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
5502
5508
  # resp.update.params #=> Array
5503
- # resp.update.params[0].type #=> String, one of "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"
5509
+ # resp.update.params[0].type #=> String, one of "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"
5504
5510
  # resp.update.params[0].value #=> String
5505
5511
  # resp.update.created_at #=> Time
5506
5512
  # resp.update.errors #=> Array
@@ -5607,9 +5613,9 @@ module Aws::EKS
5607
5613
  #
5608
5614
  # resp.update.id #=> String
5609
5615
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5610
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
5616
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
5611
5617
  # resp.update.params #=> Array
5612
- # resp.update.params[0].type #=> String, one of "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"
5618
+ # resp.update.params[0].type #=> String, one of "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"
5613
5619
  # resp.update.params[0].value #=> String
5614
5620
  # resp.update.created_at #=> Time
5615
5621
  # resp.update.errors #=> Array
@@ -5689,8 +5695,10 @@ module Aws::EKS
5689
5695
  # The name of the Amazon EKS cluster to update.
5690
5696
  #
5691
5697
  # @option params [Types::VpcConfigRequest] :resources_vpc_config
5692
- # An object representing the VPC configuration to use for an Amazon EKS
5693
- # cluster.
5698
+ # An object representing the VPC configuration to use for the cluster
5699
+ # update. You can use this parameter to update the control plane egress
5700
+ # mode, the subnets used by the cluster, the security groups, and the
5701
+ # endpoint access settings.
5694
5702
  #
5695
5703
  # @option params [Types::Logging] :logging
5696
5704
  # Enable or disable exporting the Kubernetes control plane logs for your
@@ -5791,6 +5799,7 @@ module Aws::EKS
5791
5799
  # endpoint_public_access: false,
5792
5800
  # endpoint_private_access: false,
5793
5801
  # public_access_cidrs: ["String"],
5802
+ # control_plane_egress_mode: "AWS_MANAGED", # accepts AWS_MANAGED, CUSTOMER_ROUTED, CUSTOMER_ISOLATED
5794
5803
  # },
5795
5804
  # logging: {
5796
5805
  # cluster_logging: [
@@ -5849,9 +5858,9 @@ module Aws::EKS
5849
5858
  #
5850
5859
  # resp.update.id #=> String
5851
5860
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5852
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
5861
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
5853
5862
  # resp.update.params #=> Array
5854
- # resp.update.params[0].type #=> String, one of "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"
5863
+ # resp.update.params[0].type #=> String, one of "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"
5855
5864
  # resp.update.params[0].value #=> String
5856
5865
  # resp.update.created_at #=> Time
5857
5866
  # resp.update.errors #=> Array
@@ -5922,9 +5931,9 @@ module Aws::EKS
5922
5931
  #
5923
5932
  # resp.update.id #=> String
5924
5933
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5925
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
5934
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
5926
5935
  # resp.update.params #=> Array
5927
- # resp.update.params[0].type #=> String, one of "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"
5936
+ # resp.update.params[0].type #=> String, one of "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"
5928
5937
  # resp.update.params[0].value #=> String
5929
5938
  # resp.update.created_at #=> Time
5930
5939
  # resp.update.errors #=> Array
@@ -6123,9 +6132,9 @@ module Aws::EKS
6123
6132
  #
6124
6133
  # resp.update.id #=> String
6125
6134
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
6126
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
6135
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
6127
6136
  # resp.update.params #=> Array
6128
- # resp.update.params[0].type #=> String, one of "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"
6137
+ # resp.update.params[0].type #=> String, one of "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"
6129
6138
  # resp.update.params[0].value #=> String
6130
6139
  # resp.update.created_at #=> Time
6131
6140
  # resp.update.errors #=> Array
@@ -6270,9 +6279,9 @@ module Aws::EKS
6270
6279
  #
6271
6280
  # resp.update.id #=> String
6272
6281
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
6273
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
6282
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate"
6274
6283
  # resp.update.params #=> Array
6275
- # resp.update.params[0].type #=> String, one of "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"
6284
+ # resp.update.params[0].type #=> String, one of "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"
6276
6285
  # resp.update.params[0].value #=> String
6277
6286
  # resp.update.created_at #=> Time
6278
6287
  # resp.update.errors #=> Array
@@ -6457,7 +6466,7 @@ module Aws::EKS
6457
6466
  tracer: tracer
6458
6467
  )
6459
6468
  context[:gem_name] = 'aws-sdk-eks'
6460
- context[:gem_version] = '1.168.0'
6469
+ context[:gem_version] = '1.170.0'
6461
6470
  Seahorse::Client::Request.new(handlers, context)
6462
6471
  end
6463
6472
 
@@ -103,6 +103,7 @@ module Aws::EKS
103
103
  ConnectorConfigProvider = Shapes::StringShape.new(name: 'ConnectorConfigProvider')
104
104
  ConnectorConfigRequest = Shapes::StructureShape.new(name: 'ConnectorConfigRequest')
105
105
  ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
106
+ ControlPlaneEgressModeType = Shapes::StringShape.new(name: 'ControlPlaneEgressModeType')
106
107
  ControlPlanePlacementRequest = Shapes::StructureShape.new(name: 'ControlPlanePlacementRequest')
107
108
  ControlPlanePlacementResponse = Shapes::StructureShape.new(name: 'ControlPlanePlacementResponse')
108
109
  ControlPlaneScalingConfig = Shapes::StructureShape.new(name: 'ControlPlaneScalingConfig')
@@ -1813,6 +1814,7 @@ module Aws::EKS
1813
1814
  VpcConfigRequest.add_member(:endpoint_public_access, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "endpointPublicAccess"))
1814
1815
  VpcConfigRequest.add_member(:endpoint_private_access, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "endpointPrivateAccess"))
1815
1816
  VpcConfigRequest.add_member(:public_access_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "publicAccessCidrs"))
1817
+ VpcConfigRequest.add_member(:control_plane_egress_mode, Shapes::ShapeRef.new(shape: ControlPlaneEgressModeType, location_name: "controlPlaneEgressMode"))
1816
1818
  VpcConfigRequest.struct_class = Types::VpcConfigRequest
1817
1819
 
1818
1820
  VpcConfigResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "subnetIds"))
@@ -1822,6 +1824,7 @@ module Aws::EKS
1822
1824
  VpcConfigResponse.add_member(:endpoint_public_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "endpointPublicAccess"))
1823
1825
  VpcConfigResponse.add_member(:endpoint_private_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "endpointPrivateAccess"))
1824
1826
  VpcConfigResponse.add_member(:public_access_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "publicAccessCidrs"))
1827
+ VpcConfigResponse.add_member(:control_plane_egress_mode, Shapes::ShapeRef.new(shape: ControlPlaneEgressModeType, location_name: "controlPlaneEgressMode"))
1825
1828
  VpcConfigResponse.struct_class = Types::VpcConfigResponse
1826
1829
 
1827
1830
  WarmPoolConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
@@ -8034,8 +8034,10 @@ module Aws::EKS
8034
8034
  # @return [String]
8035
8035
  #
8036
8036
  # @!attribute [rw] resources_vpc_config
8037
- # An object representing the VPC configuration to use for an Amazon
8038
- # EKS cluster.
8037
+ # An object representing the VPC configuration to use for the cluster
8038
+ # update. You can use this parameter to update the control plane
8039
+ # egress mode, the subnets used by the cluster, the security groups,
8040
+ # and the endpoint access settings.
8039
8041
  # @return [Types::VpcConfigRequest]
8040
8042
  #
8041
8043
  # @!attribute [rw] logging
@@ -8768,6 +8770,26 @@ module Aws::EKS
8768
8770
  # [1]: https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html
8769
8771
  # @return [Array<String>]
8770
8772
  #
8773
+ # @!attribute [rw] control_plane_egress_mode
8774
+ # Specifies the control plane egress routing mode for the cluster. If
8775
+ # the cluster is set to `AWS_MANAGED`, Amazon EKS manages the egress
8776
+ # path from the control plane and you don't need to configure NAT
8777
+ # gateways or other routing infrastructure for control plane traffic.
8778
+ # If the cluster is set to `CUSTOMER_ROUTED`, you manage the egress
8779
+ # path from the control plane in your VPC subnets. You are responsible
8780
+ # for ensuring that the control plane can reach required endpoints
8781
+ # such as webhook servers and OIDC providers. The default value is
8782
+ # `AWS_MANAGED`. Once set to `CUSTOMER_ROUTED`, this setting cannot be
8783
+ # changed back to `AWS_MANAGED` on the same cluster.
8784
+ #
8785
+ # [Learn more about control plane egress routing in the *Amazon EKS
8786
+ # User Guide*.][1]
8787
+ #
8788
+ #
8789
+ #
8790
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html
8791
+ # @return [String]
8792
+ #
8771
8793
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/VpcConfigRequest AWS API Documentation
8772
8794
  #
8773
8795
  class VpcConfigRequest < Struct.new(
@@ -8775,7 +8797,8 @@ module Aws::EKS
8775
8797
  :security_group_ids,
8776
8798
  :endpoint_public_access,
8777
8799
  :endpoint_private_access,
8778
- :public_access_cidrs)
8800
+ :public_access_cidrs,
8801
+ :control_plane_egress_mode)
8779
8802
  SENSITIVE = []
8780
8803
  include Aws::Structure
8781
8804
  end
@@ -8843,6 +8866,21 @@ module Aws::EKS
8843
8866
  # [1]: https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html
8844
8867
  # @return [Array<String>]
8845
8868
  #
8869
+ # @!attribute [rw] control_plane_egress_mode
8870
+ # The current control plane egress routing mode for the cluster. If
8871
+ # the cluster is set to `AWS_MANAGED`, Amazon EKS manages the egress
8872
+ # path from the control plane. If the cluster is set to
8873
+ # `CUSTOMER_ROUTED`, you manage the egress path from the control plane
8874
+ # in your VPC subnets.
8875
+ #
8876
+ # [Learn more about control plane egress routing in the *Amazon EKS
8877
+ # User Guide*.][1]
8878
+ #
8879
+ #
8880
+ #
8881
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html
8882
+ # @return [String]
8883
+ #
8846
8884
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/VpcConfigResponse AWS API Documentation
8847
8885
  #
8848
8886
  class VpcConfigResponse < Struct.new(
@@ -8852,7 +8890,8 @@ module Aws::EKS
8852
8890
  :vpc_id,
8853
8891
  :endpoint_public_access,
8854
8892
  :endpoint_private_access,
8855
- :public_access_cidrs)
8893
+ :public_access_cidrs,
8894
+ :control_plane_egress_mode)
8856
8895
  SENSITIVE = []
8857
8896
  include Aws::Structure
8858
8897
  end
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.168.0'
58
+ GEM_VERSION = '1.170.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -228,13 +228,7 @@ module Aws
228
228
  name: ::String,
229
229
  ?version: ::String,
230
230
  role_arn: ::String,
231
- resources_vpc_config: {
232
- subnet_ids: Array[::String]?,
233
- security_group_ids: Array[::String]?,
234
- endpoint_public_access: bool?,
235
- endpoint_private_access: bool?,
236
- public_access_cidrs: Array[::String]?
237
- },
231
+ resources_vpc_config: Params::vpc_config_request,
238
232
  ?kubernetes_network_config: {
239
233
  service_ipv_4_cidr: ::String?,
240
234
  ip_family: ("ipv4" | "ipv6")?,
@@ -1051,13 +1045,7 @@ module Aws
1051
1045
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EKS/Client.html#update_cluster_config-instance_method
1052
1046
  def update_cluster_config: (
1053
1047
  name: ::String,
1054
- ?resources_vpc_config: {
1055
- subnet_ids: Array[::String]?,
1056
- security_group_ids: Array[::String]?,
1057
- endpoint_public_access: bool?,
1058
- endpoint_private_access: bool?,
1059
- public_access_cidrs: Array[::String]?
1060
- },
1048
+ ?resources_vpc_config: Params::vpc_config_request,
1061
1049
  ?logging: {
1062
1050
  cluster_logging: Array[
1063
1051
  {
data/sig/params.rbs CHANGED
@@ -8,6 +8,15 @@
8
8
  module Aws
9
9
  module EKS
10
10
  module Params
11
+ type vpc_config_request = {
12
+ subnet_ids: Array[::String]?,
13
+ security_group_ids: Array[::String]?,
14
+ endpoint_public_access: bool?,
15
+ endpoint_private_access: bool?,
16
+ public_access_cidrs: Array[::String]?,
17
+ control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")?
18
+ }
19
+
11
20
  type remote_network_config_request = {
12
21
  remote_node_networks: Array[
13
22
  {
data/sig/types.rbs CHANGED
@@ -1625,7 +1625,7 @@ module Aws::EKS
1625
1625
  class Update
1626
1626
  attr_accessor id: ::String
1627
1627
  attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
1628
- attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate" | "ControlPlaneScalingConfigUpdate" | "VendedLogsUpdate")
1628
+ attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate" | "CapabilityUpdate" | "ControlPlaneScalingConfigUpdate" | "VendedLogsUpdate" | "ControlPlaneEgressUpdate")
1629
1629
  attr_accessor params: ::Array[Types::UpdateParam]
1630
1630
  attr_accessor created_at: ::Time
1631
1631
  attr_accessor errors: ::Array[Types::ErrorDetail]
@@ -1782,7 +1782,7 @@ module Aws::EKS
1782
1782
  end
1783
1783
 
1784
1784
  class UpdateParam
1785
- attr_accessor 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")
1785
+ attr_accessor 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")
1786
1786
  attr_accessor value: ::String
1787
1787
  SENSITIVE: []
1788
1788
  end
@@ -1831,6 +1831,7 @@ module Aws::EKS
1831
1831
  attr_accessor endpoint_public_access: bool
1832
1832
  attr_accessor endpoint_private_access: bool
1833
1833
  attr_accessor public_access_cidrs: ::Array[::String]
1834
+ attr_accessor control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")
1834
1835
  SENSITIVE: []
1835
1836
  end
1836
1837
 
@@ -1842,6 +1843,7 @@ module Aws::EKS
1842
1843
  attr_accessor endpoint_public_access: bool
1843
1844
  attr_accessor endpoint_private_access: bool
1844
1845
  attr_accessor public_access_cidrs: ::Array[::String]
1846
+ attr_accessor control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")
1845
1847
  SENSITIVE: []
1846
1848
  end
1847
1849
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.168.0
4
+ version: 1.170.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services