aws-sdk-eks 1.110.0 → 1.112.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 +45 -23
- data/lib/aws-sdk-eks/client_api.rb +12 -0
- data/lib/aws-sdk-eks/types.rb +90 -3
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/types.rbs +17 -4
- 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: 49204b5418995208399fcd1274892017d3414f4ece4fefc3300d475bfe8045be
|
4
|
+
data.tar.gz: f039c738a286b5d36394c3738f68c33048e8417b39022ba359e0d5eb77658785
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19bad9413a2ec88517f519508a1fd874f58df6984a9805b2965026da78a338e5ffc1141aa360f1348f96d01a01c39b495539e45854c07a16163ede28718f2250
|
7
|
+
data.tar.gz: 7e358e203c9b5bb2e9f904ba66c0707b18075028392cc65ae3aac6c2e4ba9bd6041896364d5bdac2fc89ad9366fac2454fe79ab261e713174eb012acdbe7e0d2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.112.0 (2024-08-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for new AL2023 GPU AMIs to the supported AMITypes.
|
8
|
+
|
9
|
+
1.111.0 (2024-07-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for EKS cluster to manage extended support.
|
13
|
+
|
4
14
|
1.110.0 (2024-07-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.112.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -530,9 +530,9 @@ module Aws::EKS
|
|
530
530
|
#
|
531
531
|
# resp.update.id #=> String
|
532
532
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
533
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
533
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
534
534
|
# resp.update.params #=> Array
|
535
|
-
# 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"
|
535
|
+
# 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"
|
536
536
|
# resp.update.params[0].value #=> String
|
537
537
|
# resp.update.created_at #=> Time
|
538
538
|
# resp.update.errors #=> Array
|
@@ -614,9 +614,9 @@ module Aws::EKS
|
|
614
614
|
#
|
615
615
|
# resp.update.id #=> String
|
616
616
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
617
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
617
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
618
618
|
# resp.update.params #=> Array
|
619
|
-
# 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"
|
619
|
+
# 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"
|
620
620
|
# resp.update.params[0].value #=> String
|
621
621
|
# resp.update.created_at #=> Time
|
622
622
|
# resp.update.errors #=> Array
|
@@ -1097,6 +1097,11 @@ module Aws::EKS
|
|
1097
1097
|
# Use this option when you plan to install third-party alternative
|
1098
1098
|
# add-ons or self-manage the default networking add-ons.
|
1099
1099
|
#
|
1100
|
+
# @option params [Types::UpgradePolicyRequest] :upgrade_policy
|
1101
|
+
# New clusters, by default, have extended support enabled. You can
|
1102
|
+
# disable extended support when creating a cluster by setting this value
|
1103
|
+
# to `STANDARD`.
|
1104
|
+
#
|
1100
1105
|
# @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1101
1106
|
#
|
1102
1107
|
# * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
|
@@ -1175,6 +1180,9 @@ module Aws::EKS
|
|
1175
1180
|
# authentication_mode: "API", # accepts API, API_AND_CONFIG_MAP, CONFIG_MAP
|
1176
1181
|
# },
|
1177
1182
|
# bootstrap_self_managed_addons: false,
|
1183
|
+
# upgrade_policy: {
|
1184
|
+
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
1185
|
+
# },
|
1178
1186
|
# })
|
1179
1187
|
#
|
1180
1188
|
# @example Response structure
|
@@ -1230,6 +1238,7 @@ module Aws::EKS
|
|
1230
1238
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
1231
1239
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
1232
1240
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
1241
|
+
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
1233
1242
|
#
|
1234
1243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
|
1235
1244
|
#
|
@@ -1691,7 +1700,7 @@ module Aws::EKS
|
|
1691
1700
|
# disk_size: 1,
|
1692
1701
|
# subnets: ["String"], # required
|
1693
1702
|
# instance_types: ["String"],
|
1694
|
-
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD
|
1703
|
+
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NEURON, AL2023_x86_64_NVIDIA
|
1695
1704
|
# remote_access: {
|
1696
1705
|
# ec2_ssh_key: "String",
|
1697
1706
|
# source_security_groups: ["String"],
|
@@ -1746,7 +1755,7 @@ module Aws::EKS
|
|
1746
1755
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
1747
1756
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
1748
1757
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
1749
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD"
|
1758
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA"
|
1750
1759
|
# resp.nodegroup.node_role #=> String
|
1751
1760
|
# resp.nodegroup.labels #=> Hash
|
1752
1761
|
# resp.nodegroup.labels["labelKey"] #=> String
|
@@ -2089,6 +2098,7 @@ module Aws::EKS
|
|
2089
2098
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2090
2099
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2091
2100
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2101
|
+
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2092
2102
|
#
|
2093
2103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
2094
2104
|
#
|
@@ -2245,7 +2255,7 @@ module Aws::EKS
|
|
2245
2255
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
2246
2256
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
2247
2257
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
2248
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD"
|
2258
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA"
|
2249
2259
|
# resp.nodegroup.node_role #=> String
|
2250
2260
|
# resp.nodegroup.labels #=> Hash
|
2251
2261
|
# resp.nodegroup.labels["labelKey"] #=> String
|
@@ -2402,6 +2412,7 @@ module Aws::EKS
|
|
2402
2412
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2403
2413
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2404
2414
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2415
|
+
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2405
2416
|
#
|
2406
2417
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
2407
2418
|
#
|
@@ -2783,6 +2794,7 @@ module Aws::EKS
|
|
2783
2794
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2784
2795
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2785
2796
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
2797
|
+
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
2786
2798
|
#
|
2787
2799
|
#
|
2788
2800
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3042,7 +3054,7 @@ module Aws::EKS
|
|
3042
3054
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
3043
3055
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
3044
3056
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
3045
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD"
|
3057
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA"
|
3046
3058
|
# resp.nodegroup.node_role #=> String
|
3047
3059
|
# resp.nodegroup.labels #=> Hash
|
3048
3060
|
# resp.nodegroup.labels["labelKey"] #=> String
|
@@ -3172,9 +3184,9 @@ module Aws::EKS
|
|
3172
3184
|
#
|
3173
3185
|
# resp.update.id #=> String
|
3174
3186
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3175
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
3187
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
3176
3188
|
# resp.update.params #=> Array
|
3177
|
-
# 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"
|
3189
|
+
# 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"
|
3178
3190
|
# resp.update.params[0].value #=> String
|
3179
3191
|
# resp.update.created_at #=> Time
|
3180
3192
|
# resp.update.errors #=> Array
|
@@ -3261,9 +3273,9 @@ module Aws::EKS
|
|
3261
3273
|
#
|
3262
3274
|
# resp.update.id #=> String
|
3263
3275
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3264
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
3276
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
3265
3277
|
# resp.update.params #=> Array
|
3266
|
-
# 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"
|
3278
|
+
# 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"
|
3267
3279
|
# resp.update.params[0].value #=> String
|
3268
3280
|
# resp.update.created_at #=> Time
|
3269
3281
|
# resp.update.errors #=> Array
|
@@ -4220,6 +4232,7 @@ module Aws::EKS
|
|
4220
4232
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
4221
4233
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
4222
4234
|
# resp.cluster.access_config.authentication_mode #=> String, one of "API", "API_AND_CONFIG_MAP", "CONFIG_MAP"
|
4235
|
+
# resp.cluster.upgrade_policy.support_type #=> String, one of "STANDARD", "EXTENDED"
|
4223
4236
|
#
|
4224
4237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
4225
4238
|
#
|
@@ -4490,9 +4503,9 @@ module Aws::EKS
|
|
4490
4503
|
#
|
4491
4504
|
# resp.update.id #=> String
|
4492
4505
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4493
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
4506
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4494
4507
|
# resp.update.params #=> Array
|
4495
|
-
# 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"
|
4508
|
+
# 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"
|
4496
4509
|
# resp.update.params[0].value #=> String
|
4497
4510
|
# resp.update.created_at #=> Time
|
4498
4511
|
# resp.update.errors #=> Array
|
@@ -4590,6 +4603,12 @@ module Aws::EKS
|
|
4590
4603
|
# @option params [Types::UpdateAccessConfigRequest] :access_config
|
4591
4604
|
# The access configuration for the cluster.
|
4592
4605
|
#
|
4606
|
+
# @option params [Types::UpgradePolicyRequest] :upgrade_policy
|
4607
|
+
# You can enable or disable extended support for clusters currently on
|
4608
|
+
# standard support. You cannot disable extended support once it starts.
|
4609
|
+
# You must enable extended support before your cluster exits standard
|
4610
|
+
# support.
|
4611
|
+
#
|
4593
4612
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4594
4613
|
#
|
4595
4614
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -4617,15 +4636,18 @@ module Aws::EKS
|
|
4617
4636
|
# access_config: {
|
4618
4637
|
# authentication_mode: "API", # accepts API, API_AND_CONFIG_MAP, CONFIG_MAP
|
4619
4638
|
# },
|
4639
|
+
# upgrade_policy: {
|
4640
|
+
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
4641
|
+
# },
|
4620
4642
|
# })
|
4621
4643
|
#
|
4622
4644
|
# @example Response structure
|
4623
4645
|
#
|
4624
4646
|
# resp.update.id #=> String
|
4625
4647
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4626
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
4648
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4627
4649
|
# resp.update.params #=> Array
|
4628
|
-
# 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"
|
4650
|
+
# 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"
|
4629
4651
|
# resp.update.params[0].value #=> String
|
4630
4652
|
# resp.update.created_at #=> Time
|
4631
4653
|
# resp.update.errors #=> Array
|
@@ -4687,9 +4709,9 @@ module Aws::EKS
|
|
4687
4709
|
#
|
4688
4710
|
# resp.update.id #=> String
|
4689
4711
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4690
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
4712
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4691
4713
|
# resp.update.params #=> Array
|
4692
|
-
# 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"
|
4714
|
+
# 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"
|
4693
4715
|
# resp.update.params[0].value #=> String
|
4694
4716
|
# resp.update.created_at #=> Time
|
4695
4717
|
# resp.update.errors #=> Array
|
@@ -4850,9 +4872,9 @@ module Aws::EKS
|
|
4850
4872
|
#
|
4851
4873
|
# resp.update.id #=> String
|
4852
4874
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4853
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
4875
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4854
4876
|
# resp.update.params #=> Array
|
4855
|
-
# 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"
|
4877
|
+
# 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"
|
4856
4878
|
# resp.update.params[0].value #=> String
|
4857
4879
|
# resp.update.created_at #=> Time
|
4858
4880
|
# resp.update.errors #=> Array
|
@@ -4990,9 +5012,9 @@ module Aws::EKS
|
|
4990
5012
|
#
|
4991
5013
|
# resp.update.id #=> String
|
4992
5014
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4993
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate"
|
5015
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate"
|
4994
5016
|
# resp.update.params #=> Array
|
4995
|
-
# 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"
|
5017
|
+
# 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"
|
4996
5018
|
# resp.update.params[0].value #=> String
|
4997
5019
|
# resp.update.created_at #=> Time
|
4998
5020
|
# resp.update.errors #=> Array
|
@@ -5081,7 +5103,7 @@ module Aws::EKS
|
|
5081
5103
|
params: params,
|
5082
5104
|
config: config)
|
5083
5105
|
context[:gem_name] = 'aws-sdk-eks'
|
5084
|
-
context[:gem_version] = '1.
|
5106
|
+
context[:gem_version] = '1.112.0'
|
5085
5107
|
Seahorse::Client::Request.new(handlers, context)
|
5086
5108
|
end
|
5087
5109
|
|
@@ -257,6 +257,7 @@ module Aws::EKS
|
|
257
257
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
258
258
|
String = Shapes::StringShape.new(name: 'String')
|
259
259
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
260
|
+
SupportType = Shapes::StringShape.new(name: 'SupportType')
|
260
261
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
261
262
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
262
263
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
@@ -294,6 +295,8 @@ module Aws::EKS
|
|
294
295
|
UpdateStatus = Shapes::StringShape.new(name: 'UpdateStatus')
|
295
296
|
UpdateTaintsPayload = Shapes::StructureShape.new(name: 'UpdateTaintsPayload')
|
296
297
|
UpdateType = Shapes::StringShape.new(name: 'UpdateType')
|
298
|
+
UpgradePolicyRequest = Shapes::StructureShape.new(name: 'UpgradePolicyRequest')
|
299
|
+
UpgradePolicyResponse = Shapes::StructureShape.new(name: 'UpgradePolicyResponse')
|
297
300
|
VpcConfigRequest = Shapes::StructureShape.new(name: 'VpcConfigRequest')
|
298
301
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
299
302
|
ZeroCapacity = Shapes::IntegerShape.new(name: 'ZeroCapacity')
|
@@ -483,6 +486,7 @@ module Aws::EKS
|
|
483
486
|
Cluster.add_member(:health, Shapes::ShapeRef.new(shape: ClusterHealth, location_name: "health"))
|
484
487
|
Cluster.add_member(:outpost_config, Shapes::ShapeRef.new(shape: OutpostConfigResponse, location_name: "outpostConfig"))
|
485
488
|
Cluster.add_member(:access_config, Shapes::ShapeRef.new(shape: AccessConfigResponse, location_name: "accessConfig"))
|
489
|
+
Cluster.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyResponse, location_name: "upgradePolicy"))
|
486
490
|
Cluster.struct_class = Types::Cluster
|
487
491
|
|
488
492
|
ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
|
@@ -561,6 +565,7 @@ module Aws::EKS
|
|
561
565
|
CreateClusterRequest.add_member(:outpost_config, Shapes::ShapeRef.new(shape: OutpostConfigRequest, location_name: "outpostConfig"))
|
562
566
|
CreateClusterRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: CreateAccessConfigRequest, location_name: "accessConfig"))
|
563
567
|
CreateClusterRequest.add_member(:bootstrap_self_managed_addons, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapSelfManagedAddons"))
|
568
|
+
CreateClusterRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
564
569
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
565
570
|
|
566
571
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
@@ -1315,6 +1320,7 @@ module Aws::EKS
|
|
1315
1320
|
UpdateClusterConfigRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
1316
1321
|
UpdateClusterConfigRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1317
1322
|
UpdateClusterConfigRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: UpdateAccessConfigRequest, location_name: "accessConfig"))
|
1323
|
+
UpdateClusterConfigRequest.add_member(:upgrade_policy, Shapes::ShapeRef.new(shape: UpgradePolicyRequest, location_name: "upgradePolicy"))
|
1318
1324
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
1319
1325
|
|
1320
1326
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
@@ -1383,6 +1389,12 @@ module Aws::EKS
|
|
1383
1389
|
UpdateTaintsPayload.add_member(:remove_taints, Shapes::ShapeRef.new(shape: taintsList, location_name: "removeTaints"))
|
1384
1390
|
UpdateTaintsPayload.struct_class = Types::UpdateTaintsPayload
|
1385
1391
|
|
1392
|
+
UpgradePolicyRequest.add_member(:support_type, Shapes::ShapeRef.new(shape: SupportType, location_name: "supportType"))
|
1393
|
+
UpgradePolicyRequest.struct_class = Types::UpgradePolicyRequest
|
1394
|
+
|
1395
|
+
UpgradePolicyResponse.add_member(:support_type, Shapes::ShapeRef.new(shape: SupportType, location_name: "supportType"))
|
1396
|
+
UpgradePolicyResponse.struct_class = Types::UpgradePolicyResponse
|
1397
|
+
|
1386
1398
|
VpcConfigRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "subnetIds"))
|
1387
1399
|
VpcConfigRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "securityGroupIds"))
|
1388
1400
|
VpcConfigRequest.add_member(:endpoint_public_access, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "endpointPublicAccess"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -861,6 +861,17 @@ module Aws::EKS
|
|
861
861
|
# The access configuration for the cluster.
|
862
862
|
# @return [Types::AccessConfigResponse]
|
863
863
|
#
|
864
|
+
# @!attribute [rw] upgrade_policy
|
865
|
+
# This value indicates if extended support is enabled or disabled for
|
866
|
+
# the cluster.
|
867
|
+
#
|
868
|
+
# [Learn more about EKS Extended Support in the EKS User Guide.][1]
|
869
|
+
#
|
870
|
+
#
|
871
|
+
#
|
872
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
873
|
+
# @return [Types::UpgradePolicyResponse]
|
874
|
+
#
|
864
875
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
|
865
876
|
#
|
866
877
|
class Cluster < Struct.new(
|
@@ -884,7 +895,8 @@ module Aws::EKS
|
|
884
895
|
:id,
|
885
896
|
:health,
|
886
897
|
:outpost_config,
|
887
|
-
:access_config
|
898
|
+
:access_config,
|
899
|
+
:upgrade_policy)
|
888
900
|
SENSITIVE = []
|
889
901
|
include Aws::Structure
|
890
902
|
end
|
@@ -1453,6 +1465,12 @@ module Aws::EKS
|
|
1453
1465
|
# add-ons or self-manage the default networking add-ons.
|
1454
1466
|
# @return [Boolean]
|
1455
1467
|
#
|
1468
|
+
# @!attribute [rw] upgrade_policy
|
1469
|
+
# New clusters, by default, have extended support enabled. You can
|
1470
|
+
# disable extended support when creating a cluster by setting this
|
1471
|
+
# value to `STANDARD`.
|
1472
|
+
# @return [Types::UpgradePolicyRequest]
|
1473
|
+
#
|
1456
1474
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
|
1457
1475
|
#
|
1458
1476
|
class CreateClusterRequest < Struct.new(
|
@@ -1467,7 +1485,8 @@ module Aws::EKS
|
|
1467
1485
|
:encryption_config,
|
1468
1486
|
:outpost_config,
|
1469
1487
|
:access_config,
|
1470
|
-
:bootstrap_self_managed_addons
|
1488
|
+
:bootstrap_self_managed_addons,
|
1489
|
+
:upgrade_policy)
|
1471
1490
|
SENSITIVE = []
|
1472
1491
|
include Aws::Structure
|
1473
1492
|
end
|
@@ -5966,6 +5985,13 @@ module Aws::EKS
|
|
5966
5985
|
# The access configuration for the cluster.
|
5967
5986
|
# @return [Types::UpdateAccessConfigRequest]
|
5968
5987
|
#
|
5988
|
+
# @!attribute [rw] upgrade_policy
|
5989
|
+
# You can enable or disable extended support for clusters currently on
|
5990
|
+
# standard support. You cannot disable extended support once it
|
5991
|
+
# starts. You must enable extended support before your cluster exits
|
5992
|
+
# standard support.
|
5993
|
+
# @return [Types::UpgradePolicyRequest]
|
5994
|
+
#
|
5969
5995
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
|
5970
5996
|
#
|
5971
5997
|
class UpdateClusterConfigRequest < Struct.new(
|
@@ -5973,7 +5999,8 @@ module Aws::EKS
|
|
5973
5999
|
:resources_vpc_config,
|
5974
6000
|
:logging,
|
5975
6001
|
:client_request_token,
|
5976
|
-
:access_config
|
6002
|
+
:access_config,
|
6003
|
+
:upgrade_policy)
|
5977
6004
|
SENSITIVE = []
|
5978
6005
|
include Aws::Structure
|
5979
6006
|
end
|
@@ -6337,6 +6364,66 @@ module Aws::EKS
|
|
6337
6364
|
include Aws::Structure
|
6338
6365
|
end
|
6339
6366
|
|
6367
|
+
# The support policy to use for the cluster. Extended support allows you
|
6368
|
+
# to remain on specific Kubernetes versions for longer. Clusters in
|
6369
|
+
# extended support have higher costs. The default value is `EXTENDED`.
|
6370
|
+
# Use `STANDARD` to disable extended support.
|
6371
|
+
#
|
6372
|
+
# [Learn more about EKS Extended Support in the EKS User Guide.][1]
|
6373
|
+
#
|
6374
|
+
#
|
6375
|
+
#
|
6376
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
6377
|
+
#
|
6378
|
+
# @!attribute [rw] support_type
|
6379
|
+
# If the cluster is set to `EXTENDED`, it will enter extended support
|
6380
|
+
# at the end of standard support. If the cluster is set to `STANDARD`,
|
6381
|
+
# it will be automatically upgraded at the end of standard support.
|
6382
|
+
#
|
6383
|
+
# [Learn more about EKS Extended Support in the EKS User Guide.][1]
|
6384
|
+
#
|
6385
|
+
#
|
6386
|
+
#
|
6387
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
6388
|
+
# @return [String]
|
6389
|
+
#
|
6390
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpgradePolicyRequest AWS API Documentation
|
6391
|
+
#
|
6392
|
+
class UpgradePolicyRequest < Struct.new(
|
6393
|
+
:support_type)
|
6394
|
+
SENSITIVE = []
|
6395
|
+
include Aws::Structure
|
6396
|
+
end
|
6397
|
+
|
6398
|
+
# This value indicates if extended support is enabled or disabled for
|
6399
|
+
# the cluster.
|
6400
|
+
#
|
6401
|
+
# [Learn more about EKS Extended Support in the EKS User Guide.][1]
|
6402
|
+
#
|
6403
|
+
#
|
6404
|
+
#
|
6405
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
6406
|
+
#
|
6407
|
+
# @!attribute [rw] support_type
|
6408
|
+
# If the cluster is set to `EXTENDED`, it will enter extended support
|
6409
|
+
# at the end of standard support. If the cluster is set to `STANDARD`,
|
6410
|
+
# it will be automatically upgraded at the end of standard support.
|
6411
|
+
#
|
6412
|
+
# [Learn more about EKS Extended Support in the EKS User Guide.][1]
|
6413
|
+
#
|
6414
|
+
#
|
6415
|
+
#
|
6416
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
|
6417
|
+
# @return [String]
|
6418
|
+
#
|
6419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpgradePolicyResponse AWS API Documentation
|
6420
|
+
#
|
6421
|
+
class UpgradePolicyResponse < Struct.new(
|
6422
|
+
:support_type)
|
6423
|
+
SENSITIVE = []
|
6424
|
+
include Aws::Structure
|
6425
|
+
end
|
6426
|
+
|
6340
6427
|
# An object representing the VPC configuration to use for an Amazon EKS
|
6341
6428
|
# cluster.
|
6342
6429
|
#
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -221,7 +221,10 @@ module Aws
|
|
221
221
|
bootstrap_cluster_creator_admin_permissions: bool?,
|
222
222
|
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
|
223
223
|
},
|
224
|
-
?bootstrap_self_managed_addons: bool
|
224
|
+
?bootstrap_self_managed_addons: bool,
|
225
|
+
?upgrade_policy: {
|
226
|
+
support_type: ("STANDARD" | "EXTENDED")?
|
227
|
+
}
|
225
228
|
) -> _CreateClusterResponseSuccess
|
226
229
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
227
230
|
|
@@ -281,7 +284,7 @@ module Aws
|
|
281
284
|
?disk_size: ::Integer,
|
282
285
|
subnets: Array[::String],
|
283
286
|
?instance_types: Array[::String],
|
284
|
-
?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD"),
|
287
|
+
?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA"),
|
285
288
|
?remote_access: {
|
286
289
|
ec2_ssh_key: ::String?,
|
287
290
|
source_security_groups: Array[::String]?
|
@@ -857,6 +860,9 @@ module Aws
|
|
857
860
|
?client_request_token: ::String,
|
858
861
|
?access_config: {
|
859
862
|
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
|
863
|
+
},
|
864
|
+
?upgrade_policy: {
|
865
|
+
support_type: ("STANDARD" | "EXTENDED")?
|
860
866
|
}
|
861
867
|
) -> _UpdateClusterConfigResponseSuccess
|
862
868
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -208,6 +208,7 @@ module Aws::EKS
|
|
208
208
|
attr_accessor health: Types::ClusterHealth
|
209
209
|
attr_accessor outpost_config: Types::OutpostConfigResponse
|
210
210
|
attr_accessor access_config: Types::AccessConfigResponse
|
211
|
+
attr_accessor upgrade_policy: Types::UpgradePolicyResponse
|
211
212
|
SENSITIVE: []
|
212
213
|
end
|
213
214
|
|
@@ -308,6 +309,7 @@ module Aws::EKS
|
|
308
309
|
attr_accessor outpost_config: Types::OutpostConfigRequest
|
309
310
|
attr_accessor access_config: Types::CreateAccessConfigRequest
|
310
311
|
attr_accessor bootstrap_self_managed_addons: bool
|
312
|
+
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
311
313
|
SENSITIVE: []
|
312
314
|
end
|
313
315
|
|
@@ -355,7 +357,7 @@ module Aws::EKS
|
|
355
357
|
attr_accessor disk_size: ::Integer
|
356
358
|
attr_accessor subnets: ::Array[::String]
|
357
359
|
attr_accessor instance_types: ::Array[::String]
|
358
|
-
attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD")
|
360
|
+
attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA")
|
359
361
|
attr_accessor remote_access: Types::RemoteAccessConfig
|
360
362
|
attr_accessor node_role: ::String
|
361
363
|
attr_accessor labels: ::Hash[::String, ::String]
|
@@ -1033,7 +1035,7 @@ module Aws::EKS
|
|
1033
1035
|
attr_accessor instance_types: ::Array[::String]
|
1034
1036
|
attr_accessor subnets: ::Array[::String]
|
1035
1037
|
attr_accessor remote_access: Types::RemoteAccessConfig
|
1036
|
-
attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD")
|
1038
|
+
attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA")
|
1037
1039
|
attr_accessor node_role: ::String
|
1038
1040
|
attr_accessor labels: ::Hash[::String, ::String]
|
1039
1041
|
attr_accessor taints: ::Array[Types::Taint]
|
@@ -1251,7 +1253,7 @@ module Aws::EKS
|
|
1251
1253
|
class Update
|
1252
1254
|
attr_accessor id: ::String
|
1253
1255
|
attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
|
1254
|
-
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate")
|
1256
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate")
|
1255
1257
|
attr_accessor params: ::Array[Types::UpdateParam]
|
1256
1258
|
attr_accessor created_at: ::Time
|
1257
1259
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
@@ -1300,6 +1302,7 @@ module Aws::EKS
|
|
1300
1302
|
attr_accessor logging: Types::Logging
|
1301
1303
|
attr_accessor client_request_token: ::String
|
1302
1304
|
attr_accessor access_config: Types::UpdateAccessConfigRequest
|
1305
|
+
attr_accessor upgrade_policy: Types::UpgradePolicyRequest
|
1303
1306
|
SENSITIVE: []
|
1304
1307
|
end
|
1305
1308
|
|
@@ -1371,7 +1374,7 @@ module Aws::EKS
|
|
1371
1374
|
end
|
1372
1375
|
|
1373
1376
|
class UpdateParam
|
1374
|
-
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")
|
1377
|
+
attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy")
|
1375
1378
|
attr_accessor value: ::String
|
1376
1379
|
SENSITIVE: []
|
1377
1380
|
end
|
@@ -1395,6 +1398,16 @@ module Aws::EKS
|
|
1395
1398
|
SENSITIVE: []
|
1396
1399
|
end
|
1397
1400
|
|
1401
|
+
class UpgradePolicyRequest
|
1402
|
+
attr_accessor support_type: ("STANDARD" | "EXTENDED")
|
1403
|
+
SENSITIVE: []
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
class UpgradePolicyResponse
|
1407
|
+
attr_accessor support_type: ("STANDARD" | "EXTENDED")
|
1408
|
+
SENSITIVE: []
|
1409
|
+
end
|
1410
|
+
|
1398
1411
|
class VpcConfigRequest
|
1399
1412
|
attr_accessor subnet_ids: ::Array[::String]
|
1400
1413
|
attr_accessor security_group_ids: ::Array[::String]
|
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.112.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-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|