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

ListReplaysRequest

import type { ListReplaysRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListReplaysRequest {
EventSourceArn?: string | null;
Limit?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
State?: ReplayState | null;
}

§Properties

§
EventSourceArn?: string | null
[src]

The ARN of the archive from which the events are replayed.

§
Limit?: number | null
[src]

The maximum number of replays to retrieve.

§
NamePrefix?: string | null
[src]

A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.

§
NextToken?: string | null
[src]

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

§
State?: ReplayState | null
[src]

The state of the replay.