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

StreamingSessionState

import type { StreamingSessionState } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

The streaming session state.

type StreamingSessionState =
| "CREATE_IN_PROGRESS"
| "DELETE_IN_PROGRESS"
| "READY"
| "DELETED"
| "CREATE_FAILED"
| "DELETE_FAILED"
| "STOP_IN_PROGRESS"
| "START_IN_PROGRESS"
| "STOPPED"
| "STOP_FAILED"
| "START_FAILED"

§Type

§
"CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "DELETED" | "CREATE_FAILED" | "DELETE_FAILED" | "STOP_IN_PROGRESS" | "START_IN_PROGRESS" | "STOPPED" | "STOP_FAILED" | "START_FAILED" | cmnP.UnexpectedEnumValue
[src]