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

PipeState

import type { PipeState } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";
type PipeState =
| "RUNNING"
| "STOPPED"
| "CREATING"
| "UPDATING"
| "DELETING"
| "STARTING"
| "STOPPING"
| "CREATE_FAILED"
| "UPDATE_FAILED"
| "START_FAILED"
| "STOP_FAILED"

§Type

§
"RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | cmnP.UnexpectedEnumValue
[src]