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

ListTapePoolsInput

import type { ListTapePoolsInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface ListTapePoolsInput {
Limit?: number | null;
Marker?: string | null;
PoolARNs?: string[] | null;
}

§Properties

§
Limit?: number | null
[src]

An optional number limit for the tape pools 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 tape pools.

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

The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.