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.3/services/s3outposts.ts?docs=full";
interface ListEndpointsResult {
Endpoints?: Endpoint[] | null;
NextToken?: string | null;
}

§Properties

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

Returns an array of endpoints associated with AWS Outposts.

§
NextToken?: string | null
[src]

The next endpoint returned in the list.