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

DescribeTapesOutput

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

DescribeTapesOutput

interface DescribeTapesOutput {
Marker?: string | null;
Tapes?: Tape[] | null;
}

§Properties

§
Marker?: string | null
[src]

An opaque string that can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

§
Tapes?: Tape[] | null
[src]

An array of virtual tape descriptions.