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

DiskIopsConfigurationMode

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

§Type

§
"AUTOMATIC" | "USER_PROVISIONED" | cmnP.UnexpectedEnumValue
[src]