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

StorageVirtualMachineLifecycle

import type { StorageVirtualMachineLifecycle } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
type StorageVirtualMachineLifecycle =
| "CREATED"
| "CREATING"
| "DELETING"
| "FAILED"
| "MISCONFIGURED"
| "PENDING"

§Type

§
"CREATED" | "CREATING" | "DELETING" | "FAILED" | "MISCONFIGURED" | "PENDING" | cmnP.UnexpectedEnumValue
[src]