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

StartReplayResponse

import type { StartReplayResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface StartReplayResponse {
ReplayArn?: string | null;
ReplayStartTime?: Date | number | null;
State?: ReplayState | null;
StateReason?: string | null;
}

§Properties

§
ReplayArn?: string | null
[src]

The ARN of the replay.

§
ReplayStartTime?: Date | number | null
[src]

The time at which the replay started.

§
State?: ReplayState | null
[src]

The state of the replay.

§
StateReason?: string | null
[src]

The reason that the replay is in the state.