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

StreamingSessionStreamStatusCode

import type { StreamingSessionStreamStatusCode } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
type StreamingSessionStreamStatusCode =
| "STREAM_CREATE_IN_PROGRESS"
| "STREAM_READY"
| "STREAM_DELETE_IN_PROGRESS"
| "STREAM_DELETED"
| "INTERNAL_ERROR"
| "NETWORK_CONNECTION_ERROR"

§Type

§
"STREAM_CREATE_IN_PROGRESS" | "STREAM_READY" | "STREAM_DELETE_IN_PROGRESS" | "STREAM_DELETED" | "INTERNAL_ERROR" | "NETWORK_CONNECTION_ERROR" | cmnP.UnexpectedEnumValue
[src]