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

DescribeReplayResponse

import type { DescribeReplayResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DescribeReplayResponse {
Description?: string | null;
Destination?: ReplayDestination | null;
EventEndTime?: Date | number | null;
EventLastReplayedTime?: Date | number | null;
EventSourceArn?: string | null;
EventStartTime?: Date | number | null;
ReplayArn?: string | null;
ReplayEndTime?: Date | number | null;
ReplayName?: string | null;
ReplayStartTime?: Date | number | null;
State?: ReplayState | null;
StateReason?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the replay.

§
Destination?: ReplayDestination | null
[src]

A ReplayDestination object that contains details about the replay.

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

The time stamp for the last event that was replayed from the archive.

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

The time that the event was last replayed.

§
EventSourceArn?: string | null
[src]

The ARN of the archive events were replayed from.

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

The time stamp of the first event that was last replayed from the archive.

§
ReplayArn?: string | null
[src]

The ARN of the replay.

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

A time stamp for the time that the replay stopped.

§
ReplayName?: string | null
[src]

The name of the replay.

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

A time stamp for the time that the replay started.

§
State?: ReplayState | null
[src]

The current state of the replay.

§
StateReason?: string | null
[src]

The reason that the replay is in the current state.