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

LustreDeploymentType

import type { LustreDeploymentType } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
type LustreDeploymentType =
| "SCRATCH_1"
| "SCRATCH_2"
| "PERSISTENT_1"
| "PERSISTENT_2"

§Type

§
"SCRATCH_1" | "SCRATCH_2" | "PERSISTENT_1" | "PERSISTENT_2" | cmnP.UnexpectedEnumValue
[src]