aws-sdk-eks 1.128.0 → 1.129.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bd92759ec69980ad7edec00b2ee2f0801837462872338e8a5b02f8f149a153d
4
- data.tar.gz: 7345d00cb4896d89b4d72e0fa7c9e1b58be708f3cfc0ae6fca5cdb02510b6c46
3
+ metadata.gz: 52f0766c579be0334f50d3ce6959cd87af8e4f796e716dd3dfaabdd17ac721fc
4
+ data.tar.gz: 8b70b60fea729e9761070074e11b5586d5852d1ceb78b7df7fb62643142df475
5
5
  SHA512:
6
- metadata.gz: 0c0aa06cfaa654c3bfa81388a82e33c4a4557aabfd7ccd2d99be94095842e12e6964204512f8950a5c73a90e4f943951430468ae771b6e54dc4a876d2d058f1a
7
- data.tar.gz: 06d3d607a9b3043ef579f599c36423e6a5d1a4c3d234e5b9dadb6bf5ad00b98bf6ac3719f83e6bd71ab8e2fbb5d77ecca939ae560b2867196f0914adb1598477
6
+ metadata.gz: c186ef11c75993c875feb2cfc4398af52014d5511c4e84167f3f425ed05f3af8f713137416ff63aa97578e4128ddad67c80953261267c572138b41ebdbe8c5d9
7
+ data.tar.gz: d194ac4f97e93e71d388dd18587a0dc055c008d261ad9314e7691d76f42f903a4e4aa790c2d88e40c5e7ca4e621e24885a403c90a81a890abe543914e13318bd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2025-02-07)
5
+ ------------------
6
+
7
+ * Feature - Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
8
+
4
9
  1.128.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -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 `Succeeded`, the update is complete.
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 ` to add it to the Amazon EKS control plane.
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][1] containing the `activationID` and
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://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml
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 can
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.128.0'
5472
+ context[:gem_version] = '1.129.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"))
@@ -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 ` PodIdentityAssociation `:
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
- # [UpdateNodegroupVersion][1] action.
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 ` PodIdentityAssociation `:
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
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.128.0'
58
+ GEM_VERSION = '1.129.0'
59
59
 
60
60
  end
61
61
 
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.128.0
4
+ version: 1.129.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-06 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core