Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListUpdatesRequest

import type { ListUpdatesRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface ListUpdatesRequest {
addonName?: string | null;
maxResults?: number | null;
name: string;
nextToken?: string | null;
nodegroupName?: string | null;
}

§Properties

§
addonName?: string | null
[src]

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

§
maxResults?: number | null
[src]

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

§
name: string
[src]

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

§
nextToken?: string | null
[src]

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.

§
nodegroupName?: string | null
[src]

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