CreateTapesInput
import type { CreateTapesInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";interface CreateTapesInput {
ClientToken: string;
GatewayARN: string;
KMSEncrypted?: boolean | null;
KMSKey?: string | null;
NumTapesToCreate: number;
PoolId?: string | null;
Tags?: Tag[] | null;
TapeBarcodePrefix: string;
TapeSizeInBytes: number;
Worm?: boolean | null;
}