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

ListUpdatesResponse

import type { ListUpdatesResponse } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface ListUpdatesResponse {
nextToken?: string | null;
updateIds?: string[] | null;
}

§Properties

§
nextToken?: string | null
[src]

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

§
updateIds?: string[] | null
[src]

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