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.4/services/mgn.ts?docs=full";
type ReplicationConfigurationReplicatedDiskStagingDiskType =
| "AUTO"
| "GP2"
| "IO1"
| "SC1"
| "ST1"
| "STANDARD"
| "GP3"
| "IO2"

§Type

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