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

ListEndpointsResponse

import type { ListEndpointsResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface ListEndpointsResponse {
EndpointPropertiesList?: EndpointProperties[] | null;
NextToken?: string | null;
}

§Properties

§
EndpointPropertiesList?: EndpointProperties[] | null
[src]

Displays a list of endpoint properties being retrieved by the service in response to the request.

§
NextToken?: string | null
[src]

Identifies the next page of results to return.