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

ListTapesOutput

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

A JSON object containing the following fields:

  • "ListTapesOutput$Marker"
  • "ListTapesOutput$VolumeInfos"
interface ListTapesOutput {
Marker?: string | null;
TapeInfos?: TapeInfo[] | null;
}

§Properties

§
Marker?: string | null
[src]

A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

§
TapeInfos?: TapeInfo[] | null
[src]