aws-sdk-eks 1.109.0 → 1.111.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 +50 -19
- 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 -1
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +15 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7c0144d3bd6e40c44ae039330741c023aab3090314da1dccc904dcff1a7fa8c
|
4
|
+
data.tar.gz: f5f89e3df9bd4947c3650779ace2a56e64fa47b8a0d95f1702fc6e8e51e95eba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 641046b819ea01eeae64a64892a5c5ec698db81134d5d0edb34cf03c152102ff0c04503b9a991c6edb67761b4cae97682139e68a31bd045499d6003ca990335b
|
7
|
+
data.tar.gz: cee8a7f1568494310c944a174aadbe06b720725b706e3ba80fb6bb0accd154ebe4a38ff6a02356397ec2e58ba1befe07dd104f80424aae395ee8d72e76b2c4fe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.111.0 (2024-07-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for EKS cluster to manage extended support.
|
8
|
+
|
9
|
+
1.110.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.109.0 (2024-07-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -312,6 +312,15 @@ module Aws::EKS
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -521,9 +530,9 @@ module Aws::EKS
|
|
521
530
|
#
|
522
531
|
# resp.update.id #=> String
|
523
532
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
524
|
-
# 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"
|
525
534
|
# resp.update.params #=> Array
|
526
|
-
# 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"
|
527
536
|
# resp.update.params[0].value #=> String
|
528
537
|
# resp.update.created_at #=> Time
|
529
538
|
# resp.update.errors #=> Array
|
@@ -605,9 +614,9 @@ module Aws::EKS
|
|
605
614
|
#
|
606
615
|
# resp.update.id #=> String
|
607
616
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
608
|
-
# 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"
|
609
618
|
# resp.update.params #=> Array
|
610
|
-
# 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"
|
611
620
|
# resp.update.params[0].value #=> String
|
612
621
|
# resp.update.created_at #=> Time
|
613
622
|
# resp.update.errors #=> Array
|
@@ -1088,6 +1097,11 @@ module Aws::EKS
|
|
1088
1097
|
# Use this option when you plan to install third-party alternative
|
1089
1098
|
# add-ons or self-manage the default networking add-ons.
|
1090
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
|
+
#
|
1091
1105
|
# @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1092
1106
|
#
|
1093
1107
|
# * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
|
@@ -1166,6 +1180,9 @@ module Aws::EKS
|
|
1166
1180
|
# authentication_mode: "API", # accepts API, API_AND_CONFIG_MAP, CONFIG_MAP
|
1167
1181
|
# },
|
1168
1182
|
# bootstrap_self_managed_addons: false,
|
1183
|
+
# upgrade_policy: {
|
1184
|
+
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
1185
|
+
# },
|
1169
1186
|
# })
|
1170
1187
|
#
|
1171
1188
|
# @example Response structure
|
@@ -1221,6 +1238,7 @@ module Aws::EKS
|
|
1221
1238
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
1222
1239
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
1223
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"
|
1224
1242
|
#
|
1225
1243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
|
1226
1244
|
#
|
@@ -2080,6 +2098,7 @@ module Aws::EKS
|
|
2080
2098
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2081
2099
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2082
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"
|
2083
2102
|
#
|
2084
2103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
2085
2104
|
#
|
@@ -2393,6 +2412,7 @@ module Aws::EKS
|
|
2393
2412
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2394
2413
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2395
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"
|
2396
2416
|
#
|
2397
2417
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
2398
2418
|
#
|
@@ -2774,6 +2794,7 @@ module Aws::EKS
|
|
2774
2794
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
2775
2795
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
2776
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"
|
2777
2798
|
#
|
2778
2799
|
#
|
2779
2800
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3163,9 +3184,9 @@ module Aws::EKS
|
|
3163
3184
|
#
|
3164
3185
|
# resp.update.id #=> String
|
3165
3186
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3166
|
-
# 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"
|
3167
3188
|
# resp.update.params #=> Array
|
3168
|
-
# 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"
|
3169
3190
|
# resp.update.params[0].value #=> String
|
3170
3191
|
# resp.update.created_at #=> Time
|
3171
3192
|
# resp.update.errors #=> Array
|
@@ -3252,9 +3273,9 @@ module Aws::EKS
|
|
3252
3273
|
#
|
3253
3274
|
# resp.update.id #=> String
|
3254
3275
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3255
|
-
# 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"
|
3256
3277
|
# resp.update.params #=> Array
|
3257
|
-
# 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"
|
3258
3279
|
# resp.update.params[0].value #=> String
|
3259
3280
|
# resp.update.created_at #=> Time
|
3260
3281
|
# resp.update.errors #=> Array
|
@@ -4211,6 +4232,7 @@ module Aws::EKS
|
|
4211
4232
|
# resp.cluster.outpost_config.control_plane_placement.group_name #=> String
|
4212
4233
|
# resp.cluster.access_config.bootstrap_cluster_creator_admin_permissions #=> Boolean
|
4213
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"
|
4214
4236
|
#
|
4215
4237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
4216
4238
|
#
|
@@ -4481,9 +4503,9 @@ module Aws::EKS
|
|
4481
4503
|
#
|
4482
4504
|
# resp.update.id #=> String
|
4483
4505
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4484
|
-
# 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"
|
4485
4507
|
# resp.update.params #=> Array
|
4486
|
-
# 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"
|
4487
4509
|
# resp.update.params[0].value #=> String
|
4488
4510
|
# resp.update.created_at #=> Time
|
4489
4511
|
# resp.update.errors #=> Array
|
@@ -4581,6 +4603,12 @@ module Aws::EKS
|
|
4581
4603
|
# @option params [Types::UpdateAccessConfigRequest] :access_config
|
4582
4604
|
# The access configuration for the cluster.
|
4583
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
|
+
#
|
4584
4612
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4585
4613
|
#
|
4586
4614
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -4608,15 +4636,18 @@ module Aws::EKS
|
|
4608
4636
|
# access_config: {
|
4609
4637
|
# authentication_mode: "API", # accepts API, API_AND_CONFIG_MAP, CONFIG_MAP
|
4610
4638
|
# },
|
4639
|
+
# upgrade_policy: {
|
4640
|
+
# support_type: "STANDARD", # accepts STANDARD, EXTENDED
|
4641
|
+
# },
|
4611
4642
|
# })
|
4612
4643
|
#
|
4613
4644
|
# @example Response structure
|
4614
4645
|
#
|
4615
4646
|
# resp.update.id #=> String
|
4616
4647
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4617
|
-
# 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"
|
4618
4649
|
# resp.update.params #=> Array
|
4619
|
-
# 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"
|
4620
4651
|
# resp.update.params[0].value #=> String
|
4621
4652
|
# resp.update.created_at #=> Time
|
4622
4653
|
# resp.update.errors #=> Array
|
@@ -4678,9 +4709,9 @@ module Aws::EKS
|
|
4678
4709
|
#
|
4679
4710
|
# resp.update.id #=> String
|
4680
4711
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4681
|
-
# 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"
|
4682
4713
|
# resp.update.params #=> Array
|
4683
|
-
# 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"
|
4684
4715
|
# resp.update.params[0].value #=> String
|
4685
4716
|
# resp.update.created_at #=> Time
|
4686
4717
|
# resp.update.errors #=> Array
|
@@ -4841,9 +4872,9 @@ module Aws::EKS
|
|
4841
4872
|
#
|
4842
4873
|
# resp.update.id #=> String
|
4843
4874
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4844
|
-
# 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"
|
4845
4876
|
# resp.update.params #=> Array
|
4846
|
-
# 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"
|
4847
4878
|
# resp.update.params[0].value #=> String
|
4848
4879
|
# resp.update.created_at #=> Time
|
4849
4880
|
# resp.update.errors #=> Array
|
@@ -4981,9 +5012,9 @@ module Aws::EKS
|
|
4981
5012
|
#
|
4982
5013
|
# resp.update.id #=> String
|
4983
5014
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4984
|
-
# 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"
|
4985
5016
|
# resp.update.params #=> Array
|
4986
|
-
# 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"
|
4987
5018
|
# resp.update.params[0].value #=> String
|
4988
5019
|
# resp.update.created_at #=> Time
|
4989
5020
|
# resp.update.errors #=> Array
|
@@ -5072,7 +5103,7 @@ module Aws::EKS
|
|
5072
5103
|
params: params,
|
5073
5104
|
config: config)
|
5074
5105
|
context[:gem_name] = 'aws-sdk-eks'
|
5075
|
-
context[:gem_version] = '1.
|
5106
|
+
context[:gem_version] = '1.111.0'
|
5076
5107
|
Seahorse::Client::Request.new(handlers, context)
|
5077
5108
|
end
|
5078
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
@@ -48,6 +48,7 @@ module Aws
|
|
48
48
|
?sdk_ua_app_id: String,
|
49
49
|
?secret_access_key: String,
|
50
50
|
?session_token: String,
|
51
|
+
?sigv4a_signing_region_set: Array[String],
|
51
52
|
?stub_responses: untyped,
|
52
53
|
?token_provider: untyped,
|
53
54
|
?use_dualstack_endpoint: bool,
|
@@ -220,7 +221,10 @@ module Aws
|
|
220
221
|
bootstrap_cluster_creator_admin_permissions: bool?,
|
221
222
|
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
|
222
223
|
},
|
223
|
-
?bootstrap_self_managed_addons: bool
|
224
|
+
?bootstrap_self_managed_addons: bool,
|
225
|
+
?upgrade_policy: {
|
226
|
+
support_type: ("STANDARD" | "EXTENDED")?
|
227
|
+
}
|
224
228
|
) -> _CreateClusterResponseSuccess
|
225
229
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
226
230
|
|
@@ -856,6 +860,9 @@ module Aws
|
|
856
860
|
?client_request_token: ::String,
|
857
861
|
?access_config: {
|
858
862
|
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
|
863
|
+
},
|
864
|
+
?upgrade_policy: {
|
865
|
+
support_type: ("STANDARD" | "EXTENDED")?
|
859
866
|
}
|
860
867
|
) -> _UpdateClusterConfigResponseSuccess
|
861
868
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
data/sig/resource.rbs
CHANGED
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
|
|
@@ -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.111.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-07-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Kubernetes Service (Amazon EKS).
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|