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

ListLiveSourcesResponse

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

§Properties

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

Lists the live sources.

§
NextToken?: string | null
[src]

Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.