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

DescribeTapesInput

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

DescribeTapesInput

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

§Properties

§
GatewayARN: string
[src]
§
Limit?: number | null
[src]

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

Note: Amazon Web Services may impose its own limit, if this field is not set.

§
Marker?: string | null
[src]

A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve.

If not specified, the first page of results is retrieved.

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

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.