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

ListSharedEndpointsRequest

import type { ListSharedEndpointsRequest } from "https://aws-api.deno.dev/v0.4/services/s3outposts.ts?docs=full";
interface ListSharedEndpointsRequest {
MaxResults?: number | null;
NextToken?: string | null;
OutpostId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of endpoints that will be returned in the response.

§
NextToken?: string | null
[src]

If a previous response from this operation included a NextToken value, you can provide that value here to retrieve the next page of results.

§
OutpostId: string
[src]

The ID of the Amazon Web Services Outpost.