DeliveryStreamStatus
import type { DeliveryStreamStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";type DeliveryStreamStatus =
| "CREATING"
| "CREATING_FAILED"
| "DELETING"
| "DELETING_FAILED"
| "ACTIVE"
§Type
§
"CREATING" | "CREATING_FAILED" | "DELETING" | "DELETING_FAILED" | "ACTIVE" | cmnP.UnexpectedEnumValue
[src]