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

ListPlaybackConfigurationsRequest

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

§Properties

§
MaxResults?: number | null
[src]

Maximum number of records to return.

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