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

ListTapesInput

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

A JSON object that contains one or more of the following fields:

  • "ListTapesInput$Limit"
  • "ListTapesInput$Marker"
  • "ListTapesInput$TapeARNs"
interface ListTapesInput {
Limit?: number | null;
Marker?: string | null;
TapeARNs?: string[] | null;
}

§Properties

§
Limit?: number | null
[src]

An optional number limit for the tapes in the list returned by this call.

§
Marker?: string | null
[src]

A string that indicates the position at which to begin the returned list of tapes.

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