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

ContinuousExportStatus

import type { ContinuousExportStatus } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
type ContinuousExportStatus =
| "START_IN_PROGRESS"
| "START_FAILED"
| "ACTIVE"
| "ERROR"
| "STOP_IN_PROGRESS"
| "STOP_FAILED"
| "INACTIVE"

§Type

§
"START_IN_PROGRESS" | "START_FAILED" | "ACTIVE" | "ERROR" | "STOP_IN_PROGRESS" | "STOP_FAILED" | "INACTIVE" | cmnP.UnexpectedEnumValue
[src]