aws-sdk-eks 1.150.0 → 1.151.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: 624436b1c0304dedea2479aa33cbcf1cb911ae32c46ecdf754b790a380ace22e
4
- data.tar.gz: 6290de6b3b18d124f30260398da7ee85f2b4df5bacefce956313df0370b6b7c7
3
+ metadata.gz: eb8e8027f47e742d20d949f21b5bd750fdf95a770284c4a1c43848a30d58c4b0
4
+ data.tar.gz: 4b7eaaf7f449e7c9508d827a1074a6fe3fd12d9c5a880be7fead40a1796085ca
5
5
  SHA512:
6
- metadata.gz: fc71011e6153f8f07b9d2082aae82e02a7e045627542922a44d4abd295e78dae7c09f47e4fb83045b00394d9c2edf56e9684ec7d8e0262ab9bced0bfbae136eb
7
- data.tar.gz: edac49260ef71c6f22e4ca9b8978b11a06db6e327ca4433bb8fabeab538602d78d5b84c4a856ed7052124ae6640dd3814587809ed9c23d42bd71197c3c4eb23c
6
+ metadata.gz: 753c1b3c052f78a4e46a7d1ab3f94b737d04826cf63a9c0f2cf1489acb2b14f14be8d0ff70de6ec9f24d2c2fe048a848703a3af994eb2d03c708aa9fb51f8d05
7
+ data.tar.gz: eeb4f2363c61c524b17bcd80055b0f13dbaa22a011a058923b58d1f6d534a0a5a66316ba7a94944bb3096e1d8ab556a656f3442a1e96353f15f9a6d17ebcd7b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Adds support for controlPlaneScalingConfig on EKS Clusters.
8
+
4
9
  1.150.0 (2025-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -581,9 +581,9 @@ module Aws::EKS
581
581
  #
582
582
  # resp.update.id #=> String
583
583
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
584
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
584
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
585
585
  # resp.update.params #=> Array
586
- # 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"
586
+ # 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", "UpdatedTier", "PreviousTier"
587
587
  # resp.update.params[0].value #=> String
588
588
  # resp.update.created_at #=> Time
589
589
  # resp.update.errors #=> Array
@@ -665,9 +665,9 @@ module Aws::EKS
665
665
  #
666
666
  # resp.update.id #=> String
667
667
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
668
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
668
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
669
669
  # resp.update.params #=> Array
670
- # 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"
670
+ # 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", "UpdatedTier", "PreviousTier"
671
671
  # resp.update.params[0].value #=> String
672
672
  # resp.update.created_at #=> Time
673
673
  # resp.update.errors #=> Array
@@ -1021,11 +1021,10 @@ module Aws::EKS
1021
1021
  # runs on its own set of Amazon EC2 instances.
1022
1022
  #
1023
1023
  # The cluster control plane is provisioned across multiple Availability
1024
- # Zones and fronted by an Elastic Load Balancing Network Load Balancer.
1025
- # Amazon EKS also provisions elastic network interfaces in your VPC
1026
- # subnets to provide connectivity from the control plane instances to
1027
- # the nodes (for example, to support `kubectl exec`, `logs`, and `proxy`
1028
- # data flows).
1024
+ # Zones and fronted by an ELB Network Load Balancer. Amazon EKS also
1025
+ # provisions elastic network interfaces in your VPC subnets to provide
1026
+ # connectivity from the control plane instances to the nodes (for
1027
+ # example, to support `kubectl exec`, `logs`, and `proxy` data flows).
1029
1028
  #
1030
1029
  # Amazon EKS nodes run in your Amazon Web Services account and connect
1031
1030
  # to your cluster's control plane over the Kubernetes API server
@@ -1221,6 +1220,10 @@ module Aws::EKS
1221
1220
  # first disabled. This helps prevent accidental cluster deletion.
1222
1221
  # Default value is `false`.
1223
1222
  #
1223
+ # @option params [Types::ControlPlaneScalingConfig] :control_plane_scaling_config
1224
+ # The control plane scaling tier configuration. For more information,
1225
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
1226
+ #
1224
1227
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1225
1228
  #
1226
1229
  # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
@@ -1331,6 +1334,9 @@ module Aws::EKS
1331
1334
  # },
1332
1335
  # },
1333
1336
  # deletion_protection: false,
1337
+ # control_plane_scaling_config: {
1338
+ # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl
1339
+ # },
1334
1340
  # })
1335
1341
  #
1336
1342
  # @example Response structure
@@ -1401,6 +1407,7 @@ module Aws::EKS
1401
1407
  # resp.cluster.compute_config.node_role_arn #=> String
1402
1408
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
1403
1409
  # resp.cluster.deletion_protection #=> Boolean
1410
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
1404
1411
  #
1405
1412
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
1406
1413
  #
@@ -1663,10 +1670,10 @@ module Aws::EKS
1663
1670
  # using launch templates, see [Customizing managed nodes with launch
1664
1671
  # templates][1].
1665
1672
  #
1666
- # An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group
1667
- # and associated Amazon EC2 instances that are managed by Amazon Web
1668
- # Services for an Amazon EKS cluster. For more information, see [Managed
1669
- # node groups][2] in the *Amazon EKS User Guide*.
1673
+ # An Amazon EKS managed node group is an Amazon EC2 Amazon EC2 Auto
1674
+ # Scaling group and associated Amazon EC2 instances that are managed by
1675
+ # Amazon Web Services for an Amazon EKS cluster. For more information,
1676
+ # see [Managed node groups][2] in the *Amazon EKS User Guide*.
1670
1677
  #
1671
1678
  # <note markdown="1"> Windows AMI types are only supported for commercial Amazon Web
1672
1679
  # Services Regions that support Windows on Amazon EKS.
@@ -2387,6 +2394,7 @@ module Aws::EKS
2387
2394
  # resp.cluster.compute_config.node_role_arn #=> String
2388
2395
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2389
2396
  # resp.cluster.deletion_protection #=> Boolean
2397
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
2390
2398
  #
2391
2399
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
2392
2400
  #
@@ -2732,6 +2740,7 @@ module Aws::EKS
2732
2740
  # resp.cluster.compute_config.node_role_arn #=> String
2733
2741
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2734
2742
  # resp.cluster.deletion_protection #=> Boolean
2743
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
2735
2744
  #
2736
2745
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
2737
2746
  #
@@ -3132,6 +3141,7 @@ module Aws::EKS
3132
3141
  # resp.cluster.compute_config.node_role_arn #=> String
3133
3142
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
3134
3143
  # resp.cluster.deletion_protection #=> Boolean
3144
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
3135
3145
  #
3136
3146
  #
3137
3147
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3651,9 +3661,9 @@ module Aws::EKS
3651
3661
  #
3652
3662
  # resp.update.id #=> String
3653
3663
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3654
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3664
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
3655
3665
  # resp.update.params #=> Array
3656
- # 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"
3666
+ # 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", "UpdatedTier", "PreviousTier"
3657
3667
  # resp.update.params[0].value #=> String
3658
3668
  # resp.update.created_at #=> Time
3659
3669
  # resp.update.errors #=> Array
@@ -3740,9 +3750,9 @@ module Aws::EKS
3740
3750
  #
3741
3751
  # resp.update.id #=> String
3742
3752
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3743
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3753
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
3744
3754
  # resp.update.params #=> Array
3745
- # 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"
3755
+ # 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", "UpdatedTier", "PreviousTier"
3746
3756
  # resp.update.params[0].value #=> String
3747
3757
  # resp.update.created_at #=> Time
3748
3758
  # resp.update.errors #=> Array
@@ -4730,6 +4740,7 @@ module Aws::EKS
4730
4740
  # resp.cluster.compute_config.node_role_arn #=> String
4731
4741
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
4732
4742
  # resp.cluster.deletion_protection #=> Boolean
4743
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
4733
4744
  #
4734
4745
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
4735
4746
  #
@@ -5031,9 +5042,9 @@ module Aws::EKS
5031
5042
  #
5032
5043
  # resp.update.id #=> String
5033
5044
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5034
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5045
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
5035
5046
  # resp.update.params #=> Array
5036
- # 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"
5047
+ # 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", "UpdatedTier", "PreviousTier"
5037
5048
  # resp.update.params[0].value #=> String
5038
5049
  # resp.update.created_at #=> Time
5039
5050
  # resp.update.errors #=> Array
@@ -5197,6 +5208,10 @@ module Aws::EKS
5197
5208
  # deletion protection is explicitly disabled. When disabled (`false`),
5198
5209
  # the cluster can be deleted normally.
5199
5210
  #
5211
+ # @option params [Types::ControlPlaneScalingConfig] :control_plane_scaling_config
5212
+ # The control plane scaling tier configuration. For more information,
5213
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
5214
+ #
5200
5215
  # @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5201
5216
  #
5202
5217
  # * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
@@ -5260,15 +5275,18 @@ module Aws::EKS
5260
5275
  # ],
5261
5276
  # },
5262
5277
  # deletion_protection: false,
5278
+ # control_plane_scaling_config: {
5279
+ # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl
5280
+ # },
5263
5281
  # })
5264
5282
  #
5265
5283
  # @example Response structure
5266
5284
  #
5267
5285
  # resp.update.id #=> String
5268
5286
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5269
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5287
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
5270
5288
  # resp.update.params #=> Array
5271
- # 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"
5289
+ # 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", "UpdatedTier", "PreviousTier"
5272
5290
  # resp.update.params[0].value #=> String
5273
5291
  # resp.update.created_at #=> Time
5274
5292
  # resp.update.errors #=> Array
@@ -5339,9 +5357,9 @@ module Aws::EKS
5339
5357
  #
5340
5358
  # resp.update.id #=> String
5341
5359
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5342
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5360
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
5343
5361
  # resp.update.params #=> Array
5344
- # 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"
5362
+ # 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", "UpdatedTier", "PreviousTier"
5345
5363
  # resp.update.params[0].value #=> String
5346
5364
  # resp.update.created_at #=> Time
5347
5365
  # resp.update.errors #=> Array
@@ -5528,9 +5546,9 @@ module Aws::EKS
5528
5546
  #
5529
5547
  # resp.update.id #=> String
5530
5548
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5531
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5549
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
5532
5550
  # resp.update.params #=> Array
5533
- # 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"
5551
+ # 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", "UpdatedTier", "PreviousTier"
5534
5552
  # resp.update.params[0].value #=> String
5535
5553
  # resp.update.created_at #=> Time
5536
5554
  # resp.update.errors #=> Array
@@ -5594,14 +5612,15 @@ module Aws::EKS
5594
5612
  #
5595
5613
  # @option params [String] :version
5596
5614
  # The Kubernetes version to update to. If no version is specified, then
5597
- # the Kubernetes version of the node group does not change. You can
5598
- # specify the Kubernetes version of the cluster to update the node group
5599
- # to the latest AMI version of the cluster's Kubernetes version. If you
5600
- # specify `launchTemplate`, and your launch template uses a custom AMI,
5601
- # then don't specify `version`, or the node group update will fail. For
5602
- # more information about using launch templates with Amazon EKS, see
5603
- # [Customizing managed nodes with launch templates][1] in the *Amazon
5604
- # EKS User Guide*.
5615
+ # the node group will be updated to match the cluster's current
5616
+ # Kubernetes version, and the latest available AMI for that version will
5617
+ # be used. You can also specify the Kubernetes version of the cluster to
5618
+ # update the node group to the latest AMI version of the cluster's
5619
+ # Kubernetes version. If you specify `launchTemplate`, and your launch
5620
+ # template uses a custom AMI, then don't specify `version`, or the node
5621
+ # group update will fail. For more information about using launch
5622
+ # templates with Amazon EKS, see [Customizing managed nodes with launch
5623
+ # templates][1] in the *Amazon EKS User Guide*.
5605
5624
  #
5606
5625
  #
5607
5626
  #
@@ -5674,9 +5693,9 @@ module Aws::EKS
5674
5693
  #
5675
5694
  # resp.update.id #=> String
5676
5695
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5677
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5696
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "ControlPlaneScalingConfigUpdate"
5678
5697
  # resp.update.params #=> Array
5679
- # 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"
5698
+ # 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", "UpdatedTier", "PreviousTier"
5680
5699
  # resp.update.params[0].value #=> String
5681
5700
  # resp.update.created_at #=> Time
5682
5701
  # resp.update.errors #=> Array
@@ -5840,7 +5859,7 @@ module Aws::EKS
5840
5859
  tracer: tracer
5841
5860
  )
