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

CreateVolumeRequest

import type { CreateVolumeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateVolumeRequest {
AvailabilityZone: string;
ClientToken?: string | null;
DryRun?: boolean | null;
Encrypted?: boolean | null;
Iops?: number | null;
KmsKeyId?: string | null;
MultiAttachEnabled?: boolean | null;
OutpostArn?: string | null;
Size?: number | null;
SnapshotId?: string | null;
TagSpecifications?: TagSpecification[] | null;
Throughput?: number | null;
VolumeType?: VolumeType | null;
}

§Properties

§
AvailabilityZone: string
[src]
§
ClientToken?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
Encrypted?: boolean | null
[src]
§
Iops?: number | null
[src]
§
KmsKeyId?: string | null
[src]
§
MultiAttachEnabled?: boolean | null
[src]
§
OutpostArn?: string | null
[src]
§
Size?: number | null
[src]
§
SnapshotId?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]
§
Throughput?: number | null
[src]
§
VolumeType?: VolumeType | null
[src]