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

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;
}

§Properties

§
ClientToken: string
[src]
§
GatewayARN: string
[src]
§
KMSEncrypted?: boolean | null
[src]
§
KMSKey?: string | null
[src]
§
NumTapesToCreate: number
[src]
§
PoolId?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
TapeBarcodePrefix: string
[src]
§
TapeSizeInBytes: number
[src]
§
Worm?: boolean | null
[src]