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

ListNodegroupsResponse

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

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListNodegroups request. When the results of a ListNodegroups 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.

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

A list of all of the node groups associated with the specified cluster.