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

InstalledComponentLifecycleState

import type { InstalledComponentLifecycleState } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";
type InstalledComponentLifecycleState =
| "NEW"
| "INSTALLED"
| "STARTING"
| "RUNNING"
| "STOPPING"
| "ERRORED"
| "BROKEN"
| "FINISHED"

§Type

§
"NEW" | "INSTALLED" | "STARTING" | "RUNNING" | "STOPPING" | "ERRORED" | "BROKEN" | "FINISHED" | cmnP.UnexpectedEnumValue
[src]