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

ListLiveSourcesRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of live sources that you want MediaTailor to return in response to the current request. If there are more than MaxResults live sources, use the value of NextToken in the response to get the next page of results.

§
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.

§
SourceLocationName: string
[src]

The name of the source location associated with this Live Sources list.