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

CancelReplayResponse

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

§Properties

§
ReplayArn?: string | null
[src]

The ARN of the replay to cancel.

§
State?: ReplayState | null
[src]

The current state of the replay.

§
StateReason?: string | null
[src]

The reason that the replay is in the current state.