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

ListOriginEndpointsRequest

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

§Properties

§
ChannelId?: string | null
[src]

When specified, the request will return only OriginEndpoints associated with the given Channel ID.

§
MaxResults?: number | null
[src]

The upper bound on the number of records to return.

§
NextToken?: string | null
[src]

A token used to resume pagination from the end of a previous request.