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

ListEndpointsResult

import type { ListEndpointsResult } from "https://aws-api.deno.dev/v0.4/services/s3outposts.ts?docs=full";
interface ListEndpointsResult {
Endpoints?: Endpoint[] | null;
NextToken?: string | null;
}

§Properties

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

The list of endpoints associated with the specified Outpost.

§
NextToken?: string | null
[src]

If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.