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

VolumeType

import type { VolumeType } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
type VolumeType =
| "io1"
| "io2"
| "gp3"
| "gp2"
| "st1"
| "sc1"
| "standard"

§Type

§
"io1" | "io2" | "gp3" | "gp2" | "st1" | "sc1" | "standard" | cmnP.UnexpectedEnumValue
[src]