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

ListPlaybackKeyPairsRequest

import type { ListPlaybackKeyPairsRequest } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface ListPlaybackKeyPairsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The first key pair to retrieve. This is used for pagination; see the nextToken response field. Default: 50.

§
nextToken?: string | null
[src]

Maximum number of key pairs to return.