aws-sdk-eks 1.128.0 → 1.130.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +56 -38
- data/lib/aws-sdk-eks/client_api.rb +4 -1
- data/lib/aws-sdk-eks/types.rb +31 -7
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -0
- 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: 2a1767746c3e5554a9bc19e314f2a0bc983c7a8bdebeb7cffa07dc9da83b0e6f
|
4
|
+
data.tar.gz: 10716bad1f62aa8059a03767fc8b8e0d0b00d3ba6991b96aa1642ad3170cc100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29b14da677f24aecb27111d08db30b2fb954b474e571dca8c9b9732e5d2f6e566df51a5fabb9da5cca7a27f51034a4ee562d653552042c501abf8ad11f1929db
|
7
|
+
data.tar.gz: 972d5b250219844fe44bb745dc23744237d302e80da049921f84d8b8bb4002fcea87c3ad4e608cf40ad59671a4cfa73c3f7135186711c137957ed691980afd3b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.130.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.129.0 (2025-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
|
13
|
+
|
4
14
|
1.128.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::EKS
|
40
40
|
# An API client for EKS. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -899,7 +899,7 @@ module Aws::EKS
|
|
899
899
|
# Amazon EKS doesn't change the add-on resource properties. Creation
|
900
900
|
# of the add-on might fail if conflicts are detected. This option
|
901
901
|
# works differently during the update operation. For more information,
|
902
|
-
# see [UpdateAddon][1].
|
902
|
+
# see [ `UpdateAddon` ][1].
|
903
903
|
#
|
904
904
|
# If you don't currently have the self-managed version of the add-on
|
905
905
|
# installed on your cluster, the Amazon EKS add-on is installed. Amazon
|
@@ -3023,6 +3023,12 @@ module Aws::EKS
|
|
3023
3023
|
# List of specific cluster versions to describe.
|
3024
3024
|
#
|
3025
3025
|
# @option params [String] :status
|
3026
|
+
# This field is deprecated. Use `versionStatus` instead, as that field
|
3027
|
+
# matches for input and output of this action.
|
3028
|
+
#
|
3029
|
+
# Filter versions by their current status.
|
3030
|
+
#
|
3031
|
+
# @option params [String] :version_status
|
3026
3032
|
# Filter versions by their current status.
|
3027
3033
|
#
|
3028
3034
|
# @return [Types::DescribeClusterVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -3042,6 +3048,7 @@ module Aws::EKS
|
|
3042
3048
|
# include_all: false,
|
3043
3049
|
# cluster_versions: ["String"],
|
3044
3050
|
# status: "unsupported", # accepts unsupported, standard-support, extended-support
|
3051
|
+
# version_status: "UNSUPPORTED", # accepts UNSUPPORTED, STANDARD_SUPPORT, EXTENDED_SUPPORT
|
3045
3052
|
# })
|
3046
3053
|
#
|
3047
3054
|
# @example Response structure
|
@@ -3056,6 +3063,7 @@ module Aws::EKS
|
|
3056
3063
|
# resp.cluster_versions[0].end_of_standard_support_date #=> Time
|
3057
3064
|
# resp.cluster_versions[0].end_of_extended_support_date #=> Time
|
3058
3065
|
# resp.cluster_versions[0].status #=> String, one of "unsupported", "standard-support", "extended-support"
|
3066
|
+
# resp.cluster_versions[0].version_status #=> String, one of "UNSUPPORTED", "STANDARD_SUPPORT", "EXTENDED_SUPPORT"
|
3059
3067
|
# resp.cluster_versions[0].kubernetes_patch_version #=> String
|
3060
3068
|
#
|
3061
3069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeClusterVersions AWS API Documentation
|
@@ -3406,7 +3414,7 @@ module Aws::EKS
|
|
3406
3414
|
|
3407
3415
|
# Describes an update to an Amazon EKS resource.
|
3408
3416
|
#
|
3409
|
-
# When the status of the update is `
|
3417
|
+
# When the status of the update is `Successful`, the update is complete.
|
3410
3418
|
# If an update fails, the status is `Failed`, and an error detail
|
3411
3419
|
# explains the reason for the failure.
|
3412
3420
|
#
|
@@ -4388,10 +4396,11 @@ module Aws::EKS
|
|
4388
4396
|
# Any Kubernetes cluster can be connected to the Amazon EKS control
|
4389
4397
|
# plane to view current information about the cluster and its nodes.
|
4390
4398
|
#
|
4391
|
-
# Cluster connection requires two steps. First, send a
|
4392
|
-
# RegisterClusterRequest
|
4399
|
+
# Cluster connection requires two steps. First, send a [
|
4400
|
+
# `RegisterClusterRequest` ][1] to add it to the Amazon EKS control
|
4401
|
+
# plane.
|
4393
4402
|
#
|
4394
|
-
# Second, a [Manifest][
|
4403
|
+
# Second, a [Manifest][2] containing the `activationID` and
|
4395
4404
|
# `activationCode` must be applied to the Kubernetes cluster through
|
4396
4405
|
# it's native provider to provide visibility.
|
4397
4406
|
#
|
@@ -4402,7 +4411,8 @@ module Aws::EKS
|
|
4402
4411
|
#
|
4403
4412
|
#
|
4404
4413
|
#
|
4405
|
-
# [1]: https://
|
4414
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_RegisterClusterRequest.html
|
4415
|
+
# [2]: https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml
|
4406
4416
|
#
|
4407
4417
|
# @option params [required, String] :name
|
4408
4418
|
# A unique name for this cluster in your Amazon Web Services Region.
|
@@ -5004,7 +5014,7 @@ module Aws::EKS
|
|
5004
5014
|
# Updates an Amazon EKS cluster to the specified Kubernetes version.
|
5005
5015
|
# Your cluster continues to function during the update. The response
|
5006
5016
|
# output includes an update ID that you can use to track the status of
|
5007
|
-
# your cluster update with the DescribeUpdate API operation.
|
5017
|
+
# your cluster update with the [ `DescribeUpdate` ][1] API operation.
|
5008
5018
|
#
|
5009
5019
|
# Cluster updates are asynchronous, and they should finish within a few
|
5010
5020
|
# minutes. During an update, the cluster status moves to `UPDATING`
|
@@ -5016,6 +5026,10 @@ module Aws::EKS
|
|
5016
5026
|
# node groups' Kubernetes versions must match the cluster's Kubernetes
|
5017
5027
|
# version in order to update the cluster to a new Kubernetes version.
|
5018
5028
|
#
|
5029
|
+
#
|
5030
|
+
#
|
5031
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html
|
5032
|
+
#
|
5019
5033
|
# @option params [required, String] :name
|
5020
5034
|
# The name of the Amazon EKS cluster to update.
|
5021
5035
|
#
|
@@ -5124,10 +5138,14 @@ module Aws::EKS
|
|
5124
5138
|
# Updates an Amazon EKS managed node group configuration. Your node
|
5125
5139
|
# group continues to function during the update. The response output
|
5126
5140
|
# includes an update ID that you can use to track the status of your
|
5127
|
-
# node group update with the DescribeUpdate API operation. You
|
5128
|
-
# update the Kubernetes labels and taints for a node group and the
|
5141
|
+
# node group update with the [ `DescribeUpdate` ][1] API operation. You
|
5142
|
+
# can update the Kubernetes labels and taints for a node group and the
|
5129
5143
|
# scaling and version update configuration.
|
5130
5144
|
#
|
5145
|
+
#
|
5146
|
+
#
|
5147
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html
|
5148
|
+
#
|
5131
5149
|
# @option params [required, String] :cluster_name
|
5132
5150
|
# The name of your cluster.
|
5133
5151
|
#
|
@@ -5451,7 +5469,7 @@ module Aws::EKS
|
|
5451
5469
|
tracer: tracer
|
5452
5470
|
)
|
5453
5471
|
context[:gem_name] = 'aws-sdk-eks'
|
5454
|
-
context[:gem_version] = '1.
|
5472
|
+
context[:gem_version] = '1.130.0'
|
5455
5473
|
Seahorse::Client::Request.new(handlers, context)
|
5456
5474
|
end
|
5457
5475
|
|
@@ -320,6 +320,7 @@ module Aws::EKS
|
|
320
320
|
UpdateType = Shapes::StringShape.new(name: 'UpdateType')
|
321
321
|
UpgradePolicyRequest = Shapes::StructureShape.new(name: 'UpgradePolicyRequest')
|
322
322
|
UpgradePolicyResponse = Shapes::StructureShape.new(name: 'UpgradePolicyResponse')
|
323
|
+
VersionStatus = Shapes::StringShape.new(name: 'VersionStatus')
|
323
324
|
VpcConfigRequest = Shapes::StructureShape.new(name: 'VpcConfigRequest')
|
324
325
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
325
326
|
ZeroCapacity = Shapes::IntegerShape.new(name: 'ZeroCapacity')
|
@@ -546,6 +547,7 @@ module Aws::EKS
|
|
546
547
|
ClusterVersionInformation.add_member(:end_of_standard_support_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endOfStandardSupportDate"))
|
547
548
|
ClusterVersionInformation.add_member(:end_of_extended_support_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endOfExtendedSupportDate"))
|
548
549
|
ClusterVersionInformation.add_member(:status, Shapes::ShapeRef.new(shape: ClusterVersionStatus, location_name: "status"))
|
550
|
+
ClusterVersionInformation.add_member(:version_status, Shapes::ShapeRef.new(shape: VersionStatus, location_name: "versionStatus"))
|
549
551
|
ClusterVersionInformation.add_member(:kubernetes_patch_version, Shapes::ShapeRef.new(shape: String, location_name: "kubernetesPatchVersion"))
|
550
552
|
ClusterVersionInformation.struct_class = Types::ClusterVersionInformation
|
551
553
|
|
@@ -807,7 +809,8 @@ module Aws::EKS
|
|
807
809
|
DescribeClusterVersionsRequest.add_member(:default_only, Shapes::ShapeRef.new(shape: BoxedBoolean, location: "querystring", location_name: "defaultOnly"))
|
808
810
|
DescribeClusterVersionsRequest.add_member(:include_all, Shapes::ShapeRef.new(shape: BoxedBoolean, location: "querystring", location_name: "includeAll"))
|
809
811
|
DescribeClusterVersionsRequest.add_member(:cluster_versions, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "clusterVersions"))
|
810
|
-
DescribeClusterVersionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ClusterVersionStatus, location: "querystring", location_name: "status"))
|
812
|
+
DescribeClusterVersionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ClusterVersionStatus, deprecated: true, location: "querystring", location_name: "status", metadata: {"deprecatedMessage"=>"status has been replaced by versionStatus", "deprecatedSince"=>"2025-02-15"}))
|
813
|
+
DescribeClusterVersionsRequest.add_member(:version_status, Shapes::ShapeRef.new(shape: VersionStatus, location: "querystring", location_name: "versionStatus"))
|
811
814
|
DescribeClusterVersionsRequest.struct_class = Types::DescribeClusterVersionsRequest
|
812
815
|
|
813
816
|
DescribeClusterVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -1051,6 +1051,13 @@ module Aws::EKS
|
|
1051
1051
|
# @return [Time]
|
1052
1052
|
#
|
1053
1053
|
# @!attribute [rw] status
|
1054
|
+
# This field is deprecated. Use `versionStatus` instead, as that field
|
1055
|
+
# matches for input and output of this action.
|
1056
|
+
#
|
1057
|
+
# Current status of this cluster version.
|
1058
|
+
# @return [String]
|
1059
|
+
#
|
1060
|
+
# @!attribute [rw] version_status
|
1054
1061
|
# Current status of this cluster version.
|
1055
1062
|
# @return [String]
|
1056
1063
|
#
|
@@ -1069,6 +1076,7 @@ module Aws::EKS
|
|
1069
1076
|
:end_of_standard_support_date,
|
1070
1077
|
:end_of_extended_support_date,
|
1071
1078
|
:status,
|
1079
|
+
:version_status,
|
1072
1080
|
:kubernetes_patch_version)
|
1073
1081
|
SENSITIVE = []
|
1074
1082
|
include Aws::Structure
|
@@ -1483,7 +1491,7 @@ module Aws::EKS
|
|
1483
1491
|
# Amazon EKS doesn't change the add-on resource properties.
|
1484
1492
|
# Creation of the add-on might fail if conflicts are detected. This
|
1485
1493
|
# option works differently during the update operation. For more
|
1486
|
-
# information, see [UpdateAddon][1].
|
1494
|
+
# information, see [ `UpdateAddon` ][1].
|
1487
1495
|
#
|
1488
1496
|
# If you don't currently have the self-managed version of the add-on
|
1489
1497
|
# installed on your cluster, the Amazon EKS add-on is installed.
|
@@ -2780,6 +2788,13 @@ module Aws::EKS
|
|
2780
2788
|
# @return [Array<String>]
|
2781
2789
|
#
|
2782
2790
|
# @!attribute [rw] status
|
2791
|
+
# This field is deprecated. Use `versionStatus` instead, as that field
|
2792
|
+
# matches for input and output of this action.
|
2793
|
+
#
|
2794
|
+
# Filter versions by their current status.
|
2795
|
+
# @return [String]
|
2796
|
+
#
|
2797
|
+
# @!attribute [rw] version_status
|
2783
2798
|
# Filter versions by their current status.
|
2784
2799
|
# @return [String]
|
2785
2800
|
#
|
@@ -2792,7 +2807,8 @@ module Aws::EKS
|
|
2792
2807
|
:default_only,
|
2793
2808
|
:include_all,
|
2794
2809
|
:cluster_versions,
|
2795
|
-
:status
|
2810
|
+
:status,
|
2811
|
+
:version_status)
|
2796
2812
|
SENSITIVE = []
|
2797
2813
|
include Aws::Structure
|
2798
2814
|
end
|
@@ -4761,7 +4777,7 @@ module Aws::EKS
|
|
4761
4777
|
# the cluster and match any filters that you provided.
|
4762
4778
|
#
|
4763
4779
|
# Each summary is simplified by removing these fields compared to the
|
4764
|
-
# full `
|
4780
|
+
# full [ `PodIdentityAssociation` ][1]:
|
4765
4781
|
#
|
4766
4782
|
# * The IAM role: `roleArn`
|
4767
4783
|
#
|
@@ -4771,6 +4787,10 @@ module Aws::EKS
|
|
4771
4787
|
# `modifiedAt`
|
4772
4788
|
#
|
4773
4789
|
# * The tags on the association: `tags`
|
4790
|
+
#
|
4791
|
+
#
|
4792
|
+
#
|
4793
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_PodIdentityAssociation.html
|
4774
4794
|
# @return [Array<Types::PodIdentityAssociationSummary>]
|
4775
4795
|
#
|
4776
4796
|
# @!attribute [rw] next_token
|
@@ -5256,8 +5276,8 @@ module Aws::EKS
|
|
5256
5276
|
# @!attribute [rw] update_strategy
|
5257
5277
|
# The configuration for the behavior to follow during a node group
|
5258
5278
|
# version update of this managed node group. You choose between two
|
5259
|
-
# possible strategies for replacing nodes during an
|
5260
|
-
#
|
5279
|
+
# possible strategies for replacing nodes during an [
|
5280
|
+
# `UpdateNodegroupVersion` ][1] action.
|
5261
5281
|
#
|
5262
5282
|
# An Amazon EKS managed node group updates by replacing nodes with new
|
5263
5283
|
# nodes of newer AMI versions in parallel. The *update strategy*
|
@@ -5272,7 +5292,7 @@ module Aws::EKS
|
|
5272
5292
|
#
|
5273
5293
|
#
|
5274
5294
|
#
|
5275
|
-
# [1]: https://docs.aws.amazon.com/latest/APIReference/API_UpdateNodegroupVersion.html
|
5295
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateNodegroupVersion.html
|
5276
5296
|
# @return [String]
|
5277
5297
|
#
|
5278
5298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodegroupUpdateConfig AWS API Documentation
|
@@ -5674,7 +5694,7 @@ module Aws::EKS
|
|
5674
5694
|
# The summarized description of the association.
|
5675
5695
|
#
|
5676
5696
|
# Each summary is simplified by removing these fields compared to the
|
5677
|
-
# full `
|
5697
|
+
# full [ `PodIdentityAssociation` ][1]:
|
5678
5698
|
#
|
5679
5699
|
# * The IAM role: `roleArn`
|
5680
5700
|
#
|
@@ -5685,6 +5705,10 @@ module Aws::EKS
|
|
5685
5705
|
#
|
5686
5706
|
# * The tags on the association: `tags`
|
5687
5707
|
#
|
5708
|
+
#
|
5709
|
+
#
|
5710
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_PodIdentityAssociation.html
|
5711
|
+
#
|
5688
5712
|
# @!attribute [rw] cluster_name
|
5689
5713
|
# The name of the cluster that the association is in.
|
5690
5714
|
# @return [String]
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -527,7 +527,8 @@ module Aws
|
|
527
527
|
?default_only: bool,
|
528
528
|
?include_all: bool,
|
529
529
|
?cluster_versions: Array[::String],
|
530
|
-
?status: ("unsupported" | "standard-support" | "extended-support")
|
530
|
+
?status: ("unsupported" | "standard-support" | "extended-support"),
|
531
|
+
?version_status: ("UNSUPPORTED" | "STANDARD_SUPPORT" | "EXTENDED_SUPPORT")
|
531
532
|
) -> _DescribeClusterVersionsResponseSuccess
|
532
533
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClusterVersionsResponseSuccess
|
533
534
|
|
data/sig/types.rbs
CHANGED
@@ -249,6 +249,7 @@ module Aws::EKS
|
|
249
249
|
attr_accessor end_of_standard_support_date: ::Time
|
250
250
|
attr_accessor end_of_extended_support_date: ::Time
|
251
251
|
attr_accessor status: ("unsupported" | "standard-support" | "extended-support")
|
252
|
+
attr_accessor version_status: ("UNSUPPORTED" | "STANDARD_SUPPORT" | "EXTENDED_SUPPORT")
|
252
253
|
attr_accessor kubernetes_patch_version: ::String
|
253
254
|
SENSITIVE: []
|
254
255
|
end
|
@@ -604,6 +605,7 @@ module Aws::EKS
|
|
604
605
|
attr_accessor include_all: bool
|
605
606
|
attr_accessor cluster_versions: ::Array[::String]
|
606
607
|
attr_accessor status: ("unsupported" | "standard-support" | "extended-support")
|
608
|
+
attr_accessor version_status: ("UNSUPPORTED" | "STANDARD_SUPPORT" | "EXTENDED_SUPPORT")
|
607
609
|
SENSITIVE: []
|
608
610
|
end
|
609
611
|
|
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.130.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|