aws-sdk-eks 1.91.0 → 1.92.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.
@@ -11,13 +11,14 @@ module Aws::EKS
11
11
  module Types
12
12
 
13
13
  # You don't have permissions to perform the requested operation. The
14
- # user or role that is making the request must have at least one IAM
14
+ # [IAM principal][1] making the request must have at least one IAM
15
15
  # permissions policy attached that grants the required permissions. For
16
- # more information, see [Access Management][1] in the *IAM User Guide*.
16
+ # more information, see [Access management][2] in the *IAM User Guide*.
17
17
  #
18
18
  #
19
19
  #
20
- # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html
20
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html
21
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html
21
22
  #
22
23
  # @!attribute [rw] message
23
24
  # @return [String]
@@ -367,9 +368,13 @@ module Aws::EKS
367
368
  end
368
369
 
369
370
  # These errors are usually caused by a client action. Actions can
370
- # include using an action or resource on behalf of a user that doesn't
371
- # have permissions to use the action or resource or specifying an
372
- # identifier that is not valid.
371
+ # include using an action or resource on behalf of an [IAM principal][1]
372
+ # that doesn't have permissions to use the action or resource or
373
+ # specifying an identifier that is not valid.
374
+ #
375
+ #
376
+ #
377
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html
373
378
  #
374
379
  # @!attribute [rw] cluster_name
375
380
  # The Amazon EKS cluster associated with the exception.
@@ -382,6 +387,10 @@ module Aws::EKS
382
387
  # @!attribute [rw] addon_name
383
388
  # @return [String]
384
389
  #
390
+ # @!attribute [rw] subscription_id
391
+ # The Amazon EKS subscription ID with the exception.
392
+ # @return [String]
393
+ #
385
394
  # @!attribute [rw] message
386
395
  # @return [String]
387
396
  #
@@ -391,6 +400,7 @@ module Aws::EKS
391
400
  :cluster_name,
392
401
  :nodegroup_name,
393
402
  :addon_name,
403
+ :subscription_id,
394
404
  :message)
395
405
  SENSITIVE = []
396
406
  include Aws::Structure
@@ -658,8 +668,8 @@ module Aws::EKS
658
668
 
659
669
  # The placement configuration for all the control plane instances of
660
670
  # your local Amazon EKS cluster on an Amazon Web Services Outpost. For
661
- # more information, see [Capacity considerations][1] in the *Amazon EKS
662
- # User Guide*
671
+ # more information, see [Capacity considerations][1] in the Amazon EKS
672
+ # User Guide.
663
673
  #
664
674
  #
665
675
  #
@@ -756,8 +766,12 @@ module Aws::EKS
756
766
  # different than the existing value, Amazon EKS changes the value to
757
767
  # the Amazon EKS default value.
758
768
  #
759
- # * **Preserve** – Not supported. You can set this value when updating
760
- # an add-on though. For more information, see [UpdateAddon][1].
769
+ # * **Preserve** – This is similar to the NONE option. If the
770
+ # self-managed version of the add-on is installed on your cluster
771
+ # Amazon EKS doesn't change the add-on resource properties.
772
+ # Creation of the add-on might fail if conflicts are detected. This
773
+ # option works differently during the update operation. For more
774
+ # information, see [UpdateAddon][1].
761
775
  #
762
776
  # If you don't currently have the self-managed version of the add-on
763
777
  # installed on your cluster, the Amazon EKS add-on is installed.
@@ -950,6 +964,81 @@ module Aws::EKS
950
964
  include Aws::Structure
951
965
  end
952
966
 