5842
5861
  context[:gem_name] = 'aws-sdk-eks'
5843
- context[:gem_version] = '1.150.0'
5862
+ context[:gem_version] = '1.151.0'
5844
5863
  Seahorse::Client::Request.new(handlers, context)
5845
5864
  end
5846
5865
 
@@ -84,6 +84,7 @@ module Aws::EKS
84
84
  ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
85
85
  ControlPlanePlacementRequest = Shapes::StructureShape.new(name: 'ControlPlanePlacementRequest')
86
86
  ControlPlanePlacementResponse = Shapes::StructureShape.new(name: 'ControlPlanePlacementResponse')
87
+ ControlPlaneScalingConfig = Shapes::StructureShape.new(name: 'ControlPlaneScalingConfig')
87
88
  CreateAccessConfigRequest = Shapes::StructureShape.new(name: 'CreateAccessConfigRequest')
88
89
  CreateAccessEntryRequest = Shapes::StructureShape.new(name: 'CreateAccessEntryRequest')
89
90
  CreateAccessEntryResponse = Shapes::StructureShape.new(name: 'CreateAccessEntryResponse')
@@ -269,6 +270,7 @@ module Aws::EKS
269
270
  PodIdentityAssociationSummaries = Shapes::ListShape.new(name: 'PodIdentityAssociationSummaries')
