aws-sdk-eks 1.121.0 → 1.123.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 +165 -19
- data/lib/aws-sdk-eks/client_api.rb +71 -0
- data/lib/aws-sdk-eks/types.rb +481 -5
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +49 -1
- data/sig/types.rbs +78 -2
- 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: a998fe0ba546cbb80041e1ca2cbf4672ffded1d3501f00e8c26db8f569bd9795
|
4
|
+
data.tar.gz: e297d83ea695d9ede54c16842b312d30bbf329772a2c971d37b09488d15a9bcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7df6db1b1c30324887d1054f22661000e7b431f151c41dac5f6868a53ce2fac8db033dc5a24fb9a4a69fa6228c3ed941ce412267200e39fe567cc5b314f00965
|
7
|
+
data.tar.gz: 758919124e626761fa59f75a6ce4c636365b7e79a4faaed4a572475b16a18328f02948ef249ad4b447190611362bf07a56f5a6ee29157075d19ae30cdbf0c15c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.123.0 (2024-12-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest
|
8
|
+
|
9
|
+
1.122.0 (2024-12-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API.
|
13
|
+
|
4
14
|
1.121.0 (2024-11-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.123.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", "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", "NodeRepairEnabled", "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", "NodeRepairEnabled", "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
|
#
|
@@ -1702,6 +1755,9 @@ module Aws::EKS
|
|
1702
1755
|
# @option params [Types::NodegroupUpdateConfig] :update_config
|
1703
1756
|
# The node group update configuration.
|
1704
1757
|
#
|
1758
|
+
# @option params [Types::NodeRepairConfig] :node_repair_config
|
1759
|
+
# The node auto repair configuration for the node group.
|
1760
|
+
#
|
1705
1761
|
# @option params [String] :capacity_type
|
1706
1762
|
# The capacity type for your node group.
|
1707
1763
|
#
|
@@ -1786,6 +1842,9 @@ module Aws::EKS
|
|
1786
1842
|
# max_unavailable: 1,
|
1787
1843
|
# max_unavailable_percentage: 1,
|
1788
1844
|
# },
|
1845
|
+
# node_repair_config: {
|
1846
|
+
# enabled: false,
|
1847
|
+
# },
|
1789
1848
|
# capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT, CAPACITY_BLOCK
|
1790
1849
|
# version: "String",
|
1791
1850
|
# release_version: "String",
|
@@ -1831,6 +1890,7 @@ module Aws::EKS
|
|
1831
1890
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
1832
1891
|
# resp.nodegroup.update_config.max_unavailable #=> Integer
|
1833
1892
|
# resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
|
1893
|
+
# resp.nodegroup.node_repair_config.enabled #=> Boolean
|
1834
1894
|
# resp.nodegroup.launch_template.name #=> String
|
1835
1895
|
# resp.nodegroup.launch_template.version #=> String
|
1836
1896
|
# resp.nodegroup.launch_template.id #=> String
|
@@ -2123,6 +2183,7 @@ module Aws::EKS
|
|
2123
2183
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
2124
2184
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
2125
2185
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
2186
|
+
# resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
|
2126
2187
|
# resp.cluster.logging.cluster_logging #=> Array
|
2127
2188
|
# resp.cluster.logging.cluster_logging[0].types #=> Array
|
2128
2189
|
# resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
|
@@ -2157,6 +2218,17 @@ module Aws::EKS
|
|
2157
2218
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2158
2219
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2159
2220
|
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2221
|
+
# resp.cluster.remote_network_config.remote_node_networks #=> Array
|
2222
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
|
2223
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
|
2224
|
+
# resp.cluster.remote_network_config.remote_pod_networks #=> Array
|
2225
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
|
2226
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
|
2227
|
+
# resp.cluster.compute_config.enabled #=> Boolean
|
2228
|
+
# resp.cluster.compute_config.node_pools #=> Array
|
2229
|
+
# resp.cluster.compute_config.node_pools[0] #=> String
|
2230
|
+
# resp.cluster.compute_config.node_role_arn #=> String
|
2231
|
+
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
2160
2232
|
#
|
2161
2233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
2162
2234
|
#
|
@@ -2332,6 +2404,7 @@ module Aws::EKS
|
|
2332
2404
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
2333
2405
|
# resp.nodegroup.update_config.max_unavailable #=> Integer
|
2334
2406
|
# resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
|
2407
|
+
# resp.nodegroup.node_repair_config.enabled #=> Boolean
|
2335
2408
|
# resp.nodegroup.launch_template.name #=> String
|
2336
2409
|
# resp.nodegroup.launch_template.version #=> String
|
2337
2410
|
# resp.nodegroup.launch_template.id #=> String
|
@@ -2438,6 +2511,7 @@ module Aws::EKS
|
|
2438
2511
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
2439
2512
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
2440
2513
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
2514
|
+
# resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
|
2441
2515
|
# resp.cluster.logging.cluster_logging #=> Array
|
2442
2516
|
# resp.cluster.logging.cluster_logging[0].types #=> Array
|
2443
2517
|
# resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
|
@@ -2472,6 +2546,17 @@ module Aws::EKS
|
|
2472
2546
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2473
2547
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2474
2548
|
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2549
|
+
# resp.cluster.remote_network_config.remote_node_networks #=> Array
|
2550
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
|
2551
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
|
2552
|
+
# resp.cluster.remote_network_config.remote_pod_networks #=> Array
|
2553
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
|
2554
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
|
2555
|
+
# resp.cluster.compute_config.enabled #=> Boolean
|
2556
|
+
# resp.cluster.compute_config.node_pools #=> Array
|
2557
|
+
# resp.cluster.compute_config.node_pools[0] #=> String
|
2558
|
+
# resp.cluster.compute_config.node_role_arn #=> String
|
2559
|
+
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
2475
2560
|
#
|
2476
2561
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
2477
2562
|
#
|
@@ -2714,6 +2799,8 @@ module Aws::EKS
|
|
2714
2799
|
# resp.addons[0].addon_versions[0].addon_version #=> String
|
2715
2800
|
# resp.addons[0].addon_versions[0].architecture #=> Array
|
2716
2801
|
# resp.addons[0].addon_versions[0].architecture[0] #=> String
|
2802
|
+
# resp.addons[0].addon_versions[0].compute_types #=> Array
|
2803
|
+
# resp.addons[0].addon_versions[0].compute_types[0] #=> String
|
2717
2804
|
# resp.addons[0].addon_versions[0].compatibilities #=> Array
|
2718
2805
|
# resp.addons[0].addon_versions[0].compatibilities[0].cluster_version #=> String
|
2719
2806
|
# resp.addons[0].addon_versions[0].compatibilities[0].platform_versions #=> Array
|
@@ -2821,6 +2908,7 @@ module Aws::EKS
|
|
2821
2908
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
2822
2909
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
2823
2910
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
2911
|
+
# resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
|
2824
2912
|
# resp.cluster.logging.cluster_logging #=> Array
|
2825
2913
|
# resp.cluster.logging.cluster_logging[0].types #=> Array
|
2826
2914
|
# resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
|
@@ -2855,6 +2943,17 @@ module Aws::EKS
|
|
2855
2943
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2856
2944
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2857
2945
|
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
2946
|
+
# resp.cluster.remote_network_config.remote_node_networks #=> Array
|
2947
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
|
2948
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
|
2949
|
+
# resp.cluster.remote_network_config.remote_pod_networks #=> Array
|
2950
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
|
2951
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
|
2952
|
+
# resp.cluster.compute_config.enabled #=> Boolean
|
2953
|
+
# resp.cluster.compute_config.node_pools #=> Array
|
2954
|
+
# resp.cluster.compute_config.node_pools[0] #=> String
|
2955
|
+
# resp.cluster.compute_config.node_role_arn #=> String
|
2956
|
+
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
2858
2957
|
#
|
2859
2958
|
#
|
2860
2959
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3133,6 +3232,7 @@ module Aws::EKS
|
|
3133
3232
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
3134
3233
|
# resp.nodegroup.update_config.max_unavailable #=> Integer
|
3135
3234
|
# resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
|
3235
|
+
# resp.nodegroup.node_repair_config.enabled #=> Boolean
|
3136
3236
|
# resp.nodegroup.launch_template.name #=> String
|
3137
3237
|
# resp.nodegroup.launch_template.version #=> String
|
3138
3238
|
# resp.nodegroup.launch_template.id #=> String
|
@@ -3244,9 +3344,9 @@ module Aws::EKS
|
|
3244
3344
|
#
|
3245
3345
|
# resp.update.id #=> String
|
3246
3346
|
# 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"
|
3347
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
3248
3348
|
# 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"
|
3349
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
3250
3350
|
# resp.update.params[0].value #=> String
|
3251
3351
|
# resp.update.created_at #=> Time
|
3252
3352
|
# resp.update.errors #=> Array
|
@@ -3333,9 +3433,9 @@ module Aws::EKS
|
|
3333
3433
|
#
|
3334
3434
|
# resp.update.id #=> String
|
3335
3435
|
# 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"
|
3436
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
3337
3437
|
# 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"
|
3438
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
3339
3439
|
# resp.update.params[0].value #=> String
|
3340
3440
|
# resp.update.created_at #=> Time
|
3341
3441
|
# resp.update.errors #=> Array
|
@@ -4260,6 +4360,7 @@ module Aws::EKS
|
|
4260
4360
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
4261
4361
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
4262
4362
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
4363
|
+
# resp.cluster.kubernetes_network_config.elastic_load_balancing.enabled #=> Boolean
|
4263
4364
|
# resp.cluster.logging.cluster_logging #=> Array
|
4264
4365
|
# resp.cluster.logging.cluster_logging[0].types #=> Array
|
4265
4366
|
# resp.cluster.logging.cluster_logging[0].types[0] #=> String, one of "api", "audit", "authenticator", "controllerManager", "scheduler"
|
@@ -4294,6 +4395,17 @@ module Aws::EKS
|
|
4294
4395
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
4295
4396
|
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
4296
4397
|
# resp.cluster.zonal_shift_config.enabled #=> Boolean
|
4398
|
+
# resp.cluster.remote_network_config.remote_node_networks #=> Array
|
4399
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs #=> Array
|
4400
|
+
# resp.cluster.remote_network_config.remote_node_networks[0].cidrs[0] #=> String
|
4401
|
+
# resp.cluster.remote_network_config.remote_pod_networks #=> Array
|
4402
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs #=> Array
|
4403
|
+
# resp.cluster.remote_network_config.remote_pod_networks[0].cidrs[0] #=> String
|
4404
|
+
# resp.cluster.compute_config.enabled #=> Boolean
|
4405
|
+
# resp.cluster.compute_config.node_pools #=> Array
|
4406
|
+
# resp.cluster.compute_config.node_pools[0] #=> String
|
4407
|
+
# resp.cluster.compute_config.node_role_arn #=> String
|
4408
|
+
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
4297
4409
|
#
|
4298
4410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
4299
4411
|
#
|
@@ -4564,9 +4676,9 @@ module Aws::EKS
|
|
4564
4676
|
#
|
4565
4677
|
# resp.update.id #=> String
|
4566
4678
|
# 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"
|
4679
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
4568
4680
|
# 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"
|
4681
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
4570
4682
|
# resp.update.params[0].value #=> String
|
4571
4683
|
# resp.update.created_at #=> Time
|
4572
4684
|
# resp.update.errors #=> Array
|
@@ -4700,6 +4812,17 @@ module Aws::EKS
|
|
4700
4812
|
#
|
4701
4813
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
4702
4814
|
#
|
4815
|
+
# @option params [Types::ComputeConfigRequest] :compute_config
|
4816
|
+
# Update the configuration of the compute capability of your EKS Auto
|
4817
|
+
# Mode cluster. For example, enable the capability.
|
4818
|
+
#
|
4819
|
+
# @option params [Types::KubernetesNetworkConfigRequest] :kubernetes_network_config
|
4820
|
+
# The Kubernetes network configuration for the cluster.
|
4821
|
+
#
|
4822
|
+
# @option params [Types::StorageConfigRequest] :storage_config
|
4823
|
+
# Update the configuration of the block storage capability of your EKS
|
4824
|
+
# Auto Mode cluster. For example, enable the capability.
|
4825
|
+
#
|
4703
4826
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4704
4827
|
#
|
4705
4828
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -4733,15 +4856,32 @@ module Aws::EKS
|
|
4733
4856
|
# zonal_shift_config: {
|
4734
4857
|
# enabled: false,
|
4735
4858
|
# },
|
4859
|
+
# compute_config: {
|
4860
|
+
# enabled: false,
|
4861
|
+
# node_pools: ["String"],
|
4862
|
+
# node_role_arn: "String",
|
4863
|
+
# },
|
4864
|
+
# kubernetes_network_config: {
|
4865
|
+
# service_ipv_4_cidr: "String",
|
4866
|
+
# ip_family: "ipv4", # accepts ipv4, ipv6
|
4867
|
+
# elastic_load_balancing: {
|
4868
|
+
# enabled: false,
|
4869
|
+
# },
|
4870
|
+
# },
|
4871
|
+
# storage_config: {
|
4872
|
+
# block_storage: {
|
4873
|
+
# enabled: false,
|
4874
|
+
# },
|
4875
|
+
# },
|
4736
4876
|
# })
|
4737
4877
|
#
|
4738
4878
|
# @example Response structure
|
4739
4879
|
#
|
4740
4880
|
# resp.update.id #=> String
|
4741
4881
|
# 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"
|
4882
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
4743
4883
|
# 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"
|
4884
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
4745
4885
|
# resp.update.params[0].value #=> String
|
4746
4886
|
# resp.update.created_at #=> Time
|
4747
4887
|
# resp.update.errors #=> Array
|
@@ -4803,9 +4943,9 @@ module Aws::EKS
|
|
4803
4943
|
#
|
4804
4944
|
# resp.update.id #=> String
|
4805
4945
|
# 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"
|
4946
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
4807
4947
|
# 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"
|
4948
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
4809
4949
|
# resp.update.params[0].value #=> String
|
4810
4950
|
# resp.update.created_at #=> Time
|
4811
4951
|
# resp.update.errors #=> Array
|
@@ -4912,6 +5052,9 @@ module Aws::EKS
|
|
4912
5052
|
# @option params [Types::NodegroupUpdateConfig] :update_config
|
4913
5053
|
# The node group update configuration.
|
4914
5054
|
#
|
5055
|
+
# @option params [Types::NodeRepairConfig] :node_repair_config
|
5056
|
+
# The node auto repair configuration for the node group.
|
5057
|
+
#
|
4915
5058
|
# @option params [String] :client_request_token
|
4916
5059
|
# A unique, case-sensitive identifier that you provide to ensure the
|
4917
5060
|
# idempotency of the request.
|
@@ -4959,6 +5102,9 @@ module Aws::EKS
|
|
4959
5102
|
# max_unavailable: 1,
|
4960
5103
|
# max_unavailable_percentage: 1,
|
4961
5104
|
# },
|
5105
|
+
# node_repair_config: {
|
5106
|
+
# enabled: false,
|
5107
|
+
# },
|
4962
5108
|
# client_request_token: "String",
|
4963
5109
|
# })
|
4964
5110
|
#
|
@@ -4966,9 +5112,9 @@ module Aws::EKS
|
|
4966
5112
|
#
|
4967
5113
|
# resp.update.id #=> String
|
4968
5114
|
# 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"
|
5115
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
4970
5116
|
# 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"
|
5117
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
4972
5118
|
# resp.update.params[0].value #=> String
|
4973
5119
|
# resp.update.created_at #=> Time
|
4974
5120
|
# resp.update.errors #=> Array
|
@@ -5106,9 +5252,9 @@ module Aws::EKS
|
|
5106
5252
|
#
|
5107
5253
|
# resp.update.id #=> String
|
5108
5254
|
# 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"
|
5255
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
5110
5256
|
# 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"
|
5257
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
|
5112
5258
|
# resp.update.params[0].value #=> String
|
5113
5259
|
# resp.update.created_at #=> Time
|
5114
5260
|
# resp.update.errors #=> Array
|
@@ -5202,7 +5348,7 @@ module Aws::EKS
|
|
5202
5348
|
tracer: tracer
|
5203
5349
|
)
|
5204
5350
|
context[:gem_name] = 'aws-sdk-eks'
|
5205
|
-
context[:gem_version] = '1.
|
5351
|
+
context[:gem_version] = '1.123.0'
|
5206
5352
|
Seahorse::Client::Request.new(handlers, context)
|
5207
5353
|
end
|
5208
5354
|
|