967
+ # @!attribute [rw] name
968
+ # The unique name for your subscription. It must be unique in your
969
+ # Amazon Web Services account in the Amazon Web Services Region
970
+ # you're creating the subscription in. The name can contain only
971
+ # alphanumeric characters (case-sensitive), hyphens, and underscores.
972
+ # It must start with an alphabetic character and can't be longer than
973
+ # 100 characters.
974
+ # @return [String]
975
+ #
976
+ # @!attribute [rw] term
977
+ # An object representing the term duration and term unit type of your
978
+ # subscription. This determines the term length of your subscription.
979
+ # Valid values are MONTHS for term unit and 12 or 36 for term
980
+ # duration, indicating a 12 month or 36 month subscription. This value
981
+ # cannot be changed after creating the subscription.
982
+ # @return [Types::EksAnywhereSubscriptionTerm]
983
+ #
984
+ # @!attribute [rw] license_quantity
985
+ # The number of licenses to purchase with the subscription. Valid
986
+ # values are between 1 and 1000. This value cannot be changed after
987
+ # creating the subscription.
988
+ # @return [Integer]
989
+ #
990
+ # @!attribute [rw] license_type
991
+ # The license type for all licenses in the subscription. Valid value
992
+ # is CLUSTER. With the CLUSTER license type, each license covers
993
+ # support for a single EKS Anywhere cluster.
994
+ # @return [String]
995
+ #
996
+ # @!attribute [rw] auto_renew
997
+ # A boolean indicating whether the subscription auto renews at the end
998
+ # of the term.
999
+ # @return [Boolean]
1000
+ #
1001
+ # @!attribute [rw] client_request_token
1002
+ # Unique, case-sensitive identifier that you provide to ensure the
1003
+ # idempotency of the request.
1004
+ #
1005
+ # **A suitable default value is auto-generated.** You should normally
1006
+ # not need to pass this option.
1007
+ # @return [String]
1008
+ #
1009
+ # @!attribute [rw] tags
1010
+ # The metadata for a subscription to assist with categorization and
1011
+ # organization. Each tag consists of a key and an optional value.
1012
+ # Subscription tags do not propagate to any other resources associated
1013
+ # with the subscription.
1014
+ # @return [Hash<String,String>]
1015
+ #
1016
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateEksAnywhereSubscriptionRequest AWS API Documentation
1017
+ #
1018
+ class CreateEksAnywhereSubscriptionRequest < Struct.new(
1019
+ :name,
1020
+ :term,
1021
+ :license_quantity,
1022
+ :license_type,
1023
+ :auto_renew,
1024
+ :client_request_token,
1025
+ :tags)
1026
+ SENSITIVE = []
1027
+ include Aws::Structure
1028
+ end
1029
+
1030
+ # @!attribute [rw] subscription
1031
+ # The full description of the subscription.
1032
+ # @return [Types::EksAnywhereSubscription]
1033
+ #
1034
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateEksAnywhereSubscriptionResponse AWS API Documentation
1035
+ #
1036
+ class CreateEksAnywhereSubscriptionResponse < Struct.new(
1037
+ :subscription)
1038
+ SENSITIVE = []
1039
+ include Aws::Structure
1040
+ end
1041
+
953
1042
  # @!attribute [rw] fargate_profile_name
954
1043
  # The name of the Fargate profile.
955
1044
  # @return [String]
@@ -1328,6 +1417,30 @@ module Aws::EKS
1328
1417
  include Aws::Structure
1329
1418
  end
1330
1419
 
1420
+ # @!attribute [rw] id
1421
+ # The ID of the subscription.
1422
+ # @return [String]
1423
+ #
1424
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteEksAnywhereSubscriptionRequest AWS API Documentation
1425
+ #
1426
+ class DeleteEksAnywhereSubscriptionRequest < Struct.new(
1427
+ :id)
1428
+ SENSITIVE = []
1429
+ include Aws::Structure
1430
+ end
1431
+
1432
+ # @!attribute [rw] subscription
1433
+ # The full description of the subscription to be deleted.
1434
+ # @return [Types::EksAnywhereSubscription]
1435
+ #
1436
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteEksAnywhereSubscriptionResponse AWS API Documentation
1437
+ #
1438
+ class DeleteEksAnywhereSubscriptionResponse < Struct.new(
1439
+ :subscription)
1440
+ SENSITIVE = []
1441
+ include Aws::Structure
1442
+ end
1443
+
1331
1444
  # @!attribute [rw] cluster_name
1332
1445
  # The name of the Amazon EKS cluster associated with the Fargate
1333
1446
  # profile to delete.
@@ -1618,6 +1731,30 @@ module Aws::EKS
1618
1731
  include Aws::Structure
1619
1732
  end
1620
1733
 
1734
+ # @!attribute [rw] id
1735
+ # The ID of the subscription.
1736
+ # @return [String]
1737
+ #
1738
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeEksAnywhereSubscriptionRequest AWS API Documentation
1739
+ #
1740
+ class DescribeEksAnywhereSubscriptionRequest < Struct.new(
1741
+ :id)
1742
+ SENSITIVE = []
1743
+ include Aws::Structure
1744
+ end
1745
+
1746
+ # @!attribute [rw] subscription
1747
+ # The full description of the subscription.
1748
+ # @return [Types::EksAnywhereSubscription]
1749
+ #
1750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeEksAnywhereSubscriptionResponse AWS API Documentation
1751
+ #
1752
+ class DescribeEksAnywhereSubscriptionResponse < Struct.new(
1753
+ :subscription)
1754
+ SENSITIVE = []
1755
+ include Aws::Structure
1756
+ end
1757
+
1621
1758
  # @!attribute [rw] cluster_name
1622
1759
  # The name of the Amazon EKS cluster associated with the Fargate
1623
1760
  # profile.
@@ -1792,6 +1929,109 @@ module Aws::EKS
1792
1929
  include Aws::Structure
1793
1930
  end
1794
1931
 
1932
+ # An EKS Anywhere subscription authorizing the customer to support for
1933
+ # licensed clusters and access to EKS Anywhere Curated Packages.
1934
+ #
1935
+ # @!attribute [rw] id
1936
+ # UUID identifying a subscription.
1937
+ # @return [String]
1938
+ #
1939
+ # @!attribute [rw] arn
1940
+ # The Amazon Resource Name (ARN) for the subscription.
1941
+ # @return [String]
1942
+ #
1943
+ # @!attribute [rw] created_at
1944
+ # The Unix timestamp in seconds for when the subscription was created.
1945
+ # @return [Time]
1946
+ #
1947
+ # @!attribute [rw] effective_date
1948
+ # The Unix timestamp in seconds for when the subscription is
1949
+ # effective.
1950
+ # @return [Time]
1951
+ #
1952
+ # @!attribute [rw] expiration_date
1953
+ # The Unix timestamp in seconds for when the subscription will expire
1954
+ # or auto renew, depending on the auto renew configuration of the
1955
+ # subscription object.
1956
+ # @return [Time]
1957
+ #
1958
+ # @!attribute [rw] license_quantity
1959
+ # The number of licenses included in a subscription. Valid values are
1960
+ # between 1 and 1000.
1961
+ # @return [Integer]
1962
+ #
1963
+ # @!attribute [rw] license_type
1964
+ # The type of licenses included in the subscription. Valid value is
1965
+ # CLUSTER. With the CLUSTER license type, each license covers support
1966
+ # for a single EKS Anywhere cluster.
1967
+ # @return [String]
1968
+ #
1969
+ # @!attribute [rw] term
1970
+ # An EksAnywhereSubscriptionTerm object.
1971
+ # @return [Types::EksAnywhereSubscriptionTerm]
1972
+ #
1973
+ # @!attribute [rw] status
1974
+ # The status of a subscription.
1975
+ # @return [String]
1976
+ #
1977
+ # @!attribute [rw] auto_renew
1978
+ # A boolean indicating whether or not a subscription will auto renew
1979
+ # when it expires.
1980
+ # @return [Boolean]
1981
+ #
1982
+ # @!attribute [rw] license_arns
1983
+ # License Manager License ARNs associated with the subscription.
1984
+ # @return [Array<String>]
1985
+ #
1986
+ # @!attribute [rw] tags
1987
+ # The metadata for a subscription to assist with categorization and
1988
+ # organization. Each tag consists of a key and an optional value.
1989
+ # Subscription tags do not propagate to any other resources associated
1990
+ # with the subscription.
1991
+ # @return [Hash<String,String>]
1992
+ #
1993
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/EksAnywhereSubscription AWS API Documentation
1994
+ #
1995
+ class EksAnywhereSubscription < Struct.new(
1996
+ :id,
1997
+ :arn,
1998
+ :created_at,
1999
+ :effective_date,
2000
+ :expiration_date,
2001
+ :license_quantity,
2002
+ :license_type,
2003
+ :term,
2004
+ :status,
2005
+ :auto_renew,
2006
+ :license_arns,
2007
+ :tags)
2008
+ SENSITIVE = []
2009
+ include Aws::Structure
2010
+ end
2011
+
2012
+ # An object representing the term duration and term unit type of your
2013
+ # subscription. This determines the term length of your subscription.
2014
+ # Valid values are MONTHS for term unit and 12 or 36 for term duration,
2015
+ # indicating a 12 month or 36 month subscription.
2016
+ #
2017
+ # @!attribute [rw] duration
2018
+ # The duration of the subscription term. Valid values are 12 and 36,
2019
+ # indicating a 12 month or 36 month subscription.
2020
+ # @return [Integer]
2021
+ #
2022
+ # @!attribute [rw] unit
2023
+ # The term unit of the subscription. Valid value is MONTHS.
2024
+ # @return [String]
2025
+ #
2026
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/EksAnywhereSubscriptionTerm AWS API Documentation
2027
+ #
2028
+ class EksAnywhereSubscriptionTerm < Struct.new(
2029
+ :duration,
2030
+ :unit)
2031
+ SENSITIVE = []
2032
+ include Aws::Structure
2033
+ end
2034
+
1795
2035
  # The encryption configuration for the cluster.
1796
2036
  #
1797
2037
  # @!attribute [rw] resources
@@ -2020,6 +2260,10 @@ module Aws::EKS
2020
2260
  # @!attribute [rw] addon_name
2021
2261
  # @return [String]
2022
2262
  #
2263
+ # @!attribute [rw] subscription_id
2264
+ # The Amazon EKS subscription ID with the exception.
2265
+ # @return [String]
2266
+ #
2023
2267
  # @!attribute [rw] message
2024
2268
  # @return [String]
2025
2269
  #
@@ -2030,6 +2274,7 @@ module Aws::EKS
2030
2274
  :nodegroup_name,
2031
2275
  :fargate_profile_name,
2032
2276
  :addon_name,
2277
+ :subscription_id,
2033
2278
  :message)
2034
2279
  SENSITIVE = []
2035
2280
  include Aws::Structure
@@ -2049,6 +2294,10 @@ module Aws::EKS
2049
2294
  # @!attribute [rw] addon_name
2050
2295
  # @return [String]
2051
2296
  #
2297
+ # @!attribute [rw] subscription_id
2298
+ # The Amazon EKS subscription ID with the exception.
2299
+ # @return [String]
2300
+ #
2052
2301
  # @!attribute [rw] message
2053
2302
  # @return [String]
2054
2303
  #
@@ -2058,6 +2307,7 @@ module Aws::EKS
2058
2307
  :cluster_name,
2059
2308
  :nodegroup_name,
2060
2309
  :addon_name,
2310
+ :subscription_id,
2061
2311
  :message)
2062
2312
  SENSITIVE = []
2063
2313
  include Aws::Structure
@@ -2345,7 +2595,7 @@ module Aws::EKS
2345
2595
  end
2346
2596
 
2347
2597
  # @!attribute [rw] addons
2348
- # A list of available add-ons.
2598
+ # A list of installed add-ons.
2349
2599
  # @return [Array<String>]
2350
2600
  #
2351
2601
  # @!attribute [rw] next_token
@@ -2432,6 +2682,62 @@ module Aws::EKS
2432
2682
  include Aws::Structure
2433
2683
  end
2434
2684
 
2685
+ # @!attribute [rw] max_results
2686
+ # The maximum number of cluster results returned by
2687
+ # ListEksAnywhereSubscriptions in paginated output. When you use this
2688
+ # parameter, ListEksAnywhereSubscriptions returns only maxResults
2689
+ # results in a single page along with a nextToken response element.
2690
+ # You can see the remaining results of the initial request by sending
2691
+ # another ListEksAnywhereSubscriptions request with the returned
2692
+ # nextToken value. This value can be between 1 and 100. If you don't
2693
+ # use this parameter, ListEksAnywhereSubscriptions returns up to 10
2694
+ # results and a nextToken value if applicable.
2695
+ # @return [Integer]
2696
+ #
2697
+ # @!attribute [rw] next_token
2698
+ # The nextToken value to include in a future
2699
+ # ListEksAnywhereSubscriptions request. When the results of a
2700
+ # ListEksAnywhereSubscriptions request exceed maxResults, you can use
2701
+ # this value to retrieve the next page of results. This value is null
2702
+ # when there are no more results to return.
2703
+ # @return [String]
2704
+ #
2705
+ # @!attribute [rw] include_status
2706
+ # An array of subscription statuses to filter on.
2707
+ # @return [Array<String>]
2708
+ #
2709
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListEksAnywhereSubscriptionsRequest AWS API Documentation
2710
+ #
2711
+ class ListEksAnywhereSubscriptionsRequest < Struct.new(
2712
+ :max_results,
2713
+ :next_token,
2714
+ :include_status)
2715
+ SENSITIVE = []
2716
+ include Aws::Structure
2717
+ end
2718
+
2719
+ # @!attribute [rw] subscriptions
2720
+ # A list of all subscription objects in the region, filtered by
2721
+ # includeStatus and paginated by nextToken and maxResults.
2722
+ # @return [Array<Types::EksAnywhereSubscription>]
2723
+ #
2724
+ # @!attribute [rw] next_token
2725
+ # The nextToken value to include in a future
2726
+ # ListEksAnywhereSubscriptions request. When the results of a
2727
+ # ListEksAnywhereSubscriptions request exceed maxResults, you can use
2728
+ # this value to retrieve the next page of results. This value is null
2729
+ # when there are no more results to return.
2730
+ # @return [String]
2731
+ #
2732
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListEksAnywhereSubscriptionsResponse AWS API Documentation
2733
+ #
2734
+ class ListEksAnywhereSubscriptionsResponse < Struct.new(
2735
+ :subscriptions,
2736
+ :next_token)
2737
+ SENSITIVE = []
2738
+ include Aws::Structure
2739
+ end
2740
+
2435
2741
  # @!attribute [rw] cluster_name
2436
2742
  # The name of the Amazon EKS cluster that you would like to list
2437
2743
  # Fargate profiles in.
@@ -3323,15 +3629,16 @@ module Aws::EKS
3323
3629
  #
3324
3630
  # @!attribute [rw] key_arn
3325
3631
  # Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must
3326
- # be symmetric, created in the same region as the cluster, and if the
3327
- # KMS key was created in a different account, the user must have
3328
- # access to the KMS key. For more information, see [Allowing Users in
3329
- # Other Accounts to Use a KMS key][1] in the *Key Management Service
3330
- # Developer Guide*.
3632
+ # be symmetric and created in the same Amazon Web Services Region as
3633
+ # the cluster. If the KMS key was created in a different account, the
3634
+ # [IAM principal][1] must have access to the KMS key. For more
3635
+ # information, see [Allowing users in other accounts to use a KMS
3636
+ # key][2] in the *Key Management Service Developer Guide*.
3331
3637
  #
3332
3638
  #
3333
3639
  #
3334
- # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html
3640
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html
3641
+ # [2]: https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html
3335
3642
  # @return [String]
3336
3643
  #
3337
3644
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Provider AWS API Documentation
@@ -3467,6 +3774,10 @@ module Aws::EKS
3467
3774
  # The Amazon EKS managed node group associated with the exception.
3468
3775
  # @return [String]
3469
3776
  #
3777
+ # @!attribute [rw] subscription_id
3778
+ # The Amazon EKS subscription ID with the exception.
3779
+ # @return [String]
3780
+ #
3470
3781
  # @!attribute [rw] message
3471
3782
  # @return [String]
3472
3783
  #
@@ -3475,6 +3786,7 @@ module Aws::EKS
3475
3786
  class ResourceLimitExceededException < Struct.new(
3476
3787
  :cluster_name,
3477
3788
  :nodegroup_name,
3789
+ :subscription_id,
3478
3790
  :message)
3479
3791
  SENSITIVE = []
3480
3792
  include Aws::Structure
@@ -3500,6 +3812,10 @@ module Aws::EKS
3500
3812
  # @!attribute [rw] addon_name
3501
3813
  # @return [String]
3502
3814
  #
3815
+ # @!attribute [rw] subscription_id
3816
+ # The Amazon EKS subscription ID with the exception.
3817
+ # @return [String]
3818
+ #
3503
3819
  # @!attribute [rw] message
3504
3820
  # @return [String]
3505
3821
  #
@@ -3510,6 +3826,7 @@ module Aws::EKS
3510
3826
  :nodegroup_name,
3511
3827
  :fargate_profile_name,
3512
3828
  :addon_name,
3829
+ :subscription_id,
3513
3830
  :message)
3514
3831
  SENSITIVE = []
3515
3832
  include Aws::Structure
@@ -3542,6 +3859,10 @@ module Aws::EKS
3542
3859
  # @!attribute [rw] addon_name
3543
3860
  # @return [String]
3544
3861
  #
3862
+ # @!attribute [rw] subscription_id
3863
+ # The Amazon EKS subscription ID with the exception.
3864
+ # @return [String]
3865
+ #
3545
3866
  # @!attribute [rw] message
3546
3867
  # @return [String]
3547
3868
  #
@@ -3551,6 +3872,7 @@ module Aws::EKS
3551
3872
  :cluster_name,
3552
3873
  :nodegroup_name,
3553
3874
  :addon_name,
3875
+ :subscription_id,
3554
3876
  :message)
3555
3877
  SENSITIVE = []
3556
3878
  include Aws::Structure
@@ -3918,6 +4240,44 @@ module Aws::EKS
3918
4240
  include Aws::Structure
3919
4241
  end
3920
4242
 
4243
+ # @!attribute [rw] id
4244
+ # @return [String]
4245
+ #
4246
+ # @!attribute [rw] auto_renew
4247
+ # A boolean indicating whether or not to automatically renew the
4248
+ # subscription.
4249
+ # @return [Boolean]
4250
+ #
4251
+ # @!attribute [rw] client_request_token
4252
+ # Unique, case-sensitive identifier to ensure the idempotency of the
4253
+ # request.
4254
+ #
4255
+ # **A suitable default value is auto-generated.** You should normally
4256
+ # not need to pass this option.
4257
+ # @return [String]
4258
+ #
4259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateEksAnywhereSubscriptionRequest AWS API Documentation
4260
+ #
4261
+ class UpdateEksAnywhereSubscriptionRequest < Struct.new(
4262
+ :id,
4263
+ :auto_renew,
4264
+ :client_request_token)
4265
+ SENSITIVE = []
4266
+ include Aws::Structure
4267
+ end
4268
+
4269
+ # @!attribute [rw] subscription
4270
+ # The full description of the updated subscription.
4271
+ # @return [Types::EksAnywhereSubscription]
4272
+ #
4273
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateEksAnywhereSubscriptionResponse AWS API Documentation
4274
+ #
4275
+ class UpdateEksAnywhereSubscriptionResponse < Struct.new(
4276
+ :subscription)
4277
+ SENSITIVE = []
4278
+ include Aws::Structure
4279
+ end
4280
+
3921
4281
  # An object representing a Kubernetes label change for a managed node
3922
4282
  # group.
3923
4283
  #
data/lib/aws-sdk-eks.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eks/customizations'
53
53
  # @!group service
54
54
  module Aws::EKS
55
55
 
56
- GEM_VERSION = '1.91.0'
56
+ GEM_VERSION = '1.92.0'
57
57
 
58
58
  end
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.91.0
4
+ version: 1.92.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: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core