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

ListReplaysResponse

import type { ListReplaysResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListReplaysResponse {
NextToken?: string | null;
Replays?: Replay[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.

§
Replays?: Replay[] | null
[src]

An array of Replay objects that contain information about the replay.