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

StreamingSessionStreamState

import type { StreamingSessionStreamState } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
type StreamingSessionStreamState =
| "READY"
| "CREATE_IN_PROGRESS"
| "DELETE_IN_PROGRESS"
| "DELETED"
| "CREATE_FAILED"
| "DELETE_FAILED"

§Type

§
"READY" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "CREATE_FAILED" | "DELETE_FAILED" | cmnP.UnexpectedEnumValue
[src]