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

ListOriginEndpointsResponse

import type { ListOriginEndpointsResponse } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface ListOriginEndpointsResponse {
NextToken?: string | null;
OriginEndpoints?: OriginEndpoint[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection.

§
OriginEndpoints?: OriginEndpoint[] | null
[src]

A list of OriginEndpoint records.