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

ListSharedEndpointsResult

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

§Properties

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

The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).

§
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.