aws-sdk-eks 1.120.0 → 1.122.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f8730d5da450c893b97a36018113991c0c97e4183dba78efb9a9271b0485b2b
4
- data.tar.gz: 5325b9c7898c705ce55595368b4afebaa65c2757b572dea59ef786a556373b1b
3
+ metadata.gz: c7931cc5ab62827dda82685a5a6e54fe376feed68851a41383bebb48b12ea074
4
+ data.tar.gz: 3ba6035af1e12c988e4357d505a8e92f096ed6a530fbf7226fdc6911d311fb55
5
5
  SHA512:
6
- metadata.gz: 27c00b0a3134140be1e9c2d3aaf5621aa5adea57e2f0adf945f2a679bdf435142cd013d3d197d6ff4cbd937fa75208881ba2c8e9994838052aac855f83cbd1ee
7
- data.tar.gz: 2a19cb638973cf5a999deb5f3ba0ff00eaa2c6202145f9f5b05d4ed715aa1e5d05bc3ffad0a0337379598fc8c4164e96304b6dfe21d7d688104afe29dc8bbc9c
6
+ metadata.gz: a1ee0214c4182cdebe2d6b23ef365aa78c56ffbbd75a7cd374c5e03f1bdf50fcd4ed00e2f7461abf05875ef6187832d6eef1d4836c66ae1f730ade8d0b1e9baa
7
+ data.tar.gz: 32b6e0a0d87f9634c92a750da0cabf4eb141ffa227b758516d9fbd5fbd4306cfa01fea053f02426fd13110a2df6c339c156d2a78195796c98990bf7dc246d72a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API.
8
+
9
+ 1.121.0 (2024-11-08)
10
+ ------------------
11
+
12
+ * Feature - Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
13
+
4
14
  1.120.0 (2024-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.122.0
@@ -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", "ZonalShiftConfigUpdate"
555
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
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", "ZonalShiftConfig"
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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
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", "ZonalShiftConfigUpdate"
639
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
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", "ZonalShiftConfig"
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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
642
642
  # resp.update.params[0].value #=> String
643
643
  # resp.update.created_at #=> Time
644
644
  # resp.update.errors #=> Array
@@ -1155,6 +1155,22 @@ module Aws::EKS
1155
1155
  #
1156
1156
  # [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
1157
1157
  #
1158
+ # @option params [Types::RemoteNetworkConfigRequest] :remote_network_config
1159
+ # The configuration in the cluster for EKS Hybrid Nodes. You can't
1160
+ # change or update this configuration after the cluster is created.
1161
+ #
1162
+ # @option params [Types::ComputeConfigRequest] :compute_config
1163
+ # Enable or disable the compute capability of EKS Auto Mode when
1164
+ # creating your EKS Auto Mode cluster. If the compute capability is
1165
+ # enabled, EKS Auto Mode will create and delete EC2 Managed Instances in
1166
+ # your Amazon Web Services account
1167
+ #
1168
+ # @option params [Types::StorageConfigRequest] :storage_config
1169
+ # Enable or disable the block storage capability of EKS Auto Mode when
1170
+ # creating your EKS Auto Mode cluster. If the block storage capability
1171
+ # is enabled, EKS Auto Mode will create and delete EBS volumes in your
1172
+ # Amazon Web Services account.
1173
+ #
1158
1174
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1159
1175
  #
1160
1176
  # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
@@ -1200,6 +1216,9 @@ module Aws::EKS
1200
1216
  # kubernetes_network_config: {
1201
1217
  # service_ipv_4_cidr: "String",
1202
1218
  # ip_family: "ipv4", # accepts ipv4, ipv6
1219
+ # elastic_load_balancing: {
1220
+ # enabled: false,
1221
+ # },
1203
1222
  # },
1204
1223
  # logging: {
1205
1224
  # cluster_logging: [
@@ -1239,6 +1258,28 @@ module Aws::EKS
1239
1258
  # zonal_shift_config: {
1240
1259
  # enabled: false,
1241
1260
  # },
1261
+ # remote_network_config: {
1262
+ # remote_node_networks: [
1263
+ # {
1264
+ # cidrs: ["String"],
1265
+ # },
1266
+ # ],
1267
+ # remote_pod_networks: [
1268
+ # {
1269
+ # cidrs: ["String"],
1270
+ # },
1271
+ # ],
1272
+ # },
1273
+ # compute_config: {
1274
+ # enabled: false,
1275
+ # node_pools: ["String"],
1276
+ # node_role_arn: "String",
1277
+ # },
1278
+ # storage_config: {
1279
+ # block_storage: {
1280
+ # enabled: false,
1281
+ # },
1282
+ # },
1242
1283
  # })
1243
1284
  #
1244
1285
  # @example Response structure
@@ -1262,6 +1303,7 @@ module Aws::EKS
1262
1303
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
1263
1304
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
1264
1305
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
1306
+ # resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
1265
1307
  # resp.cluster.logging.cluster_logging #=> Array
1266
1308
  # resp.cluster.logging.cluster_logging[0].types #=> Array
1267
1309
  # resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
@@ -1296,6 +1338,17 @@ module Aws::EKS
1296
1338
  # resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
1297
1339
  # resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
1298
1340
  # resp.cluster.zonal_shift_config.enabled #=> Boolean
1341
+ # resp.cluster.remote_network_config.remote_node_networks #=> Array
1342
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
1343
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
1344
+ # resp.cluster.remote_network_config.remote_pod_networks #=> Array
1345
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
1346
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
1347
+ # resp.cluster.compute_config.enabled #=> Boolean
1348
+ # resp.cluster.compute_config.node_pools #=> Array
1349
+ # resp.cluster.compute_config.node_pools[0] #=> String
1350
+ # resp.cluster.compute_config.node_role_arn #=> String
1351
+ # resp.cluster.storage_config.block_storage.enabled #=> Boolean
1299
1352
  #
1300
1353
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
1301
1354
  #
@@ -1825,7 +1878,7 @@ module Aws::EKS
1825
1878
  # resp.nodegroup.resources.remote_access_security_group #=> String
1826
1879
  # resp.nodegroup.disk_size #=> Integer
1827
1880
  # resp.nodegroup.health.issues #=> Array
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"
1881
+ # 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"
1829
1882
  # resp.nodegroup.health.issues[0].message #=> String
1830
1883
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1831
1884
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -2123,6 +2176,7 @@ module Aws::EKS
2123
2176
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
2124
2177
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
2125
2178
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
2179
+ # resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
2126
2180
  # resp.cluster.logging.cluster_logging #=> Array
2127
2181
  # resp.cluster.logging.cluster_logging[0].types #=> Array
2128
2182
  # resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
@@ -2157,6 +2211,17 @@ module Aws::EKS
2157
2211
  # resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
2158
2212
  # resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
2159
2213
  # resp.cluster.zonal_shift_config.enabled #=> Boolean
2214
+ # resp.cluster.remote_network_config.remote_node_networks #=> Array
2215
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
2216
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
2217
+ # resp.cluster.remote_network_config.remote_pod_networks #=> Array
2218
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
2219
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
2220
+ # resp.cluster.compute_config.enabled #=> Boolean
2221
+ # resp.cluster.compute_config.node_pools #=> Array
2222
+ # resp.cluster.compute_config.node_pools[0] #=> String
2223
+ # resp.cluster.compute_config.node_role_arn #=> String
2224
+ # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2160
2225
  #
2161
2226
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
2162
2227
  #
@@ -2326,7 +2391,7 @@ module Aws::EKS
2326
2391
  # resp.nodegroup.resources.remote_access_security_group #=> String
2327
2392
  # resp.nodegroup.disk_size #=> Integer
2328
2393
  # resp.nodegroup.health.issues #=> Array
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"
2394
+ # 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"
2330
2395
  # resp.nodegroup.health.issues[0].message #=> String
2331
2396
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
2332
2397
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -2438,6 +2503,7 @@ module Aws::EKS
2438
2503
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
2439
2504
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
2440
2505
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
2506
+ # resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
2441
2507
  # resp.cluster.logging.cluster_logging #=> Array
2442
2508
  # resp.cluster.logging.cluster_logging[0].types #=> Array
2443
2509
  # resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
@@ -2472,6 +2538,17 @@ module Aws::EKS
2472
2538
  # resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
2473
2539
  # resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
2474
2540
  # resp.cluster.zonal_shift_config.enabled #=> Boolean
2541
+ # resp.cluster.remote_network_config.remote_node_networks #=> Array
2542
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
2543
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
2544
+ # resp.cluster.remote_network_config.remote_pod_networks #=> Array
2545
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
2546
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
2547
+ # resp.cluster.compute_config.enabled #=> Boolean
2548
+ # resp.cluster.compute_config.node_pools #=> Array
2549
+ # resp.cluster.compute_config.node_pools[0] #=> String
2550
+ # resp.cluster.compute_config.node_role_arn #=> String
2551
+ # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2475
2552
  #
2476
2553
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
2477
2554
  #
@@ -2714,6 +2791,8 @@ module Aws::EKS
2714
2791
  # resp.addons[0].addon_versions[0].addon_version #=> String
2715
2792
  # resp.addons[0].addon_versions[0].architecture #=> Array
2716
2793
  # resp.addons[0].addon_versions[0].architecture[0] #=> String
2794
+ # resp.addons[0].addon_versions[0].compute_types #=> Array
2795
+ # resp.addons[0].addon_versions[0].compute_types[0] #=> String
2717
2796
  # resp.addons[0].addon_versions[0].compatibilities #=> Array
2718
2797
  # resp.addons[0].addon_versions[0].compatibilities[0].cluster_version #=> String
2719
2798
  # resp.addons[0].addon_versions[0].compatibilities[0].platform_versions #=> Array
@@ -2821,6 +2900,7 @@ module Aws::EKS
2821
2900
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
2822
2901
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
2823
2902
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
2903
+ # resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
2824
2904
  # resp.cluster.logging.cluster_logging #=> Array
2825
2905
  # resp.cluster.logging.cluster_logging[0].types #=> Array
2826
2906
  # resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
@@ -2855,6 +2935,17 @@ module Aws::EKS
2855
2935
  # resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
2856
2936
  # resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
2857
2937
  # resp.cluster.zonal_shift_config.enabled #=> Boolean
2938
+ # resp.cluster.remote_network_config.remote_node_networks #=> Array
2939
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
2940
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
2941
+ # resp.cluster.remote_network_config.remote_pod_networks #=> Array
2942
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
2943
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
2944
+ # resp.cluster.compute_config.enabled #=> Boolean
2945
+ # resp.cluster.compute_config.node_pools #=> Array
2946
+ # resp.cluster.compute_config.node_pools[0] #=> String
2947
+ # resp.cluster.compute_config.node_role_arn #=> String
2948
+ # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2858
2949
  #
2859
2950
  #
2860
2951
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3127,7 +3218,7 @@ module Aws::EKS
3127
3218
  # resp.nodegroup.resources.remote_access_security_group #=> String
3128
3219
  # resp.nodegroup.disk_size #=> Integer
3129
3220
  # resp.nodegroup.health.issues #=> Array
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"
3221
+ # 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"
3131
3222
  # resp.nodegroup.health.issues[0].message #=> String
3132
3223
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
3133
3224
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -3244,9 +3335,9 @@ module Aws::EKS
3244
3335
  #
3245
3336
  # resp.update.id #=> String
3246
3337
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3247
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
3338
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3248
3339
  # resp.update.params #=> Array
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"
3340
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3250
3341
  # resp.update.params[0].value #=> String
3251
3342
  # resp.update.created_at #=> Time
3252
3343
  # resp.update.errors #=> Array
@@ -3333,9 +3424,9 @@ module Aws::EKS
3333
3424
  #
3334
3425
  # resp.update.id #=> String
3335
3426
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3336
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
3427
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3337
3428
  # resp.update.params #=> Array
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"
3429
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3339
3430
  # resp.update.params[0].value #=> String
3340
3431
  # resp.update.created_at #=> Time
3341
3432
  # resp.update.errors #=> Array
@@ -4260,6 +4351,7 @@ module Aws::EKS
4260
4351
  # resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
4261
4352
  # resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
4262
4353
  # resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
4354
+ # resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
4263
4355
  # resp.cluster.logging.cluster_logging #=> Array
4264
4356
  # resp.cluster.logging.cluster_logging[0].types #=> Array
4265
4357
  # resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
@@ -4294,6 +4386,17 @@ module Aws::EKS
4294
4386
  # resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
4295
4387
  # resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
4296
4388
  # resp.cluster.zonal_shift_config.enabled #=> Boolean
4389
+ # resp.cluster.remote_network_config.remote_node_networks #=> Array
4390
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
4391
+ # resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
4392
+ # resp.cluster.remote_network_config.remote_pod_networks #=> Array
4393
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
4394
+ # resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
4395
+ # resp.cluster.compute_config.enabled #=> Boolean
4396
+ # resp.cluster.compute_config.node_pools #=> Array
4397
+ # resp.cluster.compute_config.node_pools[0] #=> String
4398
+ # resp.cluster.compute_config.node_role_arn #=> String
4399
+ # resp.cluster.storage_config.block_storage.enabled #=> Boolean
4297
4400
  #
4298
4401
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
4299
4402
  #
@@ -4564,9 +4667,9 @@ module Aws::EKS
4564
4667
  #
4565
4668
  # resp.update.id #=> String
4566
4669
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4567
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
4670
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4568
4671
  # resp.update.params #=> Array
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"
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", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4570
4673
  # resp.update.params[0].value #=> String
4571
4674
  # resp.update.created_at #=> Time
4572
4675
  # resp.update.errors #=> Array
@@ -4700,6 +4803,17 @@ module Aws::EKS
4700
4803
  #
4701
4804
  # [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
4702
4805
  #
4806
+ # @option params [Types::ComputeConfigRequest] :compute_config
4807
+ # Update the configuration of the compute capability of your EKS Auto
4808
+ # Mode cluster. For example, enable the capability.
4809
+ #
4810
+ # @option params [Types::KubernetesNetworkConfigRequest] :kubernetes_network_config
4811
+ # The Kubernetes network configuration for the cluster.
4812
+ #
4813
+ # @option params [Types::StorageConfigRequest] :storage_config
4814
+ # Update the configuration of the block storage capability of your EKS
4815
+ # Auto Mode cluster. For example, enable the capability.
4816
+ #
4703
4817
  # @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4704
4818
  #
4705
4819
  # * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
@@ -4733,15 +4847,32 @@ module Aws::EKS
4733
4847
  # zonal_shift_config: {
4734
4848
  # enabled: false,
4735
4849
  # },
4850
+ # compute_config: {
4851
+ # enabled: false,
4852
+ # node_pools: ["String"],
4853
+ # node_role_arn: "String",
4854
+ # },
4855
+ # kubernetes_network_config: {
4856
+ # service_ipv_4_cidr: "String",
4857
+ # ip_family: "ipv4", # accepts ipv4, ipv6
4858
+ # elastic_load_balancing: {
4859
+ # enabled: false,
4860
+ # },
4861
+ # },
4862
+ # storage_config: {
4863
+ # block_storage: {
4864
+ # enabled: false,
4865
+ # },
4866
+ # },
4736
4867
  # })
4737
4868
  #
4738
4869
  # @example Response structure
4739
4870
  #
4740
4871
  # resp.update.id #=> String
4741
4872
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4742
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
4873
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4743
4874
  # resp.update.params #=> Array
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"
4875
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4745
4876
  # resp.update.params[0].value #=> String
4746
4877
  # resp.update.created_at #=> Time
4747
4878
  # resp.update.errors #=> Array
@@ -4803,9 +4934,9 @@ module Aws::EKS
4803
4934
  #
4804
4935
  # resp.update.id #=> String
4805
4936
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4806
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
4937
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4807
4938
  # resp.update.params #=> Array
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"
4939
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4809
4940
  # resp.update.params[0].value #=> String
4810
4941
  # resp.update.created_at #=> Time
4811
4942
  # resp.update.errors #=> Array
@@ -4966,9 +5097,9 @@ module Aws::EKS
4966
5097
  #
4967
5098
  # resp.update.id #=> String
4968
5099
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4969
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
5100
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4970
5101
  # resp.update.params #=> Array
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"
5102
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4972
5103
  # resp.update.params[0].value #=> String
4973
5104
  # resp.update.created_at #=> Time
4974
5105
  # resp.update.errors #=> Array
@@ -5106,9 +5237,9 @@ module Aws::EKS
5106
5237
  #
5107
5238
  # resp.update.id #=> String
5108
5239
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5109
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate"
5240
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5110
5241
  # resp.update.params #=> Array
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"
5242
+ # 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", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5112
5243
  # resp.update.params[0].value #=> String
5113
5244
  # resp.update.created_at #=> Time
5114
5245
  # resp.update.errors #=> Array
@@ -5202,7 +5333,7 @@ module Aws::EKS
5202
5333
  tracer: tracer
5203
5334
  )
5204
5335
  context[:gem_name] = 'aws-sdk-eks'
5205
- context[:gem_version] = '1.120.0'
5336
+ context[:gem_version] = '1.122.0'
5206
5337
  Seahorse::Client::Request.new(handlers, context)
5207
5338
  end
5208
5339