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

WindowsDeploymentType

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

§Type

§
"MULTI_AZ_1" | "SINGLE_AZ_1" | "SINGLE_AZ_2" | cmnP.UnexpectedEnumValue
[src]