ContinuousExportStatus
import type { ContinuousExportStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/discovery.ts";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]