aws-sdk-eks 1.130.0 → 1.131.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a1767746c3e5554a9bc19e314f2a0bc983c7a8bdebeb7cffa07dc9da83b0e6f
4
- data.tar.gz: 10716bad1f62aa8059a03767fc8b8e0d0b00d3ba6991b96aa1642ad3170cc100
3
+ metadata.gz: 5979c93f85cf2660be5928e8e220f1092721644b03e9c735858c209a6263a969
4
+ data.tar.gz: 9d28665e8f1e9d2fd44b2b071a627dc055abdf424d0e513fb220ddc9625af2d7
5
5
  SHA512:
6
- metadata.gz: 29b14da677f24aecb27111d08db30b2fb954b474e571dca8c9b9732e5d2f6e566df51a5fabb9da5cca7a27f51034a4ee562d653552042c501abf8ad11f1929db
7
- data.tar.gz: 972d5b250219844fe44bb745dc23744237d302e80da049921f84d8b8bb4002fcea87c3ad4e608cf40ad59671a4cfa73c3f7135186711c137957ed691980afd3b
6
+ metadata.gz: b3748648b7d646f9f667455fe21fee6bbf15b46f4f59188fd573b855571797d7ed225359336f5350b185866e2b114149c1acc73539dd191dd1cb89589235244c
7
+ data.tar.gz: 15fd81eb22ddca7561a5526557af24df8dd2e6de519266202093226517058f0323f6ae1107e027f314e001b5f2b74eac711b25220018e322d3c853e12f355442
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.131.0 (2025-02-28)
5
+ ------------------
6
+
7
+ * Feature - Adding licenses to EKS Anywhere Subscription operations response.
8
+
4
9
  1.130.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.131.0
@@ -1471,6 +1471,9 @@ module Aws::EKS
1471
1471
  # resp.subscription.auto_renew #=> Boolean
1472
1472
  # resp.subscription.license_arns #=> Array
1473
1473
  # resp.subscription.license_arns[0] #=> String
1474
+ # resp.subscription.licenses #=> Array
1475
+ # resp.subscription.licenses[0].id #=> String
1476
+ # resp.subscription.licenses[0].token #=> String
1474
1477
  # resp.subscription.tags #=> Hash
1475
1478
  # resp.subscription.tags["TagKey"] #=> String
1476
1479
  #
@@ -1627,8 +1630,15 @@ module Aws::EKS
1627
1630
  # current Kubernetes version for the cluster. All node groups are
1628
1631
  # created with the latest AMI release version for the respective minor
1629
1632
  # Kubernetes version of the cluster, unless you deploy a custom AMI
1630
- # using a launch template. For more information about using launch
1631
- # templates, see [Customizing managed nodes with launch templates][1].
1633
+ # using a launch template.
1634
+ #
1635
+ # For later updates, you will only be able to update a node group using
1636
+ # a launch template only if it was originally deployed with a launch
1637
+ # template. Additionally, the launch template ID or name must match what
1638
+ # was used when the node group was created. You can update the launch
1639
+ # template version with necessary changes. For more information about
1640
+ # using launch templates, see [Customizing managed nodes with launch
1641
+ # templates][1].
1632
1642
  #
1633
1643
  # An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group
1634
1644
  # and associated Amazon EC2 instances that are managed by Amazon Web
@@ -1772,10 +1782,13 @@ module Aws::EKS
1772
1782
  # @option params [Types::LaunchTemplateSpecification] :launch_template
1773
1783
  # An object representing a node group's launch template specification.
1774
1784
  # When using this object, don't directly specify `instanceTypes`,
1775
- # `diskSize`, or `remoteAccess`. Make sure that the launch template
1776
- # meets the requirements in `launchTemplateSpecification`. Also refer to
1777
- # [Customizing managed nodes with launch templates][1] in the *Amazon
1778
- # EKS User Guide*.
1785
+ # `diskSize`, or `remoteAccess`. You cannot later specify a different
1786
+ # launch template ID or name than what was used to create the node
1787
+ # group.
1788
+ #
1789
+ # Make sure that the launch template meets the requirements in
1790
+ # `launchTemplateSpecification`. Also refer to [Customizing managed
1791
+ # nodes with launch templates][1] in the *Amazon EKS User Guide*.
1779
1792
  #
