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

ListManagedEndpointsResponse

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

§Properties

§
endpoints?: Endpoint[] | null
[src]

The managed endpoints to be listed.

§
nextToken?: string | null
[src]

The token for the next set of endpoints to return.