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

ListVodSourcesResponse

import type { ListVodSourcesResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface ListVodSourcesResponse {
Items?: VodSource[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: VodSource[] | null
[src]

Lists the VOD sources.

§
NextToken?: string | null
[src]

Pagination token from the list request. Use the token to fetch the next page of results.