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

ListChannelsResponse

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

§Properties

§
Channels?: Channel[] | null
[src]

A list of Channel records.

§
NextToken?: string | null
[src]

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