paws.compute (version 0.1.0)

eks_list_updates: Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region

Description

Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.

Usage

eks_list_updates(name, nextToken, maxResults)

Arguments

name

[required] The name of the Amazon EKS cluster for which to list updates.

nextToken

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.

maxResults

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.

Request syntax

svc$list_updates(
  name = "string",
  nextToken = "string",
  maxResults = 123
)