1780
1793
  #
1781
1794
  #
@@ -2304,6 +2317,9 @@ module Aws::EKS
2304
2317
  # resp.subscription.auto_renew #=> Boolean
2305
2318
  # resp.subscription.license_arns #=> Array
2306
2319
  # resp.subscription.license_arns[0] #=> String
2320
+ # resp.subscription.licenses #=> Array
2321
+ # resp.subscription.licenses[0].id #=> String
2322
+ # resp.subscription.licenses[0].token #=> String
2307
2323
  # resp.subscription.tags #=> Hash
2308
2324
  # resp.subscription.tags["TagKey"] #=> String
2309
2325
  #
@@ -3105,6 +3121,9 @@ module Aws::EKS
3105
3121
  # resp.subscription.auto_renew #=> Boolean
3106
3122
  # resp.subscription.license_arns #=> Array
3107
3123
  # resp.subscription.license_arns[0] #=> String
3124
+ # resp.subscription.licenses #=> Array
3125
+ # resp.subscription.licenses[0].id #=> String
3126
+ # resp.subscription.licenses[0].token #=> String
3108
3127
  # resp.subscription.tags #=> Hash
3109
3128
  # resp.subscription.tags["TagKey"] #=> String
3110
3129
  #
@@ -3943,6 +3962,9 @@ module Aws::EKS
3943
3962
  # resp.subscriptions[0].auto_renew #=> Boolean
3944
3963
  # resp.subscriptions[0].license_arns #=> Array
3945
3964
  # resp.subscriptions[0].license_arns[0] #=> String
3965
+ # resp.subscriptions[0].licenses #=> Array
3966
+ # resp.subscriptions[0].licenses[0].id #=> String
3967
+ # resp.subscriptions[0].licenses[0].token #=> String
3946
3968
  # resp.subscriptions[0].tags #=> Hash
3947
3969
  # resp.subscriptions[0].tags["TagKey"] #=> String
3948
3970
  # resp.next_token #=> String
@@ -5123,6 +5145,9 @@ module Aws::EKS
5123
5145
  # resp.subscription.auto_renew #=> Boolean
5124
5146
  # resp.subscription.license_arns #=> Array
5125
5147
  # resp.subscription.license_arns[0] #=> String
5148
+ # resp.subscription.licenses #=> Array
5149
+ # resp.subscription.licenses[0].id #=> String
5150
+ # resp.subscription.licenses[0].token #=> String
5126
5151
  # resp.subscription.tags #=> Hash
5127
5152
  # resp.subscription.tags["TagKey"] #=> String
5128
5153
  #
@@ -5257,11 +5282,15 @@ module Aws::EKS
5257
5282
  # node group.
5258
5283
  #
5259
5284
  # You can update a node group using a launch template only if the node
5260
- # group was originally deployed with a launch template. If you need to
5261
- # update a custom AMI in a node group that was deployed with a launch
5262
- # template, then update your custom AMI, specify the new ID in a new
5263
- # version of the launch template, and then update the node group to the
5264
- # new version of the launch template.
5285
+ # group was originally deployed with a launch template. Additionally,
5286
+ # the launch template ID or name must match what was used when the node
5287
+ # group was created. You can update the launch template version with
5288
+ # necessary changes.
5289
+ #
5290
+ # If you need to update a custom AMI in a node group that was deployed
5291
+ # with a launch template, then update your custom AMI, specify the new
5292
+ # ID in a new version of the launch template, and then update the node
5293
+ # group to the new version of the launch template.
5265
5294
  #
5266
5295
  # If you update without a launch template, then you can update to the
5267
5296
  # latest available AMI version of a node group's current Kubernetes
@@ -5333,7 +5362,9 @@ module Aws::EKS
5333
5362
  # @option params [Types::LaunchTemplateSpecification] :launch_template
5334
5363
  # An object representing a node group's launch template specification.
5335
5364
  # You can only update a node group using a launch template if the node