270
271
  PodIdentityAssociationSummary = Shapes::StructureShape.new(name: 'PodIdentityAssociationSummary')
271
272
  Provider = Shapes::StructureShape.new(name: 'Provider')
273
+ ProvisionedControlPlaneTier = Shapes::StringShape.new(name: 'ProvisionedControlPlaneTier')
272
274
  RegisterClusterRequest = Shapes::StructureShape.new(name: 'RegisterClusterRequest')
273
275
  RegisterClusterResponse = Shapes::StructureShape.new(name: 'RegisterClusterResponse')
274
276
  RemoteAccessConfig = Shapes::StructureShape.new(name: 'RemoteAccessConfig')
@@ -551,6 +553,7 @@ module Aws::EKS
551
553
  Cluster.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigResponse, location_name: "computeConfig"))
552
554
  Cluster.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigResponse, location_name: "storageConfig"))
553
555
  Cluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
556
+ Cluster.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
554
557
  Cluster.struct_class = Types::Cluster
555
558
 
556
559
  ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
@@ -611,6 +614,9 @@ module Aws::EKS
611
614
  ControlPlanePlacementResponse.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
612
615
  ControlPlanePlacementResponse.struct_class = Types::ControlPlanePlacementResponse
613
616
 
617
+ ControlPlaneScalingConfig.add_member(:tier, Shapes::ShapeRef.new(shape: ProvisionedControlPlaneTier, location_name: "tier"))
618
+ ControlPlaneScalingConfig.struct_class = Types::ControlPlaneScalingConfig
619
+
614
620
  CreateAccessConfigRequest.add_member(:bootstrap_cluster_creator_admin_permissions, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapClusterCreatorAdminPermissions"))
615
621
  CreateAccessConfigRequest.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "authenticationMode"))
616
622
  CreateAccessConfigRequest.struct_class = Types::CreateAccessConfigRequest
@@ -660,6 +666,7 @@ module Aws::EKS
660
666
  CreateClusterRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
661
667
  CreateClusterRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
662
668
  CreateClusterRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
669
+ CreateClusterRequest.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
663
670
  CreateClusterRequest.struct_class = Types::CreateClusterRequest
664
671
 
665
672
  CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
@@ -1520,6 +1527,7 @@ module Aws::EKS
1520
1527
  UpdateClusterConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
1521
1528
  UpdateClusterConfigRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
1522
1529
  UpdateClusterConfigRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
1530
+ UpdateClusterConfigRequest.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
1523
1531
  UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
1524
1532
 
1525
1533
  UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
@@ -691,12 +691,12 @@ module Aws::EKS
691
691
  include Aws::Structure
692
692
  end
693
693
 
694
- # An Auto Scaling group that is associated with an Amazon EKS managed
695
- # node group.
694
+ # An Amazon EC2 Auto Scaling group that is associated with an Amazon EKS
695
+ # managed node group.
696
696
  #
697
697
  # @!attribute [rw] name
698
- # The name of the Auto Scaling group associated with an Amazon EKS
699
- # managed node group.
698
+ # The name of the Amazon EC2 Auto Scaling group associated with an
699
+ # Amazon EKS managed node group.
700
700
  # @return [String]
701
701
  #
702
702
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AutoScalingGroup AWS API Documentation
@@ -1000,6 +1000,11 @@ module Aws::EKS
1000
1000
  # active state.
1001
1001
  # @return [Boolean]
1002
1002
  #
1003
+ # @!attribute [rw] control_plane_scaling_config
1004
+ # The control plane scaling tier configuration. For more information,
1005
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
1006
+ # @return [Types::ControlPlaneScalingConfig]
1007
+ #
1003
1008
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
1004
1009
  #
1005
1010
  class Cluster < Struct.new(
@@ -1029,7 +1034,8 @@ module Aws::EKS
1029
1034
  :remote_network_config,
1030
1035
  :compute_config,
1031
1036
  :storage_config,
1032
- :deletion_protection)
1037
+ :deletion_protection,
1038
+ :control_plane_scaling_config)
1033
1039
  SENSITIVE = []
1034
1040
  include Aws::Structure
1035
1041
  end
@@ -1324,6 +1330,24 @@ module Aws::EKS
1324
1330
  include Aws::Structure
1325
1331
  end
1326
1332
 
1333
+ # The control plane scaling tier configuration. For more information,
1334
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
1335
+ #
1336
+ # @!attribute [rw] tier
1337
+ # The control plane scaling tier configuration. Available options are
1338
+ # `standard`, `tier-xl`, `tier-2xl`, or `tier-4xl`. For more
1339
+ # information, see EKS Provisioned Control Plane in the Amazon EKS
1340
+ # User Guide.
1341
+ # @return [String]
1342
+ #
1343
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ControlPlaneScalingConfig AWS API Documentation
1344
+ #
1345
+ class ControlPlaneScalingConfig < Struct.new(
1346
+ :tier)
1347
+ SENSITIVE = []
1348
+ include Aws::Structure
1349
+ end
1350
+
1327
1351
  # The access configuration information for the cluster.
1328
1352
  #
1329
1353
  # @!attribute [rw] bootstrap_cluster_creator_admin_permissions
@@ -1803,6 +1827,11 @@ module Aws::EKS
1803
1827
  # deletion. Default value is `false`.
1804
1828
  # @return [Boolean]
1805
1829
  #
1830
+ # @!attribute [rw] control_plane_scaling_config
1831
+ # The control plane scaling tier configuration. For more information,
1832
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
1833
+ # @return [Types::ControlPlaneScalingConfig]
1834
+ #
1806
1835
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
1807
1836
  #
1808
1837
  class CreateClusterRequest < Struct.new(
@@ -1823,7 +1852,8 @@ module Aws::EKS
1823
1852
  :remote_network_config,
1824
1853
  :compute_config,
1825
1854
  :storage_config,
1826
- :deletion_protection)
1855
+ :deletion_protection,
1856
+ :control_plane_scaling_config)
1827
1857
  SENSITIVE = []
