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

ReplayState

import type { ReplayState } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
type ReplayState =
| "STARTING"
| "RUNNING"
| "CANCELLING"
| "COMPLETED"
| "CANCELLED"
| "FAILED"

§Type

§
"STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]