aws-sdk-eks 1.119.0 → 1.121.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +95 -23
- data/lib/aws-sdk-eks/client_api.rb +11 -0
- data/lib/aws-sdk-eks/types.rb +104 -4
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +6 -0
- data/sig/types.rbs +16 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ba9f11d8220d0083503ca376ff072e897d56dbc6f99b676209723b4f8a202c7
|
4
|
+
data.tar.gz: be2d93f671b4941029d0c102541d1db6394b079d426478ead0fcbbfd40a1c876
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a6f97eb0f0461ef75728cd539b21b46b449561a9b44e729ed767768a39dd009ddcc9f61493ffeb63e2a3c201e98a719b22e58768f89e0af5c10ca60577b8e3d
|
7
|
+
data.tar.gz: b093b7dbd3e96c6ebb9d2d8b2b26d9bf05a234e6261ef6ab6eea98c65a58c0ad06a4fff5cf7ce8b5eb47517d116fb47426761f0d9d0bc0688db7f8d298b7c570
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.121.0 (2024-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
|
8
|
+
|
9
|
+
1.120.0 (2024-10-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments
|
13
|
+
|
4
14
|
1.119.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.121.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -552,9 +552,9 @@ module Aws::EKS
|
|
552
552
|
#
|
553
553
|
# resp.update.id #=> String
|
554
554
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
555
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
555
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
556
556
|
# resp.update.params #=> Array
|
557
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
557
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
558
558
|
# resp.update.params[0].value #=> String
|
559
559
|
# resp.update.created_at #=> Time
|
560
560
|
# resp.update.errors #=> Array
|
@@ -636,9 +636,9 @@ module Aws::EKS
|
|
636
636
|
#
|
637
637
|
# resp.update.id #=> String
|
638
638
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
639
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
639
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
640
640
|
# resp.update.params #=> Array
|
641
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
641
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
642
642
|
# resp.update.params[0].value #=> String
|
643
643
|
# resp.update.created_at #=> Time
|
644
644
|
# resp.update.errors #=> Array
|
@@ -1023,7 +1023,12 @@ module Aws::EKS
|
|
1023
1023
|
# [5]: https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html
|
1024
1024
|
#
|
1025
1025
|
# @option params [required, String] :name
|
1026
|
-
# The unique name to give to your cluster.
|
1026
|
+
# The unique name to give to your cluster. The name can contain only
|
1027
|
+
# alphanumeric characters (case-sensitive), hyphens, and underscores. It
|
1028
|
+
# must start with an alphanumeric character and can't be longer than
|
1029
|
+
# 100 characters. The name must be unique within the Amazon Web Services
|
1030
|
+
# Region and Amazon Web Services account that you're creating the
|
1031
|
+
# cluster in.
|
1027
1032
|
#
|
1028
1033
|
# @option params [String] :version
|
1029
1034
|
# The desired Kubernetes version for your cluster. If you don't specify
|
@@ -1124,6 +1129,32 @@ module Aws::EKS
|
|
1124
1129
|
# disable extended support when creating a cluster by setting this value
|
1125
1130
|
# to `STANDARD`.
|
1126
1131
|
#
|
1132
|
+
# @option params [Types::ZonalShiftConfigRequest] :zonal_shift_config
|
1133
|
+
# Enable or disable ARC zonal shift for the cluster. If zonal shift is
|
1134
|
+
# enabled, Amazon Web Services configures zonal autoshift for the
|
1135
|
+
# cluster.
|
1136
|
+
#
|
1137
|
+
# Zonal shift is a feature of Amazon Application Recovery Controller
|
1138
|
+
# (ARC). ARC zonal shift is designed to be a temporary measure that
|
1139
|
+
# allows you to move traffic for a resource away from an impaired AZ
|
1140
|
+
# until the zonal shift expires or you cancel it. You can extend the
|
1141
|
+
# zonal shift if necessary.
|
1142
|
+
#
|
1143
|
+
# You can start a zonal shift for an EKS cluster, or you can allow
|
1144
|
+
# Amazon Web Services to do it for you by enabling *zonal autoshift*.
|
1145
|
+
# This shift updates the flow of east-to-west network traffic in your
|
1146
|
+
# cluster to only consider network endpoints for Pods running on worker
|
1147
|
+
# nodes in healthy AZs. Additionally, any ALB or NLB handling ingress
|
1148
|
+
# traffic for applications in your EKS cluster will automatically route
|
1149
|
+
# traffic to targets in the healthy AZs. For more information about
|
1150
|
+
# zonal shift in EKS, see [Learn about Amazon Application Recovery
|
1151
|
+
# Controller (ARC) Zonal Shift in Amazon EKS][1] in the <i> <i>Amazon
|
1152
|
+
# EKS User Guide</i> </i>.
|
1153
|
+
#
|
1154
|
+
#
|
1155
|
+
#
|
1156
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
1157
|
+
#
|
1127
1158
|
# @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1128
1159
|
#
|
1129
1160
|
# * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
|
@@ -1205,6 +1236,9 @@ module Aws::EKS
|
|
1205
1236
|
# upgrade_policy: {
|
1206
1237
|
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
1207
1238
|
# },
|
1239
|
+
# zonal_shift_config: {
|
1240
|
+
# enabled: false,
|
1241
|
+
# },
|
1208
1242
|
# })
|
1209
1243
|
#
|
1210
1244
|
# @example Response structure
|
@@ -1261,6 +1295,7 @@ module Aws::EKS
|
|
1261
1295
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
1262
1296
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
1263
1297
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
1298
|
+
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
1264
1299
|
#
|
1265
1300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
|
1266
1301
|
#
|
@@ -1790,7 +1825,7 @@ module Aws::EKS
|
|
1790
1825
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
1791
1826
|
# resp.nodegroup.disk_size #=> Integer
|
1792
1827
|
# resp.nodegroup.health.issues #=> Array
|
1793
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded"
|
1828
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded", "Ec2InstanceTypeDoesNotExist"
|
1794
1829
|
# resp.nodegroup.health.issues[0].message #=> String
|
1795
1830
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
1796
1831
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -2121,6 +2156,7 @@ module Aws::EKS
|
|
2121
2156
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2122
2157
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2123
2158
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2159
|
+
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2124
2160
|
#
|
2125
2161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
2126
2162
|
#
|
@@ -2290,7 +2326,7 @@ module Aws::EKS
|
|
2290
2326
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
2291
2327
|
# resp.nodegroup.disk_size #=> Integer
|
2292
2328
|
# resp.nodegroup.health.issues #=> Array
|
2293
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded"
|
2329
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded", "Ec2InstanceTypeDoesNotExist"
|
2294
2330
|
# resp.nodegroup.health.issues[0].message #=> String
|
2295
2331
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
2296
2332
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -2435,6 +2471,7 @@ module Aws::EKS
|
|
2435
2471
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2436
2472
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2437
2473
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2474
|
+
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2438
2475
|
#
|
2439
2476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
2440
2477
|
#
|
@@ -2817,6 +2854,7 @@ module Aws::EKS
|
|
2817
2854
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2818
2855
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2819
2856
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2857
|
+
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2820
2858
|
#
|
2821
2859
|
#
|
2822
2860
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3089,7 +3127,7 @@ module Aws::EKS
|
|
3089
3127
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
3090
3128
|
# resp.nodegroup.disk_size #=> Integer
|
3091
3129
|
# resp.nodegroup.health.issues #=> Array
|
3092
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded"
|
3130
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded", "Ec2InstanceTypeDoesNotExist"
|
3093
3131
|
# resp.nodegroup.health.issues[0].message #=> String
|
3094
3132
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
3095
3133
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -3206,9 +3244,9 @@ module Aws::EKS
|
|
3206
3244
|
#
|
3207
3245
|
# resp.update.id #=> String
|
3208
3246
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3209
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
3247
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
3210
3248
|
# resp.update.params #=> Array
|
3211
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
3249
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
3212
3250
|
# resp.update.params[0].value #=> String
|
3213
3251
|
# resp.update.created_at #=> Time
|
3214
3252
|
# resp.update.errors #=> Array
|
@@ -3295,9 +3333,9 @@ module Aws::EKS
|
|
3295
3333
|
#
|
3296
3334
|
# resp.update.id #=> String
|
3297
3335
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3298
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
3336
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
3299
3337
|
# resp.update.params #=> Array
|
3300
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
3338
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
3301
3339
|
# resp.update.params[0].value #=> String
|
3302
3340
|
# resp.update.created_at #=> Time
|
3303
3341
|
# resp.update.errors #=> Array
|
@@ -4255,6 +4293,7 @@ module Aws::EKS
|
|
4255
4293
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
4256
4294
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
4257
4295
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
4296
|
+
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
4258
4297
|
#
|
4259
4298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
4260
4299
|
#
|
@@ -4525,9 +4564,9 @@ module Aws::EKS
|
|
4525
4564
|
#
|
4526
4565
|
# resp.update.id #=> String
|
4527
4566
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4528
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4567
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
4529
4568
|
# resp.update.params #=> Array
|
4530
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
4569
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
4531
4570
|
# resp.update.params[0].value #=> String
|
4532
4571
|
# resp.update.created_at #=> Time
|
4533
4572
|
# resp.update.errors #=> Array
|
@@ -4577,6 +4616,10 @@ module Aws::EKS
|
|
4577
4616
|
# [https://docs.aws.amazon.com/eks/latest/userguide/network\_reqs.html][4]
|
4578
4617
|
# in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4579
4618
|
#
|
4619
|
+
# You can also use this API operation to enable or disable ARC zonal
|
4620
|
+
# shift. If zonal shift is enabled, Amazon Web Services configures zonal
|
4621
|
+
# autoshift for the cluster.
|
4622
|
+
#
|
4580
4623
|
# Cluster updates are asynchronous, and they should finish within a few
|
4581
4624
|
# minutes. During an update, the cluster status moves to `UPDATING`
|
4582
4625
|
# (this status transition is eventually consistent). When the update is
|
@@ -4631,6 +4674,32 @@ module Aws::EKS
|
|
4631
4674
|
# You must enable extended support before your cluster exits standard
|
4632
4675
|
# support.
|
4633
4676
|
#
|
4677
|
+
# @option params [Types::ZonalShiftConfigRequest] :zonal_shift_config
|
4678
|
+
# Enable or disable ARC zonal shift for the cluster. If zonal shift is
|
4679
|
+
# enabled, Amazon Web Services configures zonal autoshift for the
|
4680
|
+
# cluster.
|
4681
|
+
#
|
4682
|
+
# Zonal shift is a feature of Amazon Application Recovery Controller
|
4683
|
+
# (ARC). ARC zonal shift is designed to be a temporary measure that
|
4684
|
+
# allows you to move traffic for a resource away from an impaired AZ
|
4685
|
+
# until the zonal shift expires or you cancel it. You can extend the
|
4686
|
+
# zonal shift if necessary.
|
4687
|
+
#
|
4688
|
+
# You can start a zonal shift for an EKS cluster, or you can allow
|
4689
|
+
# Amazon Web Services to do it for you by enabling *zonal autoshift*.
|
4690
|
+
# This shift updates the flow of east-to-west network traffic in your
|
4691
|
+
# cluster to only consider network endpoints for Pods running on worker
|
4692
|
+
# nodes in healthy AZs. Additionally, any ALB or NLB handling ingress
|
4693
|
+
# traffic for applications in your EKS cluster will automatically route
|
4694
|
+
# traffic to targets in the healthy AZs. For more information about
|
4695
|
+
# zonal shift in EKS, see [Learn about Amazon Application Recovery
|
4696
|
+
# Controller (ARC) Zonal Shift in Amazon EKS][1] in the <i> <i>Amazon
|
4697
|
+
# EKS User Guide</i> </i>.
|
4698
|
+
#
|
4699
|
+
#
|
4700
|
+
#
|
4701
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
4702
|
+
#
|
4634
4703
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4635
4704
|
#
|
4636
4705
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -4661,15 +4730,18 @@ module Aws::EKS
|
|
4661
4730
|
# upgrade_policy: {
|
4662
4731
|
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
4663
4732
|
# },
|
4733
|
+
# zonal_shift_config: {
|
4734
|
+
# enabled: false,
|
4735
|
+
# },
|
4664
4736
|
# })
|
4665
4737
|
#
|
4666
4738
|
# @example Response structure
|
4667
4739
|
#
|
4668
4740
|
# resp.update.id #=> String
|
4669
4741
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4670
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4742
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
4671
4743
|
# resp.update.params #=> Array
|
4672
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
4744
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
4673
4745
|
# resp.update.params[0].value #=> String
|
4674
4746
|
# resp.update.created_at #=> Time
|
4675
4747
|
# resp.update.errors #=> Array
|
@@ -4731,9 +4803,9 @@ module Aws::EKS
|
|
4731
4803
|
#
|
4732
4804
|
# resp.update.id #=> String
|
4733
4805
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4734
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4806
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
4735
4807
|
# resp.update.params #=> Array
|
4736
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
4808
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
4737
4809
|
# resp.update.params[0].value #=> String
|
4738
4810
|
# resp.update.created_at #=> Time
|
4739
4811
|
# resp.update.errors #=> Array
|
@@ -4894,9 +4966,9 @@ module Aws::EKS
|
|
4894
4966
|
#
|
4895
4967
|
# resp.update.id #=> String
|
4896
4968
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4897
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4969
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
4898
4970
|
# resp.update.params #=> Array
|
4899
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
4971
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
4900
4972
|
# resp.update.params[0].value #=> String
|
4901
4973
|
# resp.update.created_at #=> Time
|
4902
4974
|
# resp.update.errors #=> Array
|
@@ -5034,9 +5106,9 @@ module Aws::EKS
|
|
5034
5106
|
#
|
5035
5107
|
# resp.update.id #=> String
|
5036
5108
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5037
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
5109
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
|
5038
5110
|
# resp.update.params #=> Array
|
5039
|
-
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy"
|
5111
|
+
# 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig"
|
5040
5112
|
# resp.update.params[0].value #=> String
|
5041
5113
|
# resp.update.created_at #=> Time
|
5042
5114
|
# resp.update.errors #=> Array
|
@@ -5130,7 +5202,7 @@ module Aws::EKS
|
|
5130
5202
|
tracer: tracer
|
5131
5203
|
)
|
5132
5204
|
context[:gem_name] = 'aws-sdk-eks'
|
5133
|
-
context[:gem_version] = '1.
|
5205
|
+
context[:gem_version] = '1.121.0'
|
5134
5206
|
Seahorse::Client::Request.new(handlers, context)
|
5135
5207
|
end
|
5136
5208
|
|
@@ -301,6 +301,8 @@ module Aws::EKS
|
|
301
301
|
VpcConfigRequest = Shapes::StructureShape.new(name: 'VpcConfigRequest')
|
302
302
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
303
303
|
ZeroCapacity = Shapes::IntegerShape.new(name: 'ZeroCapacity')
|
304
|
+
ZonalShiftConfigRequest = Shapes::StructureShape.new(name: 'ZonalShiftConfigRequest')
|
305
|
+
ZonalShiftConfigResponse = Shapes::StructureShape.new(name: 'ZonalShiftConfigResponse')
|
304
306
|
configStatus = Shapes::StringShape.new(name: 'configStatus')
|
305
307
|
labelKey = Shapes::StringShape.new(name: 'labelKey')
|
306
308
|
labelValue = Shapes::StringShape.new(name: 'labelValue')
|
@@ -488,6 +490,7 @@ module Aws::EKS
|
|
488
490
|
Cluster.add_member(:outpost_config, Shapes::ShapeRef.new(shape: OutpostConfigResponse, location_name: "outpostConfig"))
|
489
491
|
Cluster.add_member(:access_config, Shapes::ShapeRef.new(shape: AccessConfigResponse, location_name: "accessConfig"))
|
490
492
|
Cluster.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyResponse, location_name: "upgradePolicy"))
|
493
|
+
Cluster.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigResponse, location_name: "zonalShiftConfig"))
|
491
494
|
Cluster.struct_class = Types::Cluster
|
492
495
|
|
493
496
|
ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
|
@@ -567,6 +570,7 @@ module Aws::EKS
|
|
567
570
|
CreateClusterRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: CreateAccessConfigRequest, location_name: "accessConfig"))
|
568
571
|
CreateClusterRequest.add_member(:bootstrap_self_managed_addons, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapSelfManagedAddons"))
|
569
572
|
CreateClusterRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
573
|
+
CreateClusterRequest.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigRequest, location_name: "zonalShiftConfig"))
|
570
574
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
571
575
|
|
572
576
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
@@ -1322,6 +1326,7 @@ module Aws::EKS
|
|
1322
1326
|
UpdateClusterConfigRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1323
1327
|
UpdateClusterConfigRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: UpdateAccessConfigRequest, location_name: "accessConfig"))
|
1324
1328
|
UpdateClusterConfigRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
1329
|
+
UpdateClusterConfigRequest.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigRequest, location_name: "zonalShiftConfig"))
|
1325
1330
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
1326
1331
|
|
1327
1332
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
@@ -1412,6 +1417,12 @@ module Aws::EKS
|
|
1412
1417
|
VpcConfigResponse.add_member(:public_access_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "publicAccessCidrs"))
|
1413
1418
|
VpcConfigResponse.struct_class = Types::VpcConfigResponse
|
1414
1419
|
|
1420
|
+
ZonalShiftConfigRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
1421
|
+
ZonalShiftConfigRequest.struct_class = Types::ZonalShiftConfigRequest
|
1422
|
+
|
1423
|
+
ZonalShiftConfigResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
1424
|
+
ZonalShiftConfigResponse.struct_class = Types::ZonalShiftConfigResponse
|
1425
|
+
|
1415
1426
|
labelsKeyList.member = Shapes::ShapeRef.new(shape: String)
|
1416
1427
|
|
1417
1428
|
labelsMap.key = Shapes::ShapeRef.new(shape: labelKey)
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -872,6 +872,10 @@ module Aws::EKS
|
|
872
872
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
873
873
|
# @return [Types::UpgradePolicyResponse]
|
874
874
|
#
|
875
|
+
# @!attribute [rw] zonal_shift_config
|
876
|
+
# The configuration for zonal shift for the cluster.
|
877
|
+
# @return [Types::ZonalShiftConfigResponse]
|
878
|
+
#
|
875
879
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
|
876
880
|
#
|
877
881
|
class Cluster < Struct.new(
|
@@ -896,7 +900,8 @@ module Aws::EKS
|
|
896
900
|
:health,
|
897
901
|
:outpost_config,
|
898
902
|
:access_config,
|
899
|
-
:upgrade_policy
|
903
|
+
:upgrade_policy,
|
904
|
+
:zonal_shift_config)
|
900
905
|
SENSITIVE = []
|
901
906
|
include Aws::Structure
|
902
907
|
end
|
@@ -1354,7 +1359,12 @@ module Aws::EKS
|
|
1354
1359
|
end
|
1355
1360
|
|
1356
1361
|
# @!attribute [rw] name
|
1357
|
-
# The unique name to give to your cluster.
|
1362
|
+
# The unique name to give to your cluster. The name can contain only
|
1363
|
+
# alphanumeric characters (case-sensitive), hyphens, and underscores.
|
1364
|
+
# It must start with an alphanumeric character and can't be longer
|
1365
|
+
# than 100 characters. The name must be unique within the Amazon Web
|
1366
|
+
# Services Region and Amazon Web Services account that you're
|
1367
|
+
# creating the cluster in.
|
1358
1368
|
# @return [String]
|
1359
1369
|
#
|
1360
1370
|
# @!attribute [rw] version
|
@@ -1471,6 +1481,33 @@ module Aws::EKS
|
|
1471
1481
|
# value to `STANDARD`.
|
1472
1482
|
# @return [Types::UpgradePolicyRequest]
|
1473
1483
|
#
|
1484
|
+
# @!attribute [rw] zonal_shift_config
|
1485
|
+
# Enable or disable ARC zonal shift for the cluster. If zonal shift is
|
1486
|
+
# enabled, Amazon Web Services configures zonal autoshift for the
|
1487
|
+
# cluster.
|
1488
|
+
#
|
1489
|
+
# Zonal shift is a feature of Amazon Application Recovery Controller
|
1490
|
+
# (ARC). ARC zonal shift is designed to be a temporary measure that
|
1491
|
+
# allows you to move traffic for a resource away from an impaired AZ
|
1492
|
+
# until the zonal shift expires or you cancel it. You can extend the
|
1493
|
+
# zonal shift if necessary.
|
1494
|
+
#
|
1495
|
+
# You can start a zonal shift for an EKS cluster, or you can allow
|
1496
|
+
# Amazon Web Services to do it for you by enabling *zonal autoshift*.
|
1497
|
+
# This shift updates the flow of east-to-west network traffic in your
|
1498
|
+
# cluster to only consider network endpoints for Pods running on
|
1499
|
+
# worker nodes in healthy AZs. Additionally, any ALB or NLB handling
|
1500
|
+
# ingress traffic for applications in your EKS cluster will
|
1501
|
+
# automatically route traffic to targets in the healthy AZs. For more
|
1502
|
+
# information about zonal shift in EKS, see [Learn about Amazon
|
1503
|
+
# Application Recovery Controller (ARC) Zonal Shift in Amazon EKS][1]
|
1504
|
+
# in the <i> <i>Amazon EKS User Guide</i> </i>.
|
1505
|
+
#
|
1506
|
+
#
|
1507
|
+
#
|
1508
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
1509
|
+
# @return [Types::ZonalShiftConfigRequest]
|
1510
|
+
#
|
1474
1511
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
|
1475
1512
|
#
|
1476
1513
|
class CreateClusterRequest < Struct.new(
|
@@ -1486,7 +1523,8 @@ module Aws::EKS
|
|
1486
1523
|
:outpost_config,
|
1487
1524
|
:access_config,
|
1488
1525
|
:bootstrap_self_managed_addons,
|
1489
|
-
:upgrade_policy
|
1526
|
+
:upgrade_policy,
|
1527
|
+
:zonal_shift_config)
|
1490
1528
|
SENSITIVE = []
|
1491
1529
|
include Aws::Structure
|
1492
1530
|
end
|
@@ -3441,6 +3479,11 @@ module Aws::EKS
|
|
3441
3479
|
# server. This can happen if there are network disruptions or if API
|
3442
3480
|
# servers are timing out processing requests.
|
3443
3481
|
#
|
3482
|
+
# * **Ec2InstanceTypeDoesNotExist**: One or more of the supplied
|
3483
|
+
# Amazon EC2 instance types do not exist. Amazon EKS checked for the
|
3484
|
+
# instance types that you provided in this Amazon Web Services
|
3485
|
+
# Region, and one or more aren't available.
|
3486
|
+
#
|
3444
3487
|
# * **Ec2LaunchTemplateNotFound**: We couldn't find the Amazon EC2
|
3445
3488
|
# launch template for your managed node group. You may be able to
|
3446
3489
|
# recreate a launch template with the same settings to recover.
|
@@ -5992,6 +6035,33 @@ module Aws::EKS
|
|
5992
6035
|
# standard support.
|
5993
6036
|
# @return [Types::UpgradePolicyRequest]
|
5994
6037
|
#
|
6038
|
+
# @!attribute [rw] zonal_shift_config
|
6039
|
+
# Enable or disable ARC zonal shift for the cluster. If zonal shift is
|
6040
|
+
# enabled, Amazon Web Services configures zonal autoshift for the
|
6041
|
+
# cluster.
|
6042
|
+
#
|
6043
|
+
# Zonal shift is a feature of Amazon Application Recovery Controller
|
6044
|
+
# (ARC). ARC zonal shift is designed to be a temporary measure that
|
6045
|
+
# allows you to move traffic for a resource away from an impaired AZ
|
6046
|
+
# until the zonal shift expires or you cancel it. You can extend the
|
6047
|
+
# zonal shift if necessary.
|
6048
|
+
#
|
6049
|
+
# You can start a zonal shift for an EKS cluster, or you can allow
|
6050
|
+
# Amazon Web Services to do it for you by enabling *zonal autoshift*.
|
6051
|
+
# This shift updates the flow of east-to-west network traffic in your
|
6052
|
+
# cluster to only consider network endpoints for Pods running on
|
6053
|
+
# worker nodes in healthy AZs. Additionally, any ALB or NLB handling
|
6054
|
+
# ingress traffic for applications in your EKS cluster will
|
6055
|
+
# automatically route traffic to targets in the healthy AZs. For more
|
6056
|
+
# information about zonal shift in EKS, see [Learn about Amazon
|
6057
|
+
# Application Recovery Controller (ARC) Zonal Shift in Amazon EKS][1]
|
6058
|
+
# in the <i> <i>Amazon EKS User Guide</i> </i>.
|
6059
|
+
#
|
6060
|
+
#
|
6061
|
+
#
|
6062
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
6063
|
+
# @return [Types::ZonalShiftConfigRequest]
|
6064
|
+
#
|
5995
6065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
|
5996
6066
|
#
|
5997
6067
|
class UpdateClusterConfigRequest < Struct.new(
|
@@ -6000,7 +6070,8 @@ module Aws::EKS
|
|
6000
6070
|
:logging,
|
6001
6071
|
:client_request_token,
|
6002
6072
|
:access_config,
|
6003
|
-
:upgrade_policy
|
6073
|
+
:upgrade_policy,
|
6074
|
+
:zonal_shift_config)
|
6004
6075
|
SENSITIVE = []
|
6005
6076
|
include Aws::Structure
|
6006
6077
|
end
|
@@ -6569,6 +6640,35 @@ module Aws::EKS
|
|
6569
6640
|
include Aws::Structure
|
6570
6641
|
end
|
6571
6642
|
|
6643
|
+
# The configuration for zonal shift for the cluster.
|
6644
|
+
#
|
6645
|
+
# @!attribute [rw] enabled
|
6646
|
+
# If zonal shift is enabled, Amazon Web Services configures zonal
|
6647
|
+
# autoshift for the cluster.
|
6648
|
+
# @return [Boolean]
|
6649
|
+
#
|
6650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ZonalShiftConfigRequest AWS API Documentation
|
6651
|
+
#
|
6652
|
+
class ZonalShiftConfigRequest < Struct.new(
|
6653
|
+
:enabled)
|
6654
|
+
SENSITIVE = []
|
6655
|
+
include Aws::Structure
|
6656
|
+
end
|
6657
|
+
|
6658
|
+
# The status of zonal shift configuration for the cluster
|
6659
|
+
#
|
6660
|
+
# @!attribute [rw] enabled
|
6661
|
+
# Whether the zonal shift is enabled.
|
6662
|
+
# @return [Boolean]
|
6663
|
+
#
|
6664
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ZonalShiftConfigResponse AWS API Documentation
|
6665
|
+
#
|
6666
|
+
class ZonalShiftConfigResponse < Struct.new(
|
6667
|
+
:enabled)
|
6668
|
+
SENSITIVE = []
|
6669
|
+
include Aws::Structure
|
6670
|
+
end
|
6671
|
+
|
6572
6672
|
end
|
6573
6673
|
end
|
6574
6674
|
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -226,6 +226,9 @@ module Aws
|
|
226
226
|
?bootstrap_self_managed_addons: bool,
|
227
227
|
?upgrade_policy: {
|
228
228
|
support_type: ("STANDARD" | "EXTENDED")?
|
229
|
+
},
|
230
|
+
?zonal_shift_config: {
|
231
|
+
enabled: bool?
|
229
232
|
}
|
230
233
|
) -> _CreateClusterResponseSuccess
|
231
234
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
@@ -865,6 +868,9 @@ module Aws
|
|
865
868
|
},
|
866
869
|
?upgrade_policy: {
|
867
870
|
support_type: ("STANDARD" | "EXTENDED")?
|
871
|
+
},
|
872
|
+
?zonal_shift_config: {
|
873
|
+
enabled: bool?
|
868
874
|
}
|
869
875
|
) -> _UpdateClusterConfigResponseSuccess
|
870
876
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -209,6 +209,7 @@ module Aws::EKS
|
|
209
209
|
attr_accessor outpost_config: Types::OutpostConfigResponse
|
210
210
|
attr_accessor access_config: Types::AccessConfigResponse
|
211
211
|
attr_accessor upgrade_policy: Types::UpgradePolicyResponse
|
212
|
+
attr_accessor zonal_shift_config: Types::ZonalShiftConfigResponse
|
212
213
|
SENSITIVE: []
|
213
214
|
end
|
214
215
|
|
@@ -310,6 +311,7 @@ module Aws::EKS
|
|
310
311
|
attr_accessor access_config: Types::CreateAccessConfigRequest
|
311
312
|
attr_accessor bootstrap_self_managed_addons: bool
|
312
313
|
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
314
|
+
attr_accessor zonal_shift_config: Types::ZonalShiftConfigRequest
|
313
315
|
SENSITIVE: []
|
314
316
|
end
|
315
317
|
|
@@ -804,7 +806,7 @@ module Aws::EKS
|
|
804
806
|
end
|
805
807
|
|
806
808
|
class Issue
|
807
|
-
attr_accessor code: ("AutoScalingGroupNotFound" | "AutoScalingGroupInvalidConfiguration" | "Ec2SecurityGroupNotFound" | "Ec2SecurityGroupDeletionFailure" | "Ec2LaunchTemplateNotFound" | "Ec2LaunchTemplateVersionMismatch" | "Ec2SubnetNotFound" | "Ec2SubnetInvalidConfiguration" | "IamInstanceProfileNotFound" | "Ec2SubnetMissingIpv6Assignment" | "IamLimitExceeded" | "IamNodeRoleNotFound" | "NodeCreationFailure" | "AsgInstanceLaunchFailures" | "InstanceLimitExceeded" | "InsufficientFreeAddresses" | "AccessDenied" | "InternalFailure" | "ClusterUnreachable" | "AmiIdNotFound" | "AutoScalingGroupOptInRequired" | "AutoScalingGroupRateLimitExceeded" | "Ec2LaunchTemplateDeletionFailure" | "Ec2LaunchTemplateInvalidConfiguration" | "Ec2LaunchTemplateMaxLimitExceeded" | "Ec2SubnetListTooLong" | "IamThrottling" | "NodeTerminationFailure" | "PodEvictionFailure" | "SourceEc2LaunchTemplateNotFound" | "LimitExceeded" | "Unknown" | "AutoScalingGroupInstanceRefreshActive" | "KubernetesLabelInvalid" | "Ec2LaunchTemplateVersionMaxLimitExceeded")
|
809
|
+
attr_accessor code: ("AutoScalingGroupNotFound" | "AutoScalingGroupInvalidConfiguration" | "Ec2SecurityGroupNotFound" | "Ec2SecurityGroupDeletionFailure" | "Ec2LaunchTemplateNotFound" | "Ec2LaunchTemplateVersionMismatch" | "Ec2SubnetNotFound" | "Ec2SubnetInvalidConfiguration" | "IamInstanceProfileNotFound" | "Ec2SubnetMissingIpv6Assignment" | "IamLimitExceeded" | "IamNodeRoleNotFound" | "NodeCreationFailure" | "AsgInstanceLaunchFailures" | "InstanceLimitExceeded" | "InsufficientFreeAddresses" | "AccessDenied" | "InternalFailure" | "ClusterUnreachable" | "AmiIdNotFound" | "AutoScalingGroupOptInRequired" | "AutoScalingGroupRateLimitExceeded" | "Ec2LaunchTemplateDeletionFailure" | "Ec2LaunchTemplateInvalidConfiguration" | "Ec2LaunchTemplateMaxLimitExceeded" | "Ec2SubnetListTooLong" | "IamThrottling" | "NodeTerminationFailure" | "PodEvictionFailure" | "SourceEc2LaunchTemplateNotFound" | "LimitExceeded" | "Unknown" | "AutoScalingGroupInstanceRefreshActive" | "KubernetesLabelInvalid" | "Ec2LaunchTemplateVersionMaxLimitExceeded" | "Ec2InstanceTypeDoesNotExist")
|
808
810
|
attr_accessor message: ::String
|
809
811
|
attr_accessor resource_ids: ::Array[::String]
|
810
812
|
SENSITIVE: []
|
@@ -1253,7 +1255,7 @@ module Aws::EKS
|
|
1253
1255
|
class Update
|
1254
1256
|
attr_accessor id: ::String
|
1255
1257
|
attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
|
1256
|
-
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate")
|
1258
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate")
|
1257
1259
|
attr_accessor params: ::Array[Types::UpdateParam]
|
1258
1260
|
attr_accessor created_at: ::Time
|
1259
1261
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
@@ -1303,6 +1305,7 @@ module Aws::EKS
|
|
1303
1305
|
attr_accessor client_request_token: ::String
|
1304
1306
|
attr_accessor access_config: Types::UpdateAccessConfigRequest
|
1305
1307
|
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
1308
|
+
attr_accessor zonal_shift_config: Types::ZonalShiftConfigRequest
|
1306
1309
|
SENSITIVE: []
|
1307
1310
|
end
|
1308
1311
|
|
@@ -1374,7 +1377,7 @@ module Aws::EKS
|
|
1374
1377
|
end
|
1375
1378
|
|
1376
1379
|
class UpdateParam
|
1377
|
-
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" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy")
|
1380
|
+
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" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig")
|
1378
1381
|
attr_accessor value: ::String
|
1379
1382
|
SENSITIVE: []
|
1380
1383
|
end
|
@@ -1427,5 +1430,15 @@ module Aws::EKS
|
|
1427
1430
|
attr_accessor public_access_cidrs: ::Array[::String]
|
1428
1431
|
SENSITIVE: []
|
1429
1432
|
end
|
1433
|
+
|
1434
|
+
class ZonalShiftConfigRequest
|
1435
|
+
attr_accessor enabled: bool
|
1436
|
+
SENSITIVE: []
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class ZonalShiftConfigResponse
|
1440
|
+
attr_accessor enabled: bool
|
1441
|
+
SENSITIVE: []
|
1442
|
+
end
|
1430
1443
|
end
|
1431
1444
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-eks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.121.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|