aws-sdk-eks 1.121.0 → 1.122.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +150 -19
- data/lib/aws-sdk-eks/client_api.rb +64 -0
- data/lib/aws-sdk-eks/types.rb +304 -5
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +43 -1
- data/sig/types.rbs +70 -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: c7931cc5ab62827dda82685a5a6e54fe376feed68851a41383bebb48b12ea074
|
4
|
+
data.tar.gz: 3ba6035af1e12c988e4357d505a8e92f096ed6a530fbf7226fdc6911d311fb55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1ee0214c4182cdebe2d6b23ef365aa78c56ffbbd75a7cd374c5e03f1bdf50fcd4ed00e2f7461abf05875ef6187832d6eef1d4836c66ae1f730ade8d0b1e9baa
|
7
|
+
data.tar.gz: 32b6e0a0d87f9634c92a750da0cabf4eb141ffa227b758516d9fbd5fbd4306cfa01fea053f02426fd13110a2df6c339c156d2a78195796c98990bf7dc246d72a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
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
|
+
|
4
9
|
1.121.0 (2024-11-08)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.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", "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
|
#
|
@@ -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
|
#
|
@@ -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):
|
@@ -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.
|
5336
|
+
context[:gem_version] = '1.122.0'
|
5206
5337
|
Seahorse::Client::Request.new(handlers, context)
|
5207
5338
|
end
|
5208
5339
|
|
@@ -49,6 +49,7 @@ module Aws::EKS
|
|
49
49
|
AutoScalingGroup = Shapes::StructureShape.new(name: 'AutoScalingGroup')
|
50
50
|
AutoScalingGroupList = Shapes::ListShape.new(name: 'AutoScalingGroupList')
|
51
51
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
52
|
+
BlockStorage = Shapes::StructureShape.new(name: 'BlockStorage')
|
52
53
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
53
54
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
54
55
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
@@ -69,6 +70,8 @@ module Aws::EKS
|
|
69
70
|
ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
|
70
71
|
Compatibilities = Shapes::ListShape.new(name: 'Compatibilities')
|
71
72
|
Compatibility = Shapes::StructureShape.new(name: 'Compatibility')
|
73
|
+
ComputeConfigRequest = Shapes::StructureShape.new(name: 'ComputeConfigRequest')
|
74
|
+
ComputeConfigResponse = Shapes::StructureShape.new(name: 'ComputeConfigResponse')
|
72
75
|
ConnectorConfigProvider = Shapes::StringShape.new(name: 'ConnectorConfigProvider')
|
73
76
|
ConnectorConfigRequest = Shapes::StructureShape.new(name: 'ConnectorConfigRequest')
|
74
77
|
ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
|
@@ -144,6 +147,7 @@ module Aws::EKS
|
|
144
147
|
EksAnywhereSubscriptionStatusValues = Shapes::ListShape.new(name: 'EksAnywhereSubscriptionStatusValues')
|
145
148
|
EksAnywhereSubscriptionTerm = Shapes::StructureShape.new(name: 'EksAnywhereSubscriptionTerm')
|
146
149
|
EksAnywhereSubscriptionTermUnit = Shapes::StringShape.new(name: 'EksAnywhereSubscriptionTermUnit')
|
150
|
+
ElasticLoadBalancing = Shapes::StructureShape.new(name: 'ElasticLoadBalancing')
|
147
151
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
148
152
|
EncryptionConfigList = Shapes::ListShape.new(name: 'EncryptionConfigList')
|
149
153
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
@@ -248,6 +252,12 @@ module Aws::EKS
|
|
248
252
|
RegisterClusterRequest = Shapes::StructureShape.new(name: 'RegisterClusterRequest')
|
249
253
|
RegisterClusterResponse = Shapes::StructureShape.new(name: 'RegisterClusterResponse')
|
250
254
|
RemoteAccessConfig = Shapes::StructureShape.new(name: 'RemoteAccessConfig')
|
255
|
+
RemoteNetworkConfigRequest = Shapes::StructureShape.new(name: 'RemoteNetworkConfigRequest')
|
256
|
+
RemoteNetworkConfigResponse = Shapes::StructureShape.new(name: 'RemoteNetworkConfigResponse')
|
257
|
+
RemoteNodeNetwork = Shapes::StructureShape.new(name: 'RemoteNodeNetwork')
|
258
|
+
RemoteNodeNetworkList = Shapes::ListShape.new(name: 'RemoteNodeNetworkList')
|
259
|
+
RemotePodNetwork = Shapes::StructureShape.new(name: 'RemotePodNetwork')
|
260
|
+
RemotePodNetworkList = Shapes::ListShape.new(name: 'RemotePodNetworkList')
|
251
261
|
ResolveConflicts = Shapes::StringShape.new(name: 'ResolveConflicts')
|
252
262
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
253
263
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
@@ -256,6 +266,8 @@ module Aws::EKS
|
|
256
266
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
257
267
|
ServerException = Shapes::StructureShape.new(name: 'ServerException')
|
258
268
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
269
|
+
StorageConfigRequest = Shapes::StructureShape.new(name: 'StorageConfigRequest')
|
270
|
+
StorageConfigResponse = Shapes::StructureShape.new(name: 'StorageConfigResponse')
|
259
271
|
String = Shapes::StringShape.new(name: 'String')
|
260
272
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
261
273
|
SupportType = Shapes::StringShape.new(name: 'SupportType')
|
@@ -395,6 +407,7 @@ module Aws::EKS
|
|
395
407
|
|
396
408
|
AddonVersionInfo.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
|
397
409
|
AddonVersionInfo.add_member(:architecture, Shapes::ShapeRef.new(shape: StringList, location_name: "architecture"))
|
410
|
+
AddonVersionInfo.add_member(:compute_types, Shapes::ShapeRef.new(shape: StringList, location_name: "computeTypes"))
|
398
411
|
AddonVersionInfo.add_member(:compatibilities, Shapes::ShapeRef.new(shape: Compatibilities, location_name: "compatibilities"))
|
399
412
|
AddonVersionInfo.add_member(:requires_configuration, Shapes::ShapeRef.new(shape: Boolean, location_name: "requiresConfiguration"))
|
400
413
|
AddonVersionInfo.add_member(:requires_iam_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "requiresIamPermissions"))
|
@@ -449,6 +462,9 @@ module Aws::EKS
|
|
449
462
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
450
463
|
BadRequestException.struct_class = Types::BadRequestException
|
451
464
|
|
465
|
+
BlockStorage.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
466
|
+
BlockStorage.struct_class = Types::BlockStorage
|
467
|
+
|
452
468
|
CategoryList.member = Shapes::ShapeRef.new(shape: Category)
|
453
469
|
|
454
470
|
Certificate.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "data"))
|
@@ -491,6 +507,9 @@ module Aws::EKS
|
|
491
507
|
Cluster.add_member(:access_config, Shapes::ShapeRef.new(shape: AccessConfigResponse, location_name: "accessConfig"))
|
492
508
|
Cluster.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyResponse, location_name: "upgradePolicy"))
|
493
509
|
Cluster.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigResponse, location_name: "zonalShiftConfig"))
|
510
|
+
Cluster.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigResponse, location_name: "remoteNetworkConfig"))
|
511
|
+
Cluster.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigResponse, location_name: "computeConfig"))
|
512
|
+
Cluster.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigResponse, location_name: "storageConfig"))
|
494
513
|
Cluster.struct_class = Types::Cluster
|
495
514
|
|
496
515
|
ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
|
@@ -510,6 +529,16 @@ module Aws::EKS
|
|
510
529
|
Compatibility.add_member(:default_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultVersion"))
|
511
530
|
Compatibility.struct_class = Types::Compatibility
|
512
531
|
|
532
|
+
ComputeConfigRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
533
|
+
ComputeConfigRequest.add_member(:node_pools, Shapes::ShapeRef.new(shape: StringList, location_name: "nodePools"))
|
534
|
+
ComputeConfigRequest.add_member(:node_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodeRoleArn"))
|
535
|
+
ComputeConfigRequest.struct_class = Types::ComputeConfigRequest
|
536
|
+
|
537
|
+
ComputeConfigResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
538
|
+
ComputeConfigResponse.add_member(:node_pools, Shapes::ShapeRef.new(shape: StringList, location_name: "nodePools"))
|
539
|
+
ComputeConfigResponse.add_member(:node_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodeRoleArn"))
|
540
|
+
ComputeConfigResponse.struct_class = Types::ComputeConfigResponse
|
541
|
+
|
513
542
|
ConnectorConfigRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
514
543
|
ConnectorConfigRequest.add_member(:provider, Shapes::ShapeRef.new(shape: ConnectorConfigProvider, required: true, location_name: "provider"))
|
515
544
|
ConnectorConfigRequest.struct_class = Types::ConnectorConfigRequest
|
@@ -571,6 +600,9 @@ module Aws::EKS
|
|
571
600
|
CreateClusterRequest.add_member(:bootstrap_self_managed_addons, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapSelfManagedAddons"))
|
572
601
|
CreateClusterRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
573
602
|
CreateClusterRequest.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigRequest, location_name: "zonalShiftConfig"))
|
603
|
+
CreateClusterRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
|
604
|
+
CreateClusterRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
|
605
|
+
CreateClusterRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
574
606
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
575
607
|
|
576
608
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
@@ -826,6 +858,9 @@ module Aws::EKS
|
|
826
858
|
EksAnywhereSubscriptionTerm.add_member(:unit, Shapes::ShapeRef.new(shape: EksAnywhereSubscriptionTermUnit, location_name: "unit"))
|
827
859
|
EksAnywhereSubscriptionTerm.struct_class = Types::EksAnywhereSubscriptionTerm
|
828
860
|
|
861
|
+
ElasticLoadBalancing.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
862
|
+
ElasticLoadBalancing.struct_class = Types::ElasticLoadBalancing
|
863
|
+
|
829
864
|
EncryptionConfig.add_member(:resources, Shapes::ShapeRef.new(shape: StringList, location_name: "resources"))
|
830
865
|
EncryptionConfig.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
|
831
866
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
@@ -955,11 +990,13 @@ module Aws::EKS
|
|
955
990
|
|
956
991
|
KubernetesNetworkConfigRequest.add_member(:service_ipv_4_cidr, Shapes::ShapeRef.new(shape: String, location_name: "serviceIpv4Cidr"))
|
957
992
|
KubernetesNetworkConfigRequest.add_member(:ip_family, Shapes::ShapeRef.new(shape: IpFamily, location_name: "ipFamily"))
|
993
|
+
KubernetesNetworkConfigRequest.add_member(:elastic_load_balancing, Shapes::ShapeRef.new(shape: ElasticLoadBalancing, location_name: "elasticLoadBalancing"))
|
958
994
|
KubernetesNetworkConfigRequest.struct_class = Types::KubernetesNetworkConfigRequest
|
959
995
|
|
960
996
|
KubernetesNetworkConfigResponse.add_member(:service_ipv_4_cidr, Shapes::ShapeRef.new(shape: String, location_name: "serviceIpv4Cidr"))
|
961
997
|
KubernetesNetworkConfigResponse.add_member(:service_ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "serviceIpv6Cidr"))
|
962
998
|
KubernetesNetworkConfigResponse.add_member(:ip_family, Shapes::ShapeRef.new(shape: IpFamily, location_name: "ipFamily"))
|
999
|
+
KubernetesNetworkConfigResponse.add_member(:elastic_load_balancing, Shapes::ShapeRef.new(shape: ElasticLoadBalancing, location_name: "elasticLoadBalancing"))
|
963
1000
|
KubernetesNetworkConfigResponse.struct_class = Types::KubernetesNetworkConfigResponse
|
964
1001
|
|
965
1002
|
LaunchTemplateSpecification.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
@@ -1223,6 +1260,24 @@ module Aws::EKS
|
|
1223
1260
|
RemoteAccessConfig.add_member(:source_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "sourceSecurityGroups"))
|
1224
1261
|
RemoteAccessConfig.struct_class = Types::RemoteAccessConfig
|
1225
1262
|
|
1263
|
+
RemoteNetworkConfigRequest.add_member(:remote_node_networks, Shapes::ShapeRef.new(shape: RemoteNodeNetworkList, location_name: "remoteNodeNetworks"))
|
1264
|
+
RemoteNetworkConfigRequest.add_member(:remote_pod_networks, Shapes::ShapeRef.new(shape: RemotePodNetworkList, location_name: "remotePodNetworks"))
|
1265
|
+
RemoteNetworkConfigRequest.struct_class = Types::RemoteNetworkConfigRequest
|
1266
|
+
|
1267
|
+
RemoteNetworkConfigResponse.add_member(:remote_node_networks, Shapes::ShapeRef.new(shape: RemoteNodeNetworkList, location_name: "remoteNodeNetworks"))
|
1268
|
+
RemoteNetworkConfigResponse.add_member(:remote_pod_networks, Shapes::ShapeRef.new(shape: RemotePodNetworkList, location_name: "remotePodNetworks"))
|
1269
|
+
RemoteNetworkConfigResponse.struct_class = Types::RemoteNetworkConfigResponse
|
1270
|
+
|
1271
|
+
RemoteNodeNetwork.add_member(:cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "cidrs"))
|
1272
|
+
RemoteNodeNetwork.struct_class = Types::RemoteNodeNetwork
|
1273
|
+
|
1274
|
+
RemoteNodeNetworkList.member = Shapes::ShapeRef.new(shape: RemoteNodeNetwork)
|
1275
|
+
|
1276
|
+
RemotePodNetwork.add_member(:cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "cidrs"))
|
1277
|
+
RemotePodNetwork.struct_class = Types::RemotePodNetwork
|
1278
|
+
|
1279
|
+
RemotePodNetworkList.member = Shapes::ShapeRef.new(shape: RemotePodNetwork)
|
1280
|
+
|
1226
1281
|
ResourceInUseException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
1227
1282
|
ResourceInUseException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
1228
1283
|
ResourceInUseException.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
@@ -1256,6 +1311,12 @@ module Aws::EKS
|
|
1256
1311
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1257
1312
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
1258
1313
|
|
1314
|
+
StorageConfigRequest.add_member(:block_storage, Shapes::ShapeRef.new(shape: BlockStorage, location_name: "blockStorage"))
|
1315
|
+
StorageConfigRequest.struct_class = Types::StorageConfigRequest
|
1316
|
+
|
1317
|
+
StorageConfigResponse.add_member(:block_storage, Shapes::ShapeRef.new(shape: BlockStorage, location_name: "blockStorage"))
|
1318
|
+
StorageConfigResponse.struct_class = Types::StorageConfigResponse
|
1319
|
+
|
1259
1320
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
1260
1321
|
|
1261
1322
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -1327,6 +1388,9 @@ module Aws::EKS
|
|
1327
1388
|
UpdateClusterConfigRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: UpdateAccessConfigRequest, location_name: "accessConfig"))
|
1328
1389
|
UpdateClusterConfigRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
1329
1390
|
UpdateClusterConfigRequest.add_member(:zonal_shift_config, Shapes::ShapeRef.new(shape: ZonalShiftConfigRequest, location_name: "zonalShiftConfig"))
|
1391
|
+
UpdateClusterConfigRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
|
1392
|
+
UpdateClusterConfigRequest.add_member(:kubernetes_network_config, Shapes::ShapeRef.new(shape: KubernetesNetworkConfigRequest, location_name: "kubernetesNetworkConfig"))
|
1393
|
+
UpdateClusterConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
1330
1394
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
1331
1395
|
|
1332
1396
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -424,6 +424,10 @@ module Aws::EKS
|
|
424
424
|
# The architectures that the version supports.
|
425
425
|
# @return [Array<String>]
|
426
426
|
#
|
427
|
+
# @!attribute [rw] compute_types
|
428
|
+
# Indicates the compute type of the addon version.
|
429
|
+
# @return [Array<String>]
|
430
|
+
#
|
427
431
|
# @!attribute [rw] compatibilities
|
428
432
|
# An object representing the compatibilities of a version.
|
429
433
|
# @return [Array<Types::Compatibility>]
|
@@ -442,6 +446,7 @@ module Aws::EKS
|
|
442
446
|
class AddonVersionInfo < Struct.new(
|
443
447
|
:addon_version,
|
444
448
|
:architecture,
|
449
|
+
:compute_types,
|
445
450
|
:compatibilities,
|
446
451
|
:requires_configuration,
|
447
452
|
:requires_iam_permissions)
|
@@ -655,6 +660,28 @@ module Aws::EKS
|
|
655
660
|
include Aws::Structure
|
656
661
|
end
|
657
662
|
|
663
|
+
# Indicates the current configuration of the block storage capability on
|
664
|
+
# your EKS Auto Mode cluster. For example, if the capability is enabled
|
665
|
+
# or disabled. If the block storage capability is enabled, EKS Auto Mode
|
666
|
+
# will create and delete EBS volumes in your Amazon Web Services
|
667
|
+
# account. For more information, see EKS Auto Mode block storage
|
668
|
+
# capability in the EKS User Guide.
|
669
|
+
#
|
670
|
+
# @!attribute [rw] enabled
|
671
|
+
# Indicates if the block storage capability is enabled on your EKS
|
672
|
+
# Auto Mode cluster. If the block storage capability is enabled, EKS
|
673
|
+
# Auto Mode will create and delete EBS volumes in your Amazon Web
|
674
|
+
# Services account.
|
675
|
+
# @return [Boolean]
|
676
|
+
#
|
677
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/BlockStorage AWS API Documentation
|
678
|
+
#
|
679
|
+
class BlockStorage < Struct.new(
|
680
|
+
:enabled)
|
681
|
+
SENSITIVE = []
|
682
|
+
include Aws::Structure
|
683
|
+
end
|
684
|
+
|
658
685
|
# An object representing the `certificate-authority-data` for your
|
659
686
|
# cluster.
|
660
687
|
#
|
@@ -876,6 +903,29 @@ module Aws::EKS
|
|
876
903
|
# The configuration for zonal shift for the cluster.
|
877
904
|
# @return [Types::ZonalShiftConfigResponse]
|
878
905
|
#
|
906
|
+
# @!attribute [rw] remote_network_config
|
907
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can't
|
908
|
+
# change or update this configuration after the cluster is created.
|
909
|
+
# @return [Types::RemoteNetworkConfigResponse]
|
910
|
+
#
|
911
|
+
# @!attribute [rw] compute_config
|
912
|
+
# Indicates the current configuration of the compute capability on
|
913
|
+
# your EKS Auto Mode cluster. For example, if the capability is
|
914
|
+
# enabled or disabled. If the compute capability is enabled, EKS Auto
|
915
|
+
# Mode will create and delete EC2 Managed Instances in your Amazon Web
|
916
|
+
# Services account. For more information, see EKS Auto Mode compute
|
917
|
+
# capability in the EKS User Guide.
|
918
|
+
# @return [Types::ComputeConfigResponse]
|
919
|
+
#
|
920
|
+
# @!attribute [rw] storage_config
|
921
|
+
# Indicates the current configuration of the block storage capability
|
922
|
+
# on your EKS Auto Mode cluster. For example, if the capability is
|
923
|
+
# enabled or disabled. If the block storage capability is enabled, EKS
|
924
|
+
# Auto Mode will create and delete EBS volumes in your Amazon Web
|
925
|
+
# Services account. For more information, see EKS Auto Mode block
|
926
|
+
# storage capability in the EKS User Guide.
|
927
|
+
# @return [Types::StorageConfigResponse]
|
928
|
+
#
|
879
929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
|
880
930
|
#
|
881
931
|
class Cluster < Struct.new(
|
@@ -901,7 +951,10 @@ module Aws::EKS
|
|
901
951
|
:outpost_config,
|
902
952
|
:access_config,
|
903
953
|
:upgrade_policy,
|
904
|
-
:zonal_shift_config
|
954
|
+
:zonal_shift_config,
|
955
|
+
:remote_network_config,
|
956
|
+
:compute_config,
|
957
|
+
:storage_config)
|
905
958
|
SENSITIVE = []
|
906
959
|
include Aws::Structure
|
907
960
|
end
|
@@ -968,6 +1021,72 @@ module Aws::EKS
|
|
968
1021
|
include Aws::Structure
|
969
1022
|
end
|
970
1023
|
|
1024
|
+
# Request to update the configuration of the compute capability of your
|
1025
|
+
# EKS Auto Mode cluster. For example, enable the capability. For more
|
1026
|
+
# information, see EKS Auto Mode compute capability in the EKS User
|
1027
|
+
# Guide.
|
1028
|
+
#
|
1029
|
+
# @!attribute [rw] enabled
|
1030
|
+
# Request to enable or disable the compute capability on your EKS Auto
|
1031
|
+
# Mode cluster. If the compute capability is enabled, EKS Auto Mode
|
1032
|
+
# will create and delete EC2 Managed Instances in your Amazon Web
|
1033
|
+
# Services account.
|
1034
|
+
# @return [Boolean]
|
1035
|
+
#
|
1036
|
+
# @!attribute [rw] node_pools
|
1037
|
+
# Configuration for node pools that defines the compute resources for
|
1038
|
+
# your EKS Auto Mode cluster. For more information, see EKS Auto Mode
|
1039
|
+
# Node Pools in the EKS User Guide.
|
1040
|
+
# @return [Array<String>]
|
1041
|
+
#
|
1042
|
+
# @!attribute [rw] node_role_arn
|
1043
|
+
# The ARN of the IAM Role EKS will assign to EC2 Managed Instances in
|
1044
|
+
# your EKS Auto Mode cluster. This value cannot be changed after the
|
1045
|
+
# compute capability of EKS Auto Mode is enabled. For more
|
1046
|
+
# information, see the IAM Reference in the EKS User Guide.
|
1047
|
+
# @return [String]
|
1048
|
+
#
|
1049
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ComputeConfigRequest AWS API Documentation
|
1050
|
+
#
|
1051
|
+
class ComputeConfigRequest < Struct.new(
|
1052
|
+
:enabled,
|
1053
|
+
:node_pools,
|
1054
|
+
:node_role_arn)
|
1055
|
+
SENSITIVE = []
|
1056
|
+
include Aws::Structure
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
# Indicates the status of the request to update the compute capability
|
1060
|
+
# of your EKS Auto Mode cluster.
|
1061
|
+
#
|
1062
|
+
# @!attribute [rw] enabled
|
1063
|
+
# Indicates if the compute capability is enabled on your EKS Auto Mode
|
1064
|
+
# cluster. If the compute capability is enabled, EKS Auto Mode will
|
1065
|
+
# create and delete EC2 Managed Instances in your Amazon Web Services
|
1066
|
+
# account.
|
1067
|
+
# @return [Boolean]
|
1068
|
+
#
|
1069
|
+
# @!attribute [rw] node_pools
|
1070
|
+
# Indicates the current configuration of node pools in your EKS Auto
|
1071
|
+
# Mode cluster. For more information, see EKS Auto Mode Node Pools in
|
1072
|
+
# the EKS User Guide.
|
1073
|
+
# @return [Array<String>]
|
1074
|
+
#
|
1075
|
+
# @!attribute [rw] node_role_arn
|
1076
|
+
# The ARN of the IAM Role EKS will assign to EC2 Managed Instances in
|
1077
|
+
# your EKS Auto Mode cluster.
|
1078
|
+
# @return [String]
|
1079
|
+
#
|
1080
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ComputeConfigResponse AWS API Documentation
|
1081
|
+
#
|
1082
|
+
class ComputeConfigResponse < Struct.new(
|
1083
|
+
:enabled,
|
1084
|
+
:node_pools,
|
1085
|
+
:node_role_arn)
|
1086
|
+
SENSITIVE = []
|
1087
|
+
include Aws::Structure
|
1088
|
+
end
|
1089
|
+
|
971
1090
|
# The configuration sent to a cluster for configuration.
|
972
1091
|
#
|
973
1092
|
# @!attribute [rw] role_arn
|
@@ -1508,6 +1627,25 @@ module Aws::EKS
|
|
1508
1627
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
1509
1628
|
# @return [Types::ZonalShiftConfigRequest]
|
1510
1629
|
#
|
1630
|
+
# @!attribute [rw] remote_network_config
|
1631
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can't
|
1632
|
+
# change or update this configuration after the cluster is created.
|
1633
|
+
# @return [Types::RemoteNetworkConfigRequest]
|
1634
|
+
#
|
1635
|
+
# @!attribute [rw] compute_config
|
1636
|
+
# Enable or disable the compute capability of EKS Auto Mode when
|
1637
|
+
# creating your EKS Auto Mode cluster. If the compute capability is
|
1638
|
+
# enabled, EKS Auto Mode will create and delete EC2 Managed Instances
|
1639
|
+
# in your Amazon Web Services account
|
1640
|
+
# @return [Types::ComputeConfigRequest]
|
1641
|
+
#
|
1642
|
+
# @!attribute [rw] storage_config
|
1643
|
+
# Enable or disable the block storage capability of EKS Auto Mode when
|
1644
|
+
# creating your EKS Auto Mode cluster. If the block storage capability
|
1645
|
+
# is enabled, EKS Auto Mode will create and delete EBS volumes in your
|
1646
|
+
# Amazon Web Services account.
|
1647
|
+
# @return [Types::StorageConfigRequest]
|
1648
|
+
#
|
1511
1649
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
|
1512
1650
|
#
|
1513
1651
|
class CreateClusterRequest < Struct.new(
|
@@ -1524,7 +1662,10 @@ module Aws::EKS
|
|
1524
1662
|
:access_config,
|
1525
1663
|
:bootstrap_self_managed_addons,
|
1526
1664
|
:upgrade_policy,
|
1527
|
-
:zonal_shift_config
|
1665
|
+
:zonal_shift_config,
|
1666
|
+
:remote_network_config,
|
1667
|
+
:compute_config,
|
1668
|
+
:storage_config)
|
1528
1669
|
SENSITIVE = []
|
1529
1670
|
include Aws::Structure
|
1530
1671
|
end
|
@@ -2912,6 +3053,26 @@ module Aws::EKS
|
|
2912
3053
|
include Aws::Structure
|
2913
3054
|
end
|
2914
3055
|
|
3056
|
+
# Indicates the current configuration of the load balancing capability
|
3057
|
+
# on your EKS Auto Mode cluster. For example, if the capability is
|
3058
|
+
# enabled or disabled. For more information, see EKS Auto Mode load
|
3059
|
+
# balancing capability in the EKS User Guide.
|
3060
|
+
#
|
3061
|
+
# @!attribute [rw] enabled
|
3062
|
+
# Indicates if the load balancing capability is enabled on your EKS
|
3063
|
+
# Auto Mode cluster. If the load balancing capability is enabled, EKS
|
3064
|
+
# Auto Mode will create and delete load balancers in your Amazon Web
|
3065
|
+
# Services account.
|
3066
|
+
# @return [Boolean]
|
3067
|
+
#
|
3068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ElasticLoadBalancing AWS API Documentation
|
3069
|
+
#
|
3070
|
+
class ElasticLoadBalancing < Struct.new(
|
3071
|
+
:enabled)
|
3072
|
+
SENSITIVE = []
|
3073
|
+
include Aws::Structure
|
3074
|
+
end
|
3075
|
+
|
2915
3076
|
# The encryption configuration for the cluster.
|
2916
3077
|
#
|
2917
3078
|
# @!attribute [rw] resources
|
@@ -3603,11 +3764,18 @@ module Aws::EKS
|
|
3603
3764
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/cni-ipv6.html
|
3604
3765
|
# @return [String]
|
3605
3766
|
#
|
3767
|
+
# @!attribute [rw] elastic_load_balancing
|
3768
|
+
# Request to enable or disable the load balancing capability on your
|
3769
|
+
# EKS Auto Mode cluster. For more information, see EKS Auto Mode load
|
3770
|
+
# balancing capability in the EKS User Guide.
|
3771
|
+
# @return [Types::ElasticLoadBalancing]
|
3772
|
+
#
|
3606
3773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubernetesNetworkConfigRequest AWS API Documentation
|
3607
3774
|
#
|
3608
3775
|
class KubernetesNetworkConfigRequest < Struct.new(
|
3609
3776
|
:service_ipv_4_cidr,
|
3610
|
-
:ip_family
|
3777
|
+
:ip_family,
|
3778
|
+
:elastic_load_balancing)
|
3611
3779
|
SENSITIVE = []
|
3612
3780
|
include Aws::Structure
|
3613
3781
|
end
|
@@ -3644,12 +3812,19 @@ module Aws::EKS
|
|
3644
3812
|
# created the cluster.
|
3645
3813
|
# @return [String]
|
3646
3814
|
#
|
3815
|
+
# @!attribute [rw] elastic_load_balancing
|
3816
|
+
# Indicates the current configuration of the load balancing capability
|
3817
|
+
# on your EKS Auto Mode cluster. For example, if the capability is
|
3818
|
+
# enabled or disabled.
|
3819
|
+
# @return [Types::ElasticLoadBalancing]
|
3820
|
+
#
|
3647
3821
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubernetesNetworkConfigResponse AWS API Documentation
|
3648
3822
|
#
|
3649
3823
|
class KubernetesNetworkConfigResponse < Struct.new(
|
3650
3824
|
:service_ipv_4_cidr,
|
3651
3825
|
:service_ipv_6_cidr,
|
3652
|
-
:ip_family
|
3826
|
+
:ip_family,
|
3827
|
+
:elastic_load_balancing)
|
3653
3828
|
SENSITIVE = []
|
3654
3829
|
include Aws::Structure
|
3655
3830
|
end
|
@@ -5464,6 +5639,78 @@ module Aws::EKS
|
|
5464
5639
|
include Aws::Structure
|
5465
5640
|
end
|
5466
5641
|
|
5642
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can't
|
5643
|
+
# change or update this configuration after the cluster is created.
|
5644
|
+
#
|
5645
|
+
# @!attribute [rw] remote_node_networks
|
5646
|
+
# The list of network CIDRs that can contain hybrid nodes.
|
5647
|
+
# @return [Array<Types::RemoteNodeNetwork>]
|
5648
|
+
#
|
5649
|
+
# @!attribute [rw] remote_pod_networks
|
5650
|
+
# The list of network CIDRs that can contain pods that run Kubernetes
|
5651
|
+
# webhooks on hybrid nodes.
|
5652
|
+
# @return [Array<Types::RemotePodNetwork>]
|
5653
|
+
#
|
5654
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemoteNetworkConfigRequest AWS API Documentation
|
5655
|
+
#
|
5656
|
+
class RemoteNetworkConfigRequest < Struct.new(
|
5657
|
+
:remote_node_networks,
|
5658
|
+
:remote_pod_networks)
|
5659
|
+
SENSITIVE = []
|
5660
|
+
include Aws::Structure
|
5661
|
+
end
|
5662
|
+
|
5663
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can't
|
5664
|
+
# change or update this configuration after the cluster is created.
|
5665
|
+
#
|
5666
|
+
# @!attribute [rw] remote_node_networks
|
5667
|
+
# The list of network CIDRs that can contain hybrid nodes.
|
5668
|
+
# @return [Array<Types::RemoteNodeNetwork>]
|
5669
|
+
#
|
5670
|
+
# @!attribute [rw] remote_pod_networks
|
5671
|
+
# The list of network CIDRs that can contain pods that run Kubernetes
|
5672
|
+
# webhooks on hybrid nodes.
|
5673
|
+
# @return [Array<Types::RemotePodNetwork>]
|
5674
|
+
#
|
5675
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemoteNetworkConfigResponse AWS API Documentation
|
5676
|
+
#
|
5677
|
+
class RemoteNetworkConfigResponse < Struct.new(
|
5678
|
+
:remote_node_networks,
|
5679
|
+
:remote_pod_networks)
|
5680
|
+
SENSITIVE = []
|
5681
|
+
include Aws::Structure
|
5682
|
+
end
|
5683
|
+
|
5684
|
+
# A network CIDR that can contain hybrid nodes.
|
5685
|
+
#
|
5686
|
+
# @!attribute [rw] cidrs
|
5687
|
+
# A network CIDR that can contain hybrid nodes.
|
5688
|
+
# @return [Array<String>]
|
5689
|
+
#
|
5690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemoteNodeNetwork AWS API Documentation
|
5691
|
+
#
|
5692
|
+
class RemoteNodeNetwork < Struct.new(
|
5693
|
+
:cidrs)
|
5694
|
+
SENSITIVE = []
|
5695
|
+
include Aws::Structure
|
5696
|
+
end
|
5697
|
+
|
5698
|
+
# A network CIDR that can contain pods that run Kubernetes webhooks on
|
5699
|
+
# hybrid nodes.
|
5700
|
+
#
|
5701
|
+
# @!attribute [rw] cidrs
|
5702
|
+
# A network CIDR that can contain pods that run Kubernetes webhooks on
|
5703
|
+
# hybrid nodes.
|
5704
|
+
# @return [Array<String>]
|
5705
|
+
#
|
5706
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemotePodNetwork AWS API Documentation
|
5707
|
+
#
|
5708
|
+
class RemotePodNetwork < Struct.new(
|
5709
|
+
:cidrs)
|
5710
|
+
SENSITIVE = []
|
5711
|
+
include Aws::Structure
|
5712
|
+
end
|
5713
|
+
|
5467
5714
|
# The specified resource is in use.
|
5468
5715
|
#
|
5469
5716
|
# @!attribute [rw] cluster_name
|
@@ -5628,6 +5875,41 @@ module Aws::EKS
|
|
5628
5875
|
include Aws::Structure
|
5629
5876
|
end
|
5630
5877
|
|
5878
|
+
# Request to update the configuration of the storage capability of your
|
5879
|
+
# EKS Auto Mode cluster. For example, enable the capability. For more
|
5880
|
+
# information, see EKS Auto Mode block storage capability in the EKS
|
5881
|
+
# User Guide.
|
5882
|
+
#
|
5883
|
+
# @!attribute [rw] block_storage
|
5884
|
+
# Request to configure EBS Block Storage settings for your EKS Auto
|
5885
|
+
# Mode cluster.
|
5886
|
+
# @return [Types::BlockStorage]
|
5887
|
+
#
|
5888
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/StorageConfigRequest AWS API Documentation
|
5889
|
+
#
|
5890
|
+
class StorageConfigRequest < Struct.new(
|
5891
|
+
:block_storage)
|
5892
|
+
SENSITIVE = []
|
5893
|
+
include Aws::Structure
|
5894
|
+
end
|
5895
|
+
|
5896
|
+
# Indicates the status of the request to update the block storage
|
5897
|
+
# capability of your EKS Auto Mode cluster.
|
5898
|
+
#
|
5899
|
+
# @!attribute [rw] block_storage
|
5900
|
+
# Indicates the current configuration of the block storage capability
|
5901
|
+
# on your EKS Auto Mode cluster. For example, if the capability is
|
5902
|
+
# enabled or disabled.
|
5903
|
+
# @return [Types::BlockStorage]
|
5904
|
+
#
|
5905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/StorageConfigResponse AWS API Documentation
|
5906
|
+
#
|
5907
|
+
class StorageConfigResponse < Struct.new(
|
5908
|
+
:block_storage)
|
5909
|
+
SENSITIVE = []
|
5910
|
+
include Aws::Structure
|
5911
|
+
end
|
5912
|
+
|
5631
5913
|
# @!attribute [rw] resource_arn
|
5632
5914
|
# The Amazon Resource Name (ARN) of the resource to add tags to.
|
5633
5915
|
# @return [String]
|
@@ -6062,6 +6344,20 @@ module Aws::EKS
|
|
6062
6344
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
6063
6345
|
# @return [Types::ZonalShiftConfigRequest]
|
6064
6346
|
#
|
6347
|
+
# @!attribute [rw] compute_config
|
6348
|
+
# Update the configuration of the compute capability of your EKS Auto
|
6349
|
+
# Mode cluster. For example, enable the capability.
|
6350
|
+
# @return [Types::ComputeConfigRequest]
|
6351
|
+
#
|
6352
|
+
# @!attribute [rw] kubernetes_network_config
|
6353
|
+
# The Kubernetes network configuration for the cluster.
|
6354
|
+
# @return [Types::KubernetesNetworkConfigRequest]
|
6355
|
+
#
|
6356
|
+
# @!attribute [rw] storage_config
|
6357
|
+
# Update the configuration of the block storage capability of your EKS
|
6358
|
+
# Auto Mode cluster. For example, enable the capability.
|
6359
|
+
# @return [Types::StorageConfigRequest]
|
6360
|
+
#
|
6065
6361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
|
6066
6362
|
#
|
6067
6363
|
class UpdateClusterConfigRequest < Struct.new(
|
@@ -6071,7 +6367,10 @@ module Aws::EKS
|
|
6071
6367
|
:client_request_token,
|
6072
6368
|
:access_config,
|
6073
6369
|
:upgrade_policy,
|
6074
|
-
:zonal_shift_config
|
6370
|
+
:zonal_shift_config,
|
6371
|
+
:compute_config,
|
6372
|
+
:kubernetes_network_config,
|
6373
|
+
:storage_config)
|
6075
6374
|
SENSITIVE = []
|
6076
6375
|
include Aws::Structure
|
6077
6376
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -192,7 +192,10 @@ module Aws
|
|
192
192
|
},
|
193
193
|
?kubernetes_network_config: {
|
194
194
|
service_ipv_4_cidr: ::String?,
|
195
|
-
ip_family: ("ipv4" | "ipv6")
|
195
|
+
ip_family: ("ipv4" | "ipv6")?,
|
196
|
+
elastic_load_balancing: {
|
197
|
+
enabled: bool?
|
198
|
+
}?
|
196
199
|
},
|
197
200
|
?logging: {
|
198
201
|
cluster_logging: Array[
|
@@ -229,6 +232,28 @@ module Aws
|
|
229
232
|
},
|
230
233
|
?zonal_shift_config: {
|
231
234
|
enabled: bool?
|
235
|
+
},
|
236
|
+
?remote_network_config: {
|
237
|
+
remote_node_networks: Array[
|
238
|
+
{
|
239
|
+
cidrs: Array[::String]?
|
240
|
+
},
|
241
|
+
]?,
|
242
|
+
remote_pod_networks: Array[
|
243
|
+
{
|
244
|
+
cidrs: Array[::String]?
|
245
|
+
},
|
246
|
+
]?
|
247
|
+
},
|
248
|
+
?compute_config: {
|
249
|
+
enabled: bool?,
|
250
|
+
node_pools: Array[::String]?,
|
251
|
+
node_role_arn: ::String?
|
252
|
+
},
|
253
|
+
?storage_config: {
|
254
|
+
block_storage: {
|
255
|
+
enabled: bool?
|
256
|
+
}?
|
232
257
|
}
|
233
258
|
) -> _CreateClusterResponseSuccess
|
234
259
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
@@ -871,6 +896,23 @@ module Aws
|
|
871
896
|
},
|
872
897
|
?zonal_shift_config: {
|
873
898
|
enabled: bool?
|
899
|
+
},
|
900
|
+
?compute_config: {
|
901
|
+
enabled: bool?,
|
902
|
+
node_pools: Array[::String]?,
|
903
|
+
node_role_arn: ::String?
|
904
|
+
},
|
905
|
+
?kubernetes_network_config: {
|
906
|
+
service_ipv_4_cidr: ::String?,
|
907
|
+
ip_family: ("ipv4" | "ipv6")?,
|
908
|
+
elastic_load_balancing: {
|
909
|
+
enabled: bool?
|
910
|
+
}?
|
911
|
+
},
|
912
|
+
?storage_config: {
|
913
|
+
block_storage: {
|
914
|
+
enabled: bool?
|
915
|
+
}?
|
874
916
|
}
|
875
917
|
) -> _UpdateClusterConfigResponseSuccess
|
876
918
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -100,6 +100,7 @@ module Aws::EKS
|
|
100
100
|
class AddonVersionInfo
|
101
101
|
attr_accessor addon_version: ::String
|
102
102
|
attr_accessor architecture: ::Array[::String]
|
103
|
+
attr_accessor compute_types: ::Array[::String]
|
103
104
|
attr_accessor compatibilities: ::Array[Types::Compatibility]
|
104
105
|
attr_accessor requires_configuration: bool
|
105
106
|
attr_accessor requires_iam_permissions: bool
|
@@ -165,6 +166,11 @@ module Aws::EKS
|
|
165
166
|
SENSITIVE: []
|
166
167
|
end
|
167
168
|
|
169
|
+
class BlockStorage
|
170
|
+
attr_accessor enabled: bool
|
171
|
+
SENSITIVE: []
|
172
|
+
end
|
173
|
+
|
168
174
|
class Certificate
|
169
175
|
attr_accessor data: ::String
|
170
176
|
SENSITIVE: []
|
@@ -210,6 +216,9 @@ module Aws::EKS
|
|
210
216
|
attr_accessor access_config: Types::AccessConfigResponse
|
211
217
|
attr_accessor upgrade_policy: Types::UpgradePolicyResponse
|
212
218
|
attr_accessor zonal_shift_config: Types::ZonalShiftConfigResponse
|
219
|
+
attr_accessor remote_network_config: Types::RemoteNetworkConfigResponse
|
220
|
+
attr_accessor compute_config: Types::ComputeConfigResponse
|
221
|
+
attr_accessor storage_config: Types::StorageConfigResponse
|
213
222
|
SENSITIVE: []
|
214
223
|
end
|
215
224
|
|
@@ -232,6 +241,20 @@ module Aws::EKS
|
|
232
241
|
SENSITIVE: []
|
233
242
|
end
|
234
243
|
|
244
|
+
class ComputeConfigRequest
|
245
|
+
attr_accessor enabled: bool
|
246
|
+
attr_accessor node_pools: ::Array[::String]
|
247
|
+
attr_accessor node_role_arn: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class ComputeConfigResponse
|
252
|
+
attr_accessor enabled: bool
|
253
|
+
attr_accessor node_pools: ::Array[::String]
|
254
|
+
attr_accessor node_role_arn: ::String
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
235
258
|
class ConnectorConfigRequest
|
236
259
|
attr_accessor role_arn: ::String
|
237
260
|
attr_accessor provider: ("EKS_ANYWHERE" | "ANTHOS" | "GKE" | "AKS" | "OPENSHIFT" | "TANZU" | "RANCHER" | "EC2" | "OTHER")
|
@@ -312,6 +335,9 @@ module Aws::EKS
|
|
312
335
|
attr_accessor bootstrap_self_managed_addons: bool
|
313
336
|
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
314
337
|
attr_accessor zonal_shift_config: Types::ZonalShiftConfigRequest
|
338
|
+
attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
|
339
|
+
attr_accessor compute_config: Types::ComputeConfigRequest
|
340
|
+
attr_accessor storage_config: Types::StorageConfigRequest
|
315
341
|
SENSITIVE: []
|
316
342
|
end
|
317
343
|
|
@@ -672,6 +698,11 @@ module Aws::EKS
|
|
672
698
|
SENSITIVE: []
|
673
699
|
end
|
674
700
|
|
701
|
+
class ElasticLoadBalancing
|
702
|
+
attr_accessor enabled: bool
|
703
|
+
SENSITIVE: []
|
704
|
+
end
|
705
|
+
|
675
706
|
class EncryptionConfig
|
676
707
|
attr_accessor resources: ::Array[::String]
|
677
708
|
attr_accessor provider: Types::Provider
|
@@ -815,6 +846,7 @@ module Aws::EKS
|
|
815
846
|
class KubernetesNetworkConfigRequest
|
816
847
|
attr_accessor service_ipv_4_cidr: ::String
|
817
848
|
attr_accessor ip_family: ("ipv4" | "ipv6")
|
849
|
+
attr_accessor elastic_load_balancing: Types::ElasticLoadBalancing
|
818
850
|
SENSITIVE: []
|
819
851
|
end
|
820
852
|
|
@@ -822,6 +854,7 @@ module Aws::EKS
|
|
822
854
|
attr_accessor service_ipv_4_cidr: ::String
|
823
855
|
attr_accessor service_ipv_6_cidr: ::String
|
824
856
|
attr_accessor ip_family: ("ipv4" | "ipv6")
|
857
|
+
attr_accessor elastic_load_balancing: Types::ElasticLoadBalancing
|
825
858
|
SENSITIVE: []
|
826
859
|
end
|
827
860
|
|
@@ -1174,6 +1207,28 @@ module Aws::EKS
|
|
1174
1207
|
SENSITIVE: []
|
1175
1208
|
end
|
1176
1209
|
|
1210
|
+
class RemoteNetworkConfigRequest
|
1211
|
+
attr_accessor remote_node_networks: ::Array[Types::RemoteNodeNetwork]
|
1212
|
+
attr_accessor remote_pod_networks: ::Array[Types::RemotePodNetwork]
|
1213
|
+
SENSITIVE: []
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
class RemoteNetworkConfigResponse
|
1217
|
+
attr_accessor remote_node_networks: ::Array[Types::RemoteNodeNetwork]
|
1218
|
+
attr_accessor remote_pod_networks: ::Array[Types::RemotePodNetwork]
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class RemoteNodeNetwork
|
1223
|
+
attr_accessor cidrs: ::Array[::String]
|
1224
|
+
SENSITIVE: []
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class RemotePodNetwork
|
1228
|
+
attr_accessor cidrs: ::Array[::String]
|
1229
|
+
SENSITIVE: []
|
1230
|
+
end
|
1231
|
+
|
1177
1232
|
class ResourceInUseException
|
1178
1233
|
attr_accessor cluster_name: ::String
|
1179
1234
|
attr_accessor nodegroup_name: ::String
|
@@ -1219,6 +1274,16 @@ module Aws::EKS
|
|
1219
1274
|
SENSITIVE: []
|
1220
1275
|
end
|
1221
1276
|
|
1277
|
+
class StorageConfigRequest
|
1278
|
+
attr_accessor block_storage: Types::BlockStorage
|
1279
|
+
SENSITIVE: []
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
class StorageConfigResponse
|
1283
|
+
attr_accessor block_storage: Types::BlockStorage
|
1284
|
+
SENSITIVE: []
|
1285
|
+
end
|
1286
|
+
|
1222
1287
|
class TagResourceRequest
|
1223
1288
|
attr_accessor resource_arn: ::String
|
1224
1289
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -1255,7 +1320,7 @@ module Aws::EKS
|
|
1255
1320
|
class Update
|
1256
1321
|
attr_accessor id: ::String
|
1257
1322
|
attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
|
1258
|
-
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate")
|
1323
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate")
|
1259
1324
|
attr_accessor params: ::Array[Types::UpdateParam]
|
1260
1325
|
attr_accessor created_at: ::Time
|
1261
1326
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
@@ -1306,6 +1371,9 @@ module Aws::EKS
|
|
1306
1371
|
attr_accessor access_config: Types::UpdateAccessConfigRequest
|
1307
1372
|
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
1308
1373
|
attr_accessor zonal_shift_config: Types::ZonalShiftConfigRequest
|
1374
|
+
attr_accessor compute_config: Types::ComputeConfigRequest
|
1375
|
+
attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigRequest
|
1376
|
+
attr_accessor storage_config: Types::StorageConfigRequest
|
1309
1377
|
SENSITIVE: []
|
1310
1378
|
end
|
1311
1379
|
|
@@ -1377,7 +1445,7 @@ module Aws::EKS
|
|
1377
1445
|
end
|
1378
1446
|
|
1379
1447
|
class UpdateParam
|
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")
|
1448
|
+
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" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig")
|
1381
1449
|
attr_accessor value: ::String
|
1382
1450
|
SENSITIVE: []
|
1383
1451
|
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.122.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-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|