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

ListMultiplexProgramsRequest

import type { ListMultiplexProgramsRequest } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Placeholder documentation for ListMultiplexProgramsRequest

interface ListMultiplexProgramsRequest {
MaxResults?: number | null;
MultiplexId: string;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return.

§
MultiplexId: string
[src]

The ID of the multiplex that the programs belong to.

§
NextToken?: string | null
[src]

The token to retrieve the next page of results.