v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435199238.3 KB

Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services account, in the specified Region.

get/clusters/{name}/updates

Path parameters

namestring required

The name of the Amazon EKS cluster to list updates for.

Query parameters

nodegroupNamestring

The name of the Amazon EKS managed node group to list updates for.

addonNamestring

The names of the installed add-ons that have available updates.

nextTokenstring

The <code>nextToken</code> value returned from a previous paginated <code>ListUpdates</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value.

maxResultsinteger

The maximum number of update results returned by <code>ListUpdates</code> in paginated output. When you use this parameter, <code>ListUpdates</code> returns only <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. You can see the remaining results of the initial request by sending another <code>ListUpdates</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If you don't use this parameter, <code>ListUpdates</code> returns up to 100 results and a <code>nextToken</code> value if applicable.

Response

Success

updateIdsString[]

A list of all the updates for the specified cluster and Region.

nextTokenstring

The <code>nextToken</code> value to include in a future <code>ListUpdates</code> request. When the results of a <code>ListUpdates</code> request exceed <code>maxResults</code>, you can use this value to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.