1828
1858
  include Aws::Structure
1829
1859
  end
@@ -3997,12 +4027,13 @@ module Aws::EKS
3997
4027
  # is failing to authenticate or authorize with your Kubernetes
3998
4028
  # cluster API server.
3999
4029
  #
4000
- # * **AsgInstanceLaunchFailures**: Your Auto Scaling group is
4001
- # experiencing failures while attempting to launch instances.
4030
+ # * **AsgInstanceLaunchFailures**: Your Amazon EC2 Auto Scaling group
4031
+ # is experiencing failures while attempting to launch instances.
4002
4032
  #
4003
- # * **AutoScalingGroupNotFound**: We couldn't find the Auto Scaling
4004
- # group associated with the managed node group. You may be able to
4005
- # recreate an Auto Scaling group with the same settings to recover.
4033
+ # * **AutoScalingGroupNotFound**: We couldn't find the Amazon EC2
4034
+ # Auto Scaling group associated with the managed node group. You may
4035
+ # be able to recreate an Amazon EC2 Auto Scaling group with the same
4036
+ # settings to recover.
4006
4037
  #
4007
4038
  # * **ClusterUnreachable**: Amazon EKS or one or more of your managed
4008
4039
  # nodes is unable to to communicate with your Kubernetes cluster API
@@ -5493,10 +5524,11 @@ module Aws::EKS
5493
5524
  include Aws::Structure
5494
5525
  end
5495
5526
 
5496
- # An object representing the scaling configuration details for the Auto
5497
- # Scaling group that is associated with your node group. When creating a
5498
- # node group, you must specify all or none of the properties. When
5499
- # updating a node group, you can specify any or none of the properties.
5527
+ # An object representing the scaling configuration details for the
5528
+ # Amazon EC2 Auto Scaling group that is associated with your node group.
5529
+ # When creating a node group, you must specify all or none of the
5530
+ # properties. When updating a node group, you can specify any or none of
5531
+ # the properties.
5500
5532
  #
5501
5533
  # @!attribute [rw] min_size
5502
5534
  # The minimum number of nodes that the managed node group can scale in
@@ -7132,6 +7164,11 @@ module Aws::EKS
7132
7164
  # the cluster can be deleted normally.
7133
7165
  # @return [Boolean]
7134
7166
  #
7167
+ # @!attribute [rw] control_plane_scaling_config
7168
+ # The control plane scaling tier configuration. For more information,
7169
+ # see EKS Provisioned Control Plane in the Amazon EKS User Guide.
7170
+ # @return [Types::ControlPlaneScalingConfig]
7171
+ #
7135
7172
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
7136
7173
  #
7137
7174
  class UpdateClusterConfigRequest < Struct.new(
@@ -7146,7 +7183,8 @@ module Aws::EKS
7146
7183
  :kubernetes_network_config,
7147
7184
  :storage_config,
7148
7185
  :remote_network_config,
7149
- :deletion_protection)
7186
+ :deletion_protection,
7187
+ :control_plane_scaling_config)
7150
7188
  SENSITIVE = []
7151
7189
  include Aws::Structure
7152
7190
  end
@@ -7347,14 +7385,16 @@ module Aws::EKS
7347
7385
  #
7348
7386
  # @!attribute [rw] version
7349
7387
  # The Kubernetes version to update to. If no version is specified,
7350
- # then the Kubernetes version of the node group does not change. You
7351
- # can specify the Kubernetes version of the cluster to update the node
7352
- # group to the latest AMI version of the cluster's Kubernetes
7353
- # version. If you specify `launchTemplate`, and your launch template
7354
- # uses a custom AMI, then don't specify `version`, or the node group
7355
- # update will fail. For more information about using launch templates
7356
- # with Amazon EKS, see [Customizing managed nodes with launch
7357
- # templates][1] in the *Amazon EKS User Guide*.
7388
+ # then the node group will be updated to match the cluster's current
7389
+ # Kubernetes version, and the latest available AMI for that version
7390
+ # will be used. You can also specify the Kubernetes version of the
7391
+ # cluster to update the node group to the latest AMI version of the
7392
+ # cluster's Kubernetes version. If you specify `launchTemplate`, and
7393
+ # your launch template uses a custom AMI, then don't specify
7394
+ # `version`, or the node group update will fail. For more information
7395
+ # about using launch templates with Amazon EKS, see [Customizing
7396
+ # managed nodes with launch templates][1] in the *Amazon EKS User
7397
+ # Guide*.
7358
7398
  #
