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

DescribeTapeArchivesInput

import type { DescribeTapeArchivesInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

DescribeTapeArchivesInput

interface DescribeTapeArchivesInput {
Limit?: number | null;
Marker?: string | null;
TapeARNs?: string[] | null;
}

§Properties

§
Limit?: number | null
[src]

Specifies that the number of virtual tapes described be limited to the specified number.

§
Marker?: string | null
[src]

An opaque string that indicates the position at which to begin describing virtual tapes.

§
TapeARNs?: string[] | null
[src]

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.