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

EndpointState

import type { EndpointState } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
type EndpointState =
| "ACTIVE"
| "CREATING"
| "UPDATING"
| "DELETING"
| "CREATE_FAILED"
| "UPDATE_FAILED"
| "DELETE_FAILED"

§Type

§
"ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | cmnP.UnexpectedEnumValue
[src]