5336
- # group was originally deployed with a launch template.
5365
+ # group was originally deployed with a launch template. When updating,
5366
+ # you must specify the same launch template ID or name that was used to
5367
+ # create the node group.
5337
5368
  #
5338
5369
  # @option params [Boolean] :force
5339
5370
  # Force the update if any `Pod` on the existing node group can't be
@@ -5469,7 +5500,7 @@ module Aws::EKS
5469
5500
  tracer: tracer
5470
5501
  )
5471
5502
  context[:gem_name] = 'aws-sdk-eks'
5472
- context[:gem_version] = '1.130.0'
5503
+ context[:gem_version] = '1.131.0'
5473
5504
  Seahorse::Client::Request.new(handlers, context)
5474
5505
  end
5475
5506
 
@@ -195,6 +195,8 @@ module Aws::EKS
195
195
  KubernetesNetworkConfigRequest = Shapes::StructureShape.new(name: 'KubernetesNetworkConfigRequest')
196
196
  KubernetesNetworkConfigResponse = Shapes::StructureShape.new(name: 'KubernetesNetworkConfigResponse')
197
197
  LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
198
+ License = Shapes::StructureShape.new(name: 'License')
199
+ LicenseList = Shapes::ListShape.new(name: 'LicenseList')
198
200
  ListAccessEntriesRequest = Shapes::StructureShape.new(name: 'ListAccessEntriesRequest')
199
201
  ListAccessEntriesRequestMaxResults = Shapes::IntegerShape.new(name: 'ListAccessEntriesRequestMaxResults')
200
202
  ListAccessEntriesResponse = Shapes::StructureShape.new(name: 'ListAccessEntriesResponse')
@@ -893,6 +895,7 @@ module Aws::EKS
893
895
  EksAnywhereSubscription.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
894
896
  EksAnywhereSubscription.add_member(:auto_renew, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoRenew"))
895
897
  EksAnywhereSubscription.add_member(:license_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "licenseArns"))
898
+ EksAnywhereSubscription.add_member(:licenses, Shapes::ShapeRef.new(shape: LicenseList, location_name: "licenses"))
896
899
  EksAnywhereSubscription.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
897
900
  EksAnywhereSubscription.struct_class = Types::EksAnywhereSubscription
898
901
 
@@ -1051,6 +1054,12 @@ module Aws::EKS
1051
1054
  LaunchTemplateSpecification.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1052
1055
  LaunchTemplateSpecification.struct_class = Types::LaunchTemplateSpecification
1053
1056
 
1057
+ License.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1058
+ License.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
1059
+ License.struct_class = Types::License
1060
+
1061
+ LicenseList.member = Shapes::ShapeRef.new(shape: License)
1062
+
1054
1063
  ListAccessEntriesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
1055
1064
  ListAccessEntriesRequest.add_member(:associated_policy_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "associatedPolicyArn"))
1056
1065
  ListAccessEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAccessEntriesRequestMaxResults, location: "querystring", location_name: "maxResults"))
@@ -2068,8 +2068,11 @@ module Aws::EKS
2068
2068
  # @!attribute [rw] launch_template
2069
2069
  # An object representing a node group's launch template
2070
2070
  # specification. When using this object, don't directly specify
2071
- # `instanceTypes`, `diskSize`, or `remoteAccess`. Make sure that the
2072
- # launch template meets the requirements in
2071
+ # `instanceTypes`, `diskSize`, or `remoteAccess`. You cannot later
2072
+ # specify a different launch template ID or name than what was used to
2073
+ # create the node group.
2074
+ #
2075
+ # Make sure that the launch template meets the requirements in
2073
2076
  # `launchTemplateSpecification`. Also refer to [Customizing managed
2074
2077
  # nodes with launch templates][1] in the *Amazon EKS User Guide*.
2075
2078
  #
@@ -3169,6 +3172,11 @@ module Aws::EKS
3169
3172
  # subscription.
3170
3173
  # @return [Array<String>]
3171
3174
  #
3175
+ # @!attribute [rw] licenses
3176
+ # Includes all of the claims in the license token necessary to
3177
+ # validate the license for extended support.
3178
+ # @return [Array<Types::License>]
3179
+ #
3172
3180
  # @!attribute [rw] tags
