RaidArray
import type { RaidArray } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";interface RaidArray {
AvailabilityZone?: string | null;
CreatedAt?: string | null;
Device?: string | null;
InstanceId?: string | null;
Iops?: number | null;
MountPoint?: string | null;
Name?: string | null;
NumberOfDisks?: number | null;
RaidArrayId?: string | null;
RaidLevel?: number | null;
Size?: number | null;
StackId?: string | null;
VolumeType?: string | null;
}