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

ListEndpointsRequest

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

§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, provide that value here to retrieve the next page of results.