3173
3181
  # The metadata for a subscription to assist with categorization and
3174
3182
  # organization. Each tag consists of a key and an optional value.
@@ -3190,6 +3198,7 @@ module Aws::EKS
3190
3198
  :status,
3191
3199
  :auto_renew,
3192
3200
  :license_arns,
3201
+ :licenses,
3193
3202
  :tags)
3194
3203
  SENSITIVE = []
3195
3204
  include Aws::Structure
@@ -4026,19 +4035,22 @@ module Aws::EKS
4026
4035
  # The name of the launch template.
4027
4036
  #
4028
4037
  # You must specify either the launch template name or the launch
4029
- # template ID in the request, but not both.
4038
+ # template ID in the request, but not both. After node group creation,
4039
+ # you cannot use a different name.
4030
4040
  # @return [String]
4031
4041
  #
4032
4042
  # @!attribute [rw] version
4033
4043
  # The version number of the launch template to use. If no version is
4034
- # specified, then the template's default version is used.
4044
+ # specified, then the template's default version is used. You can use
4045
+ # a different version for node group updates.
4035
4046
  # @return [String]
4036
4047
  #
4037
4048
  # @!attribute [rw] id
4038
4049
  # The ID of the launch template.
4039
4050
  #
4040
4051
  # You must specify either the launch template ID or the launch
4041
- # template name in the request, but not both.
4052
+ # template name in the request, but not both. After node group
4053
+ # creation, you cannot use a different ID.
4042
4054
  # @return [String]
4043
4055
  #
4044
4056
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/LaunchTemplateSpecification AWS API Documentation
@@ -4051,6 +4063,26 @@ module Aws::EKS
4051
4063
  include Aws::Structure
4052
4064
  end
4053
4065
 
4066
+ # An EKS Anywhere license associated with a subscription.
4067
+ #
4068
+ # @!attribute [rw] id
4069
+ # An id associated with an EKS Anywhere subscription license.
4070
+ # @return [String]
4071
+ #
4072
+ # @!attribute [rw] token
4073
+ # An optional license token that can be used for extended support
4074
+ # verification.
4075
+ # @return [String]
4076
+ #
4077
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/License AWS API Documentation
4078
+ #
4079
+ class License < Struct.new(
4080
+ :id,
4081
+ :token)
4082
+ SENSITIVE = []
4083
+ include Aws::Structure
4084
+ end
4085
+
4054
4086
  # @!attribute [rw] cluster_name
4055
4087
  # The name of your cluster.
4056
4088
  # @return [String]
@@ -6977,7 +7009,8 @@ module Aws::EKS
6977
7009
  # An object representing a node group's launch template
6978
7010
  # specification. You can only update a node group using a launch
6979
7011
  # template if the node group was originally deployed with a launch
6980
- # template.
7012
+ # template. When updating, you must specify the same launch template
7013
+ # ID or name that was used to create the node group.
6981
7014
  # @return [Types::LaunchTemplateSpecification]
6982
7015
  #
6983
7016
  # @!attribute [rw] force
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.130.0'
58
+ GEM_VERSION = '1.131.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -727,6 +727,7 @@ module Aws::EKS
727
727
  attr_accessor status: ::String
728
728
  attr_accessor auto_renew: bool
729
729
  attr_accessor license_arns: ::Array[::String]
730
+ attr_accessor licenses: ::Array[Types::License]
730
731
  attr_accessor tags: ::Hash[::String, ::String]
731
732
  SENSITIVE: []
732
733
  end
@@ -905,6 +906,12 @@ module Aws::EKS
905
906
  SENSITIVE: []
906
907
  end
907
908
 
909
+ class License
910
+ attr_accessor id: ::String
911
+ attr_accessor token: ::String
912
+ SENSITIVE: []
913
+ end
914
+
908
915
  class ListAccessEntriesRequest
909
916
  attr_accessor cluster_name: ::String
910
917
  attr_accessor associated_policy_arn: ::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.130.0
4
+ version: 1.131.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-18 00:00:00.000000000 Z
11
+ date: 2025-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core