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

ReplicationConfigurationReplicatedDiskStagingDiskType

import type { ReplicationConfigurationReplicatedDiskStagingDiskType } from "https://aws-api.deno.dev/v0.3/services/mgn.ts?docs=full";
type ReplicationConfigurationReplicatedDiskStagingDiskType =
| "AUTO"
| "GP2"
| "IO1"
| "SC1"
| "ST1"
| "STANDARD"

§Type

§
"AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | cmnP.UnexpectedEnumValue
[src]