Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.
eks_list_updates(name, nextToken, maxResults)[required] The name of the Amazon EKS cluster for which to list updates.
The nextToken value returned from a previous paginated ListUpdates
request where maxResults was used and the results exceeded the value
of that parameter. Pagination continues from the end of the previous
results that returned the nextToken value.
The maximum number of update results returned by ListUpdates in
paginated output. When this parameter is used, ListUpdates only
returns maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be
seen by sending another ListUpdates request with the returned
nextToken value. This value can be between 1 and 100. If this
parameter is not used, then ListUpdates returns up to 100 results and
a nextToken value if applicable.
svc$list_updates( name = "string", nextToken = "string", maxResults = 123 )