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

ListPlaybackConfigurationsResponse

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

§Properties

§

Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

§
NextToken?: string | null
[src]

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