7359
7399
  #
7360
7400
  #
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.150.0'
58
+ GEM_VERSION = '1.151.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -261,7 +261,10 @@ module Aws
261
261
  enabled: bool?
262
262
  }?
263
263
  },
264
- ?deletion_protection: bool
264
+ ?deletion_protection: bool,
265
+ ?control_plane_scaling_config: {
266
+ tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")?
267
+ }
265
268
  ) -> _CreateClusterResponseSuccess
266
269
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
267
270
 
@@ -993,7 +996,10 @@ module Aws
993
996
  },
994
997
  ]?
995
998
  },
996
- ?deletion_protection: bool
999
+ ?deletion_protection: bool,
1000
+ ?control_plane_scaling_config: {
1001
+ tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")?
1002
+ }
997
1003
  ) -> _UpdateClusterConfigResponseSuccess
998
1004
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
999
1005
 
data/sig/types.rbs CHANGED
@@ -238,6 +238,7 @@ module Aws::EKS
238
238
  attr_accessor compute_config: Types::ComputeConfigResponse
239
239
  attr_accessor storage_config: Types::StorageConfigResponse
240
240
  attr_accessor deletion_protection: bool
241
+ attr_accessor control_plane_scaling_config: Types::ControlPlaneScalingConfig
241
242
  SENSITIVE: []
242
243
  end
243
244
 
@@ -313,6 +314,11 @@ module Aws::EKS
313
314
  SENSITIVE: []
314
315
  end
315
316
 
317
+ class ControlPlaneScalingConfig
318
+ attr_accessor tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")
319
+ SENSITIVE: []
320
+ end
321
+
316
322
  class CreateAccessConfigRequest
317
323
  attr_accessor bootstrap_cluster_creator_admin_permissions: bool
318
324
  attr_accessor authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")
@@ -373,6 +379,7 @@ module Aws::EKS
373
379
  attr_accessor compute_config: Types::ComputeConfigRequest
374
380
  attr_accessor storage_config: Types::StorageConfigRequest
375
381
  attr_accessor deletion_protection: bool
382
+ attr_accessor control_plane_scaling_config: Types::ControlPlaneScalingConfig
376
383
  SENSITIVE: []
377
384
  end
378
385
 
@@ -1443,7 +1450,7 @@ module Aws::EKS
1443
1450
  class Update
1444
1451
  attr_accessor id: ::String
1445
1452
  attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
1446
- attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate")
1453
+ attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate" | "ControlPlaneScalingConfigUpdate")
1447
1454
  attr_accessor params: ::Array[Types::UpdateParam]
1448
1455
  attr_accessor created_at: ::Time
1449
1456
  attr_accessor errors: ::Array[Types::ErrorDetail]
@@ -1499,6 +1506,7 @@ module Aws::EKS
1499
1506
  attr_accessor storage_config: Types::StorageConfigRequest
1500
1507
  attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
1501
1508
  attr_accessor deletion_protection: bool
1509
+ attr_accessor control_plane_scaling_config: Types::ControlPlaneScalingConfig
1502
1510
  SENSITIVE: []
1503
1511
  end
1504
1512
 
@@ -1572,7 +1580,7 @@ module Aws::EKS
1572
1580
  end
1573
1581
 
1574
1582
  class UpdateParam
1575
- 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")
1583
+ 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" | "UpdatedTier" | "PreviousTier")
1576
1584
  attr_accessor value: ::String
1577
1585
  SENSITIVE: []
1578
1586
  end
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.150.0
4
+ version: 1.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement