aws-sdk-eks 1.57.0 → 1.61.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: 590cf65e20d33db477757288a8928515504f74cdbd666b84f5dad98b5ada517b
4
- data.tar.gz: 6c4ea0d5b3046153ef411aee141deed4e04193b226db18bb3a538febfb3e0b12
3
+ metadata.gz: 0107d93d21733de088d4a2a6749346628df648342db5a068522cf7433a82d6ff
4
+ data.tar.gz: ecaf8d3aa97c21afd916ebbd42ed070700b5fe6f0add92854ce02c42eac7b5f3
5
5
  SHA512:
6
- metadata.gz: b365ee51db8be82f207a9beab298c151fdf1ff99145fd39b564cca68eb02de53d0da60a057edbe4f8052d177ad40c4c9df37dee9138c50c786a4ebf3a91b9c17
7
- data.tar.gz: 0f9aacbdb0cf72bd3c183e9924f1b83bc9920a486acbb39ec4b7b751d5df337bb02d6ef1f02597dd3e37c4dc4a6a9760529bd86483de44d67ed3efb17357f2e5
6
+ metadata.gz: d56ba964a70bb73c05a4b7646336e8c7255ce9c5e698389ad6666c7806b73686d91d0aafc4020fc07eabbb473027018b272f33685c403f486b25760b664b83c6
7
+ data.tar.gz: 77f5762b3e4f4a7b6908b7b2ce0f76567ed6a75b3d97b9ba96a5282ba3eb92abffaf8fb2c0e5a8273e7ad112ea423f821fc5ba7e581a0048802339aff97be1bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2021-08-20)
5
+ ------------------
6
+
7
+ * Feature - Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.
8
+
9
+ 1.60.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.59.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.58.0 (2021-07-12)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for Wesley to support the parallel node upgrade feature.
23
+
4
24
  1.57.0 (2021-07-08)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.61.0
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.57.0'
52
+ GEM_VERSION = '1.61.0'
53
53
 
54
54
  end
@@ -332,7 +332,7 @@ module Aws::EKS
332
332
  # You can use this API to enable encryption on existing clusters which
333
333
  # do not have encryption already enabled. This allows you to implement a
334
334
  # defense-in-depth security strategy without migrating applications to
335
- # new EKS clusters.
335
+ # new Amazon EKS clusters.
336
336
  #
337
337
  # @option params [required, String] :cluster_name
338
338
  # The name of the cluster that you are associating with encryption
@@ -377,7 +377,7 @@ module Aws::EKS
377
377
  # resp.update.params[0].value #=> String
378
378
  # resp.update.created_at #=> Time
379
379
  # resp.update.errors #=> Array
380
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
380
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
381
381
  # resp.update.errors[0].error_message #=> String
382
382
  # resp.update.errors[0].resource_ids #=> Array
383
383
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -461,7 +461,7 @@ module Aws::EKS
461
461
  # resp.update.params[0].value #=> String
462
462
  # resp.update.created_at #=> Time
463
463
  # resp.update.errors #=> Array
464
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
464
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
465
465
  # resp.update.errors[0].error_message #=> String
466
466
  # resp.update.errors[0].resource_ids #=> Array
467
467
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -491,11 +491,11 @@ module Aws::EKS
491
491
  #
492
492
  # @option params [required, String] :addon_name
493
493
  # The name of the add-on. The name must match one of the names returned
494
- # by [ `ListAddons` ][1].
494
+ # by [ `DescribeAddonVersions` ][1].
495
495
  #
496
496
  #
497
497
  #
498
- # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
498
+ # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html
499
499
  #
500
500
  # @option params [String] :addon_version
501
501
  # The version of the add-on. The version must match one of the versions
@@ -566,7 +566,7 @@ module Aws::EKS
566
566
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
567
567
  # resp.addon.addon_version #=> String
568
568
  # resp.addon.health.issues #=> Array
569
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
569
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
570
570
  # resp.addon.health.issues[0].message #=> String
571
571
  # resp.addon.health.issues[0].resource_ids #=> Array
572
572
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -590,10 +590,10 @@ module Aws::EKS
590
590
  #
591
591
  # The Amazon EKS control plane consists of control plane instances that
592
592
  # run the Kubernetes software, such as `etcd` and the API server. The
593
- # control plane runs in an account managed by AWS, and the Kubernetes
594
- # API is exposed via the Amazon EKS API server endpoint. Each Amazon EKS
595
- # cluster control plane is single-tenant and unique and runs on its own
596
- # set of Amazon EC2 instances.
593
+ # control plane runs in an account managed by Amazon Web Services, and
594
+ # the Kubernetes API is exposed via the Amazon EKS API server endpoint.
595
+ # Each Amazon EKS cluster control plane is single-tenant and unique and
596
+ # runs on its own set of Amazon EC2 instances.
597
597
  #
598
598
  # The cluster control plane is provisioned across multiple Availability
599
599
  # Zones and fronted by an Elastic Load Balancing Network Load Balancer.
@@ -602,9 +602,9 @@ module Aws::EKS
602
602
  # the nodes (for example, to support `kubectl exec`, `logs`, and `proxy`
603
603
  # data flows).
604
604
  #
605
- # Amazon EKS nodes run in your AWS account and connect to your
606
- # cluster's control plane via the Kubernetes API server endpoint and a
607
- # certificate file that is created for your cluster.
605
+ # Amazon EKS nodes run in your Amazon Web Services account and connect
606
+ # to your cluster's control plane via the Kubernetes API server
607
+ # endpoint and a certificate file that is created for your cluster.
608
608
  #
609
609
  # Cluster creation typically takes several minutes. After you create an
610
610
  # Amazon EKS cluster, you must configure your Kubernetes tooling to
@@ -626,9 +626,10 @@ module Aws::EKS
626
626
  #
627
627
  # @option params [required, String] :role_arn
628
628
  # The Amazon Resource Name (ARN) of the IAM role that provides
629
- # permissions for the Kubernetes control plane to make calls to AWS API
630
- # operations on your behalf. For more information, see [Amazon EKS
631
- # Service IAM Role][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
629
+ # permissions for the Kubernetes control plane to make calls to Amazon
630
+ # Web Services API operations on your behalf. For more information, see
631
+ # [Amazon EKS Service IAM Role][1] in the <i> <i>Amazon EKS User
632
+ # Guide</i> </i>.
632
633
  #
633
634
  #
634
635
  #
@@ -655,12 +656,12 @@ module Aws::EKS
655
656
  # Enable or disable exporting the Kubernetes control plane logs for your
656
657
  # cluster to CloudWatch Logs. By default, cluster control plane logs
657
658
  # aren't exported to CloudWatch Logs. For more information, see [Amazon
658
- # EKS Cluster Control Plane Logs][1] in the <i> <i>Amazon EKS User
659
+ # EKS Cluster control plane logs][1] in the <i> <i>Amazon EKS User
659
660
  # Guide</i> </i>.
660
661
  #
661
662
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
662
663
  # apply to exported control plane logs. For more information, see
663
- # [Amazon CloudWatch Pricing][2].
664
+ # [CloudWatch Pricing][2].
664
665
  #
665
666
  # </note>
666
667
  #
@@ -795,9 +796,9 @@ module Aws::EKS
795
796
  req.send_request(options)
796
797
  end
797
798
 
798
- # Creates an AWS Fargate profile for your Amazon EKS cluster. You must
799
- # have at least one Fargate profile in a cluster to be able to run pods
800
- # on Fargate.
799
+ # Creates an Fargate profile for your Amazon EKS cluster. You must have
800
+ # at least one Fargate profile in a cluster to be able to run pods on
801
+ # Fargate.
801
802
  #
802
803
  # The Fargate profile allows an administrator to declare which pods run
803
804
  # on Fargate and specify which pods run on which Fargate profile. This
@@ -827,8 +828,8 @@ module Aws::EKS
827
828
  # must wait for that Fargate profile to finish deleting before you can
828
829
  # create any other profiles in that cluster.
829
830
  #
830
- # For more information, see [AWS Fargate Profile][3] in the *Amazon EKS
831
- # User Guide*.
831
+ # For more information, see [Fargate Profile][3] in the *Amazon EKS User
832
+ # Guide*.
832
833
  #
833
834
  #
834
835
  #
@@ -940,10 +941,10 @@ module Aws::EKS
940
941
  # [Launch template support][1].
941
942
  #
942
943
  # An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group
943
- # and associated Amazon EC2 instances that are managed by AWS for an
944
- # Amazon EKS cluster. Each node group uses a version of the Amazon EKS
945
- # optimized Amazon Linux 2 AMI. For more information, see [Managed Node
946
- # Groups][2] in the *Amazon EKS User Guide*.
944
+ # and associated Amazon EC2 instances that are managed by Amazon Web
945
+ # Services for an Amazon EKS cluster. Each node group uses a version of
946
+ # the Amazon EKS optimized Amazon Linux 2 AMI. For more information, see
947
+ # [Managed Node Groups][2] in the *Amazon EKS User Guide*.
947
948
  #
948
949
  #
949
950
  #
@@ -1032,16 +1033,16 @@ module Aws::EKS
1032
1033
  # @option params [required, String] :node_role
1033
1034
  # The Amazon Resource Name (ARN) of the IAM role to associate with your
1034
1035
  # node group. The Amazon EKS worker node `kubelet` daemon makes calls to
1035
- # AWS APIs on your behalf. Nodes receive permissions for these API calls
1036
- # through an IAM instance profile and associated policies. Before you
1037
- # can launch nodes and register them into a cluster, you must create an
1038
- # IAM role for those nodes to use when they are launched. For more
1039
- # information, see [Amazon EKS node IAM role][1] in the <i> <i>Amazon
1040
- # EKS User Guide</i> </i>. If you specify `launchTemplate`, then don't
1041
- # specify [ `IamInstanceProfile` ][2] in your launch template, or the
1042
- # node group deployment will fail. For more information about using
1043
- # launch templates with Amazon EKS, see [Launch template support][3] in
1044
- # the Amazon EKS User Guide.
1036
+ # Amazon Web Services APIs on your behalf. Nodes receive permissions for
1037
+ # these API calls through an IAM instance profile and associated
1038
+ # policies. Before you can launch nodes and register them into a
1039
+ # cluster, you must create an IAM role for those nodes to use when they
1040
+ # are launched. For more information, see [Amazon EKS node IAM role][1]
1041
+ # in the <i> <i>Amazon EKS User Guide</i> </i>. If you specify
1042
+ # `launchTemplate`, then don't specify [ `IamInstanceProfile` ][2] in
1043
+ # your launch template, or the node group deployment will fail. For more
1044
+ # information about using launch templates with Amazon EKS, see [Launch
1045
+ # template support][3] in the Amazon EKS User Guide.
1045
1046
  #
1046
1047
  #
1047
1048
  #
@@ -1077,6 +1078,7 @@ module Aws::EKS
1077
1078
  # requirements in `launchTemplateSpecification`.
1078
1079
  #
1079
1080
  # @option params [Types::NodegroupUpdateConfig] :update_config
1081
+ # The node group update configuration.
1080
1082
  #
1081
1083
  # @option params [String] :capacity_type
1082
1084
  # The capacity type for your node group.
@@ -1233,6 +1235,11 @@ module Aws::EKS
1233
1235
  #
1234
1236
  # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
1235
1237
  #
1238
+ # @option params [Boolean] :preserve
1239
+ # Specifying this option preserves the add-on software on your cluster
1240
+ # but Amazon EKS stops managing any settings for the add-on. If an IAM
1241
+ # account is associated with the add-on, it is not removed.
1242
+ #
1236
1243
  # @return [Types::DeleteAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1237
1244
  #
1238
1245
  # * {Types::DeleteAddonResponse#addon #addon} => Types::Addon
@@ -1242,6 +1249,7 @@ module Aws::EKS
1242
1249
  # resp = client.delete_addon({
1243
1250
  # cluster_name: "ClusterName", # required
1244
1251
  # addon_name: "String", # required
1252
+ # preserve: false,
1245
1253
  # })
1246
1254
  #
1247
1255
  # @example Response structure
@@ -1251,7 +1259,7 @@ module Aws::EKS
1251
1259
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1252
1260
  # resp.addon.addon_version #=> String
1253
1261
  # resp.addon.health.issues #=> Array
1254
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
1262
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
1255
1263
  # resp.addon.health.issues[0].message #=> String
1256
1264
  # resp.addon.health.issues[0].resource_ids #=> Array
1257
1265
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1358,7 +1366,7 @@ module Aws::EKS
1358
1366
  req.send_request(options)
1359
1367
  end
1360
1368
 
1361
- # Deletes an AWS Fargate profile.
1369
+ # Deletes an Fargate profile.
1362
1370
  #
1363
1371
  # When you delete a Fargate profile, any pods running on Fargate that
1364
1372
  # were created with the profile are deleted. If those pods match another
@@ -1520,7 +1528,7 @@ module Aws::EKS
1520
1528
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1521
1529
  # resp.addon.addon_version #=> String
1522
1530
  # resp.addon.health.issues #=> Array
1523
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
1531
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
1524
1532
  # resp.addon.health.issues[0].message #=> String
1525
1533
  # resp.addon.health.issues[0].resource_ids #=> Array
1526
1534
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1730,7 +1738,7 @@ module Aws::EKS
1730
1738
  req.send_request(options)
1731
1739
  end
1732
1740
 
1733
- # Returns descriptive information about an AWS Fargate profile.
1741
+ # Returns descriptive information about an Fargate profile.
1734
1742
  #
1735
1743
  # @option params [required, String] :cluster_name
1736
1744
  # The name of the Amazon EKS cluster associated with the Fargate
@@ -1959,7 +1967,7 @@ module Aws::EKS
1959
1967
  # resp.update.params[0].value #=> String
1960
1968
  # resp.update.created_at #=> Time
1961
1969
  # resp.update.errors #=> Array
1962
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
1970
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
1963
1971
  # resp.update.errors[0].error_message #=> String
1964
1972
  # resp.update.errors[0].resource_ids #=> Array
1965
1973
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -1976,7 +1984,7 @@ module Aws::EKS
1976
1984
  # Disassociates an identity provider configuration from a cluster. If
1977
1985
  # you disassociate an identity provider from your cluster, users
1978
1986
  # included in the provider can no longer access the cluster. However,
1979
- # you can still access the cluster with AWS IAM users.
1987
+ # you can still access the cluster with Amazon Web Services IAM users.
1980
1988
  #
1981
1989
  # @option params [required, String] :cluster_name
1982
1990
  # The name of the cluster to disassociate an identity provider from.
@@ -2016,7 +2024,7 @@ module Aws::EKS
2016
2024
  # resp.update.params[0].value #=> String
2017
2025
  # resp.update.created_at #=> Time
2018
2026
  # resp.update.errors #=> Array
2019
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
2027
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2020
2028
  # resp.update.errors[0].error_message #=> String
2021
2029
  # resp.update.errors[0].resource_ids #=> Array
2022
2030
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2087,8 +2095,8 @@ module Aws::EKS
2087
2095
  req.send_request(options)
2088
2096
  end
2089
2097
 
2090
- # Lists the Amazon EKS clusters in your AWS account in the specified
2091
- # Region.
2098
+ # Lists the Amazon EKS clusters in your Amazon Web Services account in
2099
+ # the specified Region.
2092
2100
  #
2093
2101
  # @option params [Integer] :max_results
2094
2102
  # The maximum number of cluster results returned by `ListClusters` in
@@ -2157,11 +2165,11 @@ module Aws::EKS
2157
2165
  req.send_request(options)
2158
2166
  end
2159
2167
 
2160
- # Lists the AWS Fargate profiles associated with the specified cluster
2161
- # in your AWS account in the specified Region.
2168
+ # Lists the Fargate profiles associated with the specified cluster in
2169
+ # your Amazon Web Services account in the specified Region.
2162
2170
  #
2163
2171
  # @option params [required, String] :cluster_name
2164
- # The name of the Amazon EKS cluster that you would like to listFargate
2172
+ # The name of the Amazon EKS cluster that you would like to list Fargate
2165
2173
  # profiles in.
2166
2174
  #
2167
2175
  # @option params [Integer] :max_results
@@ -2268,8 +2276,8 @@ module Aws::EKS
2268
2276
  end
2269
2277
 
2270
2278
  # Lists the Amazon EKS managed node groups associated with the specified
2271
- # cluster in your AWS account in the specified Region. Self-managed node
2272
- # groups are not listed.
2279
+ # cluster in your Amazon Web Services account in the specified Region.
2280
+ # Self-managed node groups are not listed.
2273
2281
  #
2274
2282
  # @option params [required, String] :cluster_name
2275
2283
  # The name of the Amazon EKS cluster that you would like to list node
@@ -2369,7 +2377,8 @@ module Aws::EKS
2369
2377
  end
2370
2378
 
2371
2379
  # Lists the updates associated with an Amazon EKS cluster or managed
2372
- # node group in your AWS account, in the specified Region.
2380
+ # node group in your Amazon Web Services account, in the specified
2381
+ # Region.
2373
2382
  #
2374
2383
  # @option params [required, String] :name
2375
2384
  # The name of the Amazon EKS cluster to list updates for.
@@ -2570,7 +2579,7 @@ module Aws::EKS
2570
2579
  # resp.update.params[0].value #=> String
2571
2580
  # resp.update.created_at #=> Time
2572
2581
  # resp.update.errors #=> Array
2573
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
2582
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2574
2583
  # resp.update.errors[0].error_message #=> String
2575
2584
  # resp.update.errors[0].resource_ids #=> Array
2576
2585
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2597,14 +2606,14 @@ module Aws::EKS
2597
2606
  #
2598
2607
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
2599
2608
  # apply to exported control plane logs. For more information, see
2600
- # [Amazon CloudWatch Pricing][2].
2609
+ # [CloudWatch Pricing][2].
2601
2610
  #
2602
2611
  # </note>
2603
2612
  #
2604
2613
  # You can also use this API operation to enable or disable public and
2605
2614
  # private access to your cluster's Kubernetes API server endpoint. By
2606
2615
  # default, public access is enabled, and private access is disabled. For
2607
- # more information, see [Amazon EKS Cluster Endpoint Access Control][3]
2616
+ # more information, see [Amazon EKS cluster endpoint access control][3]
2608
2617
  # in the <i> <i>Amazon EKS User Guide</i> </i>.
2609
2618
  #
2610
2619
  # You can't update the subnets or security group IDs for an existing
@@ -2633,12 +2642,12 @@ module Aws::EKS
2633
2642
  # Enable or disable exporting the Kubernetes control plane logs for your
2634
2643
  # cluster to CloudWatch Logs. By default, cluster control plane logs
2635
2644
  # aren't exported to CloudWatch Logs. For more information, see [Amazon
2636
- # EKS Cluster Control Plane Logs][1] in the <i> <i>Amazon EKS User
2645
+ # EKS cluster control plane logs][1] in the <i> <i>Amazon EKS User
2637
2646
  # Guide</i> </i>.
2638
2647
  #
2639
2648
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
2640
2649
  # apply to exported control plane logs. For more information, see
2641
- # [Amazon CloudWatch Pricing][2].
2650
+ # [CloudWatch Pricing][2].
2642
2651
  #
2643
2652
  # </note>
2644
2653
  #
@@ -2690,7 +2699,7 @@ module Aws::EKS
2690
2699
  # resp.update.params[0].value #=> String
2691
2700
  # resp.update.created_at #=> Time
2692
2701
  # resp.update.errors #=> Array
2693
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
2702
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2694
2703
  # resp.update.errors[0].error_message #=> String
2695
2704
  # resp.update.errors[0].resource_ids #=> Array
2696
2705
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2754,7 +2763,7 @@ module Aws::EKS
2754
2763
  # resp.update.params[0].value #=> String
2755
2764
  # resp.update.created_at #=> Time
2756
2765
  # resp.update.errors #=> Array
2757
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
2766
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2758
2767
  # resp.update.errors[0].error_message #=> String
2759
2768
  # resp.update.errors[0].resource_ids #=> Array
2760
2769
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2795,6 +2804,7 @@ module Aws::EKS
2795
2804
  # update.
2796
2805
  #
2797
2806
  # @option params [Types::NodegroupUpdateConfig] :update_config
2807
+ # The node group update configuration.
2798
2808
  #
2799
2809
  # @option params [String] :client_request_token
2800
2810
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -2856,7 +2866,7 @@ module Aws::EKS
2856
2866
  # resp.update.params[0].value #=> String
2857
2867
  # resp.update.created_at #=> Time
2858
2868
  # resp.update.errors #=> Array
2859
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
2869
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2860
2870
  # resp.update.errors[0].error_message #=> String
2861
2871
  # resp.update.errors[0].resource_ids #=> Array
2862
2872
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2987,7 +2997,7 @@ module Aws::EKS
2987
2997
  # resp.update.params[0].value #=> String
2988
2998
  # resp.update.created_at #=> Time
2989
2999
  # resp.update.errors #=> Array
2990
- # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
3000
+ # resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
2991
3001
  # resp.update.errors[0].error_message #=> String
2992
3002
  # resp.update.errors[0].resource_ids #=> Array
2993
3003
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -3014,7 +3024,7 @@ module Aws::EKS
3014
3024
  params: params,
3015
3025
  config: config)
3016
3026
  context[:gem_name] = 'aws-sdk-eks'
3017
- context[:gem_version] = '1.57.0'
3027
+ context[:gem_version] = '1.61.0'
3018
3028
  Seahorse::Client::Request.new(handlers, context)
3019
3029
  end
3020
3030
 
@@ -350,6 +350,7 @@ module Aws::EKS
350
350
 
351
351
  DeleteAddonRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location: "uri", location_name: "name"))
352
352
  DeleteAddonRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "addonName"))
353
+ DeleteAddonRequest.add_member(:preserve, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "preserve"))
353
354
  DeleteAddonRequest.struct_class = Types::DeleteAddonRequest
354
355
 
355
356
  DeleteAddonResponse.add_member(:addon, Shapes::ShapeRef.new(shape: Addon, location_name: "addon"))
@@ -393,8 +393,8 @@ module Aws::EKS
393
393
  #
394
394
  # @!attribute [rw] role_arn
395
395
  # The Amazon Resource Name (ARN) of the IAM role that provides
396
- # permissions for the Kubernetes control plane to make calls to AWS
397
- # API operations on your behalf.
396
+ # permissions for the Kubernetes control plane to make calls to Amazon
397
+ # Web Services API operations on your behalf.
398
398
  # @return [String]
399
399
  #
400
400
  # @!attribute [rw] resources_vpc_config
@@ -524,11 +524,11 @@ module Aws::EKS
524
524
  #
525
525
  # @!attribute [rw] addon_name
526
526
  # The name of the add-on. The name must match one of the names
527
- # returned by [ `ListAddons` ][1].
527
+ # returned by [ `DescribeAddonVersions` ][1].
528
528
  #
529
529
  #
530
530
  #
531
- # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
531
+ # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html
532
532
  # @return [String]
533
533
  #
534
534
  # @!attribute [rw] addon_version
@@ -657,9 +657,10 @@ module Aws::EKS
657
657
  #
658
658
  # @!attribute [rw] role_arn
659
659
  # The Amazon Resource Name (ARN) of the IAM role that provides
660
- # permissions for the Kubernetes control plane to make calls to AWS
661
- # API operations on your behalf. For more information, see [Amazon EKS
662
- # Service IAM Role][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
660
+ # permissions for the Kubernetes control plane to make calls to Amazon
661
+ # Web Services API operations on your behalf. For more information,
662
+ # see [Amazon EKS Service IAM Role][1] in the <i> <i>Amazon EKS User
663
+ # Guide</i> </i>.
663
664
  #
664
665
  #
665
666
  #
@@ -689,12 +690,12 @@ module Aws::EKS
689
690
  # Enable or disable exporting the Kubernetes control plane logs for
690
691
  # your cluster to CloudWatch Logs. By default, cluster control plane
691
692
  # logs aren't exported to CloudWatch Logs. For more information, see
692
- # [Amazon EKS Cluster Control Plane Logs][1] in the <i> <i>Amazon EKS
693
+ # [Amazon EKS Cluster control plane logs][1] in the <i> <i>Amazon EKS
693
694
  # User Guide</i> </i>.
694
695
  #
695
696
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
696
697
  # apply to exported control plane logs. For more information, see
697
- # [Amazon CloudWatch Pricing][2].
698
+ # [CloudWatch Pricing][2].
698
699
  #
699
700
  # </note>
700
701
  #
@@ -988,12 +989,12 @@ module Aws::EKS
988
989
  # @!attribute [rw] node_role
989
990
  # The Amazon Resource Name (ARN) of the IAM role to associate with
990
991
  # your node group. The Amazon EKS worker node `kubelet` daemon makes
991
- # calls to AWS APIs on your behalf. Nodes receive permissions for
992
- # these API calls through an IAM instance profile and associated
993
- # policies. Before you can launch nodes and register them into a
994
- # cluster, you must create an IAM role for those nodes to use when
995
- # they are launched. For more information, see [Amazon EKS node IAM
996
- # role][1] in the <i> <i>Amazon EKS User Guide</i> </i>. If you
992
+ # calls to Amazon Web Services APIs on your behalf. Nodes receive
993
+ # permissions for these API calls through an IAM instance profile and
994
+ # associated policies. Before you can launch nodes and register them
995
+ # into a cluster, you must create an IAM role for those nodes to use
996
+ # when they are launched. For more information, see [Amazon EKS node
997
+ # IAM role][1] in the <i> <i>Amazon EKS User Guide</i> </i>. If you
997
998
  # specify `launchTemplate`, then don't specify [ `IamInstanceProfile`
998
999
  # ][2] in your launch template, or the node group deployment will
999
1000
  # fail. For more information about using launch templates with Amazon
@@ -1039,6 +1040,7 @@ module Aws::EKS
1039
1040
  # @return [Types::LaunchTemplateSpecification]
1040
1041
  #
1041
1042
  # @!attribute [rw] update_config
1043
+ # The node group update configuration.
1042
1044
  # @return [Types::NodegroupUpdateConfig]
1043
1045
  #
1044
1046
  # @!attribute [rw] capacity_type
@@ -1119,6 +1121,7 @@ module Aws::EKS
1119
1121
  # {
1120
1122
  # cluster_name: "ClusterName", # required
1121
1123
  # addon_name: "String", # required
1124
+ # preserve: false,
1122
1125
  # }
1123
1126
  #
1124
1127
  # @!attribute [rw] cluster_name
@@ -1134,11 +1137,18 @@ module Aws::EKS
1134
1137
  # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
1135
1138
  # @return [String]
1136
1139
  #
1140
+ # @!attribute [rw] preserve
1141
+ # Specifying this option preserves the add-on software on your cluster
1142
+ # but Amazon EKS stops managing any settings for the add-on. If an IAM
1143
+ # account is associated with the add-on, it is not removed.
1144
+ # @return [Boolean]
1145
+ #
1137
1146
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddonRequest AWS API Documentation
1138
1147
  #
1139
1148
  class DeleteAddonRequest < Struct.new(
1140
1149
  :cluster_name,
1141
- :addon_name)
1150
+ :addon_name,
1151
+ :preserve)
1142
1152
  SENSITIVE = []
1143
1153
  include Aws::Structure
1144
1154
  end
@@ -1654,8 +1664,8 @@ module Aws::EKS
1654
1664
  # @return [Array<String>]
1655
1665
  #
1656
1666
  # @!attribute [rw] provider
1657
- # AWS Key Management Service (AWS KMS) key. Either the ARN or the
1658
- # alias can be used.
1667
+ # Key Management Service (KMS) key. Either the ARN or the alias can be
1668
+ # used.
1659
1669
  # @return [Types::Provider]
1660
1670
  #
1661
1671
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/EncryptionConfig AWS API Documentation
@@ -1714,7 +1724,7 @@ module Aws::EKS
1714
1724
  include Aws::Structure
1715
1725
  end
1716
1726
 
1717
- # An object representing an AWS Fargate profile.
1727
+ # An object representing an Fargate profile.
1718
1728
  #
1719
1729
  # @!attribute [rw] fargate_profile_name
1720
1730
  # The name of the Fargate profile.
@@ -1781,7 +1791,7 @@ module Aws::EKS
1781
1791
  include Aws::Structure
1782
1792
  end
1783
1793
 
1784
- # An object representing an AWS Fargate profile selector.
1794
+ # An object representing an Fargate profile selector.
1785
1795
  #
1786
1796
  # @note When making an API call, you may pass FargateProfileSelector
1787
1797
  # data as a hash:
@@ -1987,9 +1997,10 @@ module Aws::EKS
1987
1997
  # managed node group. You may be able to recreate an IAM role with
1988
1998
  # the same settings to recover.
1989
1999
  #
1990
- # * **InstanceLimitExceeded**\: Your AWS account is unable to launch
1991
- # any more instances of the specified instance type. You may be able
1992
- # to request an Amazon EC2 instance limit increase to recover.
2000
+ # * **InstanceLimitExceeded**\: Your Amazon Web Services account is
2001
+ # unable to launch any more instances of the specified instance
2002
+ # type. You may be able to request an Amazon EC2 instance limit
2003
+ # increase to recover.
1993
2004
  #
1994
2005
  # * **InsufficientFreeAddresses**\: One or more of the subnets
1995
2006
  # associated with your managed node group does not have enough
@@ -2014,7 +2025,7 @@ module Aws::EKS
2014
2025
  # @return [String]
2015
2026
  #
2016
2027
  # @!attribute [rw] resource_ids
2017
- # The AWS resources that are afflicted by this issue.
2028
+ # The Amazon Web Services resources that are afflicted by this issue.
2018
2029
  # @return [Array<String>]
2019
2030
  #
2020
2031
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Issue AWS API Documentation
@@ -2283,8 +2294,8 @@ module Aws::EKS
2283
2294
  # }
2284
2295
  #
2285
2296
  # @!attribute [rw] cluster_name
2286
- # The name of the Amazon EKS cluster that you would like to
2287
- # listFargate profiles in.
2297
+ # The name of the Amazon EKS cluster that you would like to list
2298
+ # Fargate profiles in.
2288
2299
  # @return [String]
2289
2300
  #
2290
2301
  # @!attribute [rw] max_results
@@ -2710,9 +2721,9 @@ module Aws::EKS
2710
2721
  #
2711
2722
  # @!attribute [rw] node_role
2712
2723
  # The IAM role associated with your node group. The Amazon EKS node
2713
- # `kubelet` daemon makes calls to AWS APIs on your behalf. Nodes
2714
- # receive permissions for these API calls through an IAM instance
2715
- # profile and associated policies.
2724
+ # `kubelet` daemon makes calls to Amazon Web Services APIs on your
2725
+ # behalf. Nodes receive permissions for these API calls through an IAM
2726
+ # instance profile and associated policies.
2716
2727
  # @return [String]
2717
2728
  #
2718
2729
  # @!attribute [rw] labels
@@ -2727,8 +2738,8 @@ module Aws::EKS
2727
2738
  #
2728
2739
  # @!attribute [rw] taints
2729
2740
  # The Kubernetes taints to be applied to the nodes in the node group
2730
- # when they are created. Effect is one of `NoSchedule`,
2731
- # `PreferNoSchedule`, or `NoExecute`. Kubernetes taints can be used
2741
+ # when they are created. Effect is one of `No_Schedule`,
2742
+ # `Prefer_No_Schedule`, or `No_Execute`. Kubernetes taints can be used
2732
2743
  # together with tolerations to control how workloads are scheduled to
2733
2744
  # your nodes.
2734
2745
  # @return [Array<Types::Taint>]
@@ -2750,6 +2761,7 @@ module Aws::EKS
2750
2761
  # @return [Types::NodegroupHealth]
2751
2762
  #
2752
2763
  # @!attribute [rw] update_config
2764
+ # The node group update configuration.
2753
2765
  # @return [Types::NodegroupUpdateConfig]
2754
2766
  #
2755
2767
  # @!attribute [rw] launch_template
@@ -2846,7 +2858,7 @@ module Aws::EKS
2846
2858
  #
2847
2859
  # @!attribute [rw] min_size
2848
2860
  # The minimum number of nodes that the managed node group can scale in
2849
- # to. This number must be greater than zero.
2861
+ # to.
2850
2862
  # @return [Integer]
2851
2863
  #
2852
2864
  # @!attribute [rw] max_size
@@ -2875,6 +2887,8 @@ module Aws::EKS
2875
2887
  include Aws::Structure
2876
2888
  end
2877
2889
 
2890
+ # The node group update configuration.
2891
+ #
2878
2892
  # @note When making an API call, you may pass NodegroupUpdateConfig
2879
2893
  # data as a hash:
2880
2894
  #
@@ -2884,9 +2898,17 @@ module Aws::EKS
2884
2898
  # }
2885
2899
  #
2886
2900
  # @!attribute [rw] max_unavailable
2901
+ # The maximum number of nodes unavailable at once during a version
2902
+ # update. Nodes will be updated in parallel. This value or
2903
+ # `maxUnavailablePercentage` is required to have a value.The maximum
2904
+ # number is 100.
2887
2905
  # @return [Integer]
2888
2906
  #
2889
2907
  # @!attribute [rw] max_unavailable_percentage
2908
+ # The maximum percentage of nodes unavailable during a version update.
2909
+ # This percentage of nodes will be updated in parallel, up to 100
2910
+ # nodes at once. This value or `maxUnavailable` is required to have a
2911
+ # value.
2890
2912
  # @return [Integer]
2891
2913
  #
2892
2914
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodegroupUpdateConfig AWS API Documentation
@@ -3112,8 +3134,8 @@ module Aws::EKS
3112
3134
  include Aws::Structure
3113
3135
  end
3114
3136
 
3115
- # Identifies the AWS Key Management Service (AWS KMS) key used to
3116
- # encrypt the secrets.
3137
+ # Identifies the Key Management Service (KMS) key used to encrypt the
3138
+ # secrets.
3117
3139
  #
3118
3140
  # @note When making an API call, you may pass Provider
3119
3141
  # data as a hash:
@@ -3127,8 +3149,8 @@ module Aws::EKS
3127
3149
  # be symmetric, created in the same region as the cluster, and if the
3128
3150
  # KMS key was created in a different account, the user must have
3129
3151
  # access to the KMS key. For more information, see [Allowing Users in
3130
- # Other Accounts to Use a KMS key][1] in the *AWS Key Management
3131
- # Service Developer Guide*.
3152
+ # Other Accounts to Use a KMS key][1] in the *Key Management Service
3153
+ # Developer Guide*.
3132
3154
  #
3133
3155
  #
3134
3156
  #
@@ -3157,8 +3179,8 @@ module Aws::EKS
3157
3179
  # @!attribute [rw] ec2_ssh_key
3158
3180
  # The Amazon EC2 SSH key that provides access for SSH communication
3159
3181
  # with the nodes in the managed node group. For more information, see
3160
- # [Amazon EC2 Key Pairs][1] in the *Amazon Elastic Compute Cloud User
3161
- # Guide for Linux Instances*.
3182
+ # [Amazon EC2 key pairs and Linux instances][1] in the *Amazon Elastic
3183
+ # Compute Cloud User Guide for Linux Instances*.
3162
3184
  #
3163
3185
  #
3164
3186
  #
@@ -3611,12 +3633,12 @@ module Aws::EKS
3611
3633
  # Enable or disable exporting the Kubernetes control plane logs for
3612
3634
  # your cluster to CloudWatch Logs. By default, cluster control plane
3613
3635
  # logs aren't exported to CloudWatch Logs. For more information, see
3614
- # [Amazon EKS Cluster Control Plane Logs][1] in the <i> <i>Amazon EKS
3636
+ # [Amazon EKS cluster control plane logs][1] in the <i> <i>Amazon EKS
3615
3637
  # User Guide</i> </i>.
3616
3638
  #
3617
3639
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
3618
3640
  # apply to exported control plane logs. For more information, see
3619
- # [Amazon CloudWatch Pricing][2].
3641
+ # [CloudWatch Pricing][2].
3620
3642
  #
3621
3643
  # </note>
3622
3644
  #
@@ -3799,6 +3821,7 @@ module Aws::EKS
3799
3821
  # @return [Types::NodegroupScalingConfig]
3800
3822
  #
3801
3823
  # @!attribute [rw] update_config
3824
+ # The node group update configuration.
3802
3825
  # @return [Types::NodegroupUpdateConfig]
3803
3826
  #
3804
3827
  # @!attribute [rw] client_request_token
@@ -4023,7 +4046,7 @@ module Aws::EKS
4023
4046
  #
4024
4047
  # @!attribute [rw] security_group_ids
4025
4048
  # Specify one or more security groups for the cross-account elastic
4026
- # network interfaces that Amazon EKS creates to use to allow
4049
+ # network interfaces that Amazon EKS creates to use that allow
4027
4050
  # communication between your nodes and the Kubernetes control plane.
4028
4051
  # If you don't specify any security groups, then familiarize yourself
4029
4052
  # with the difference between Amazon EKS defaults for clusters
@@ -4047,8 +4070,8 @@ module Aws::EKS
4047
4070
  # access, your cluster's Kubernetes API server can only receive
4048
4071
  # requests from within the cluster VPC. The default value for this
4049
4072
  # parameter is `true`, which enables public access for your Kubernetes
4050
- # API server. For more information, see [Amazon EKS Cluster Endpoint
4051
- # Access Control][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
4073
+ # API server. For more information, see [Amazon EKS cluster endpoint
4074
+ # access control][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
4052
4075
  #
4053
4076
  #
4054
4077
  #
@@ -4061,12 +4084,11 @@ module Aws::EKS
4061
4084
  # access, Kubernetes API requests from within your cluster's VPC use
4062
4085
  # the private VPC endpoint. The default value for this parameter is
4063
4086
  # `false`, which disables private access for your Kubernetes API
4064
- # server. If you disable private access and you have nodes or AWS
4065
- # Fargate pods in the cluster, then ensure that `publicAccessCidrs`
4066
- # includes the necessary CIDR blocks for communication with the nodes
4067
- # or Fargate pods. For more information, see [Amazon EKS Cluster
4068
- # Endpoint Access Control][1] in the <i> <i>Amazon EKS User Guide</i>
4069
- # </i>.
4087
+ # server. If you disable private access and you have nodes or Fargate
4088
+ # pods in the cluster, then ensure that `publicAccessCidrs` includes
4089
+ # the necessary CIDR blocks for communication with the nodes or
4090
+ # Fargate pods. For more information, see [Amazon EKS cluster endpoint
4091
+ # access control][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
4070
4092
  #
4071
4093
  #
4072
4094
  #
@@ -4078,9 +4100,9 @@ module Aws::EKS
4078
4100
  # Kubernetes API server endpoint. Communication to the endpoint from
4079
4101
  # addresses outside of the CIDR blocks that you specify is denied. The
4080
4102
  # default value is `0.0.0.0/0`. If you've disabled private endpoint
4081
- # access and you have nodes or AWS Fargate pods in the cluster, then
4103
+ # access and you have nodes or Fargate pods in the cluster, then
4082
4104
  # ensure that you specify the necessary CIDR blocks. For more
4083
- # information, see [Amazon EKS Cluster Endpoint Access Control][1] in
4105
+ # information, see [Amazon EKS cluster endpoint access control][1] in
4084
4106
  # the <i> <i>Amazon EKS User Guide</i> </i>.
4085
4107
  #
4086
4108
  #
@@ -4135,11 +4157,11 @@ module Aws::EKS
4135
4157
  # endpoint is enabled. If the Amazon EKS private API server endpoint
4136
4158
  # is enabled, Kubernetes API requests that originate from within your
4137
4159
  # cluster's VPC use the private VPC endpoint instead of traversing
4138
- # the internet. If this value is disabled and you have nodes or AWS
4160
+ # the internet. If this value is disabled and you have nodes or
4139
4161
  # Fargate pods in the cluster, then ensure that `publicAccessCidrs`
4140
4162
  # includes the necessary CIDR blocks for communication with the nodes
4141
- # or Fargate pods. For more information, see [Amazon EKS Cluster
4142
- # Endpoint Access Control][1] in the <i> <i>Amazon EKS User Guide</i>
4163
+ # or Fargate pods. For more information, see [Amazon EKS cluster
4164
+ # endpoint access control][1] in the <i> <i>Amazon EKS User Guide</i>
4143
4165
  # </i>.
4144
4166
  #
4145
4167
  #
@@ -4152,9 +4174,9 @@ module Aws::EKS
4152
4174
  # Kubernetes API server endpoint. Communication to the endpoint from
4153
4175
  # addresses outside of the listed CIDR blocks is denied. The default
4154
4176
  # value is `0.0.0.0/0`. If you've disabled private endpoint access
4155
- # and you have nodes or AWS Fargate pods in the cluster, then ensure
4156
- # that the necessary CIDR blocks are listed. For more information, see
4157
- # [Amazon EKS Cluster Endpoint Access Control][1] in the <i> <i>Amazon
4177
+ # and you have nodes or Fargate pods in the cluster, then ensure that
4178
+ # the necessary CIDR blocks are listed. For more information, see
4179
+ # [Amazon EKS cluster endpoint access control][1] in the <i> <i>Amazon
4158
4180
  # EKS User Guide</i> </i>.
4159
4181
  #
4160
4182
  #
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.57.0
4
+ version: 1.61.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: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2021-08-20 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.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement