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

DeliveryStreamStatus

import type { DeliveryStreamStatus } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
type DeliveryStreamStatus =
| "CREATING"
| "CREATING_FAILED"
| "DELETING"
| "DELETING_FAILED"
| "ACTIVE"

§Type

§
"CREATING" | "CREATING_FAILED" | "DELETING" | "DELETING_FAILED" | "ACTIVE" | cmnP.UnexpectedEnumValue
[src]