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

DescribeEndpointsRequest

import type { DescribeEndpointsRequest } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";

DescribeEndpointsRequest

interface DescribeEndpointsRequest {
MaxResults?: number | null;
Mode?: DescribeEndpointsMode | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Optional. Max number of endpoints, up to twenty, that will be returned at one time.

§

Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

§
NextToken?: string | null
[src]

Use this string, provided with the response to a previous request, to request the next batch of endpoints.