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

OntapDeploymentType

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

§Type

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