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

FileSystemLifecycle

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

The lifecycle status of the file system.

type FileSystemLifecycle =
| "AVAILABLE"
| "CREATING"
| "FAILED"
| "DELETING"
| "MISCONFIGURED"
| "UPDATING"
| "MISCONFIGURED_UNAVAILABLE"

§Type

§
"AVAILABLE" | "CREATING" | "FAILED" | "DELETING" | "MISCONFIGURED" | "UPDATING" | "MISCONFIGURED_UNAVAILABLE" | cmnP.UnexpectedEnumValue
[src]