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

ListTapePoolsOutput

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

§Properties

§
Marker?: string | null
[src]

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

§
PoolInfos?: PoolInfo[] | null
[src]

An array of PoolInfo objects, where each object describes a single custom tape pool. If there are no custom tape pools, the PoolInfos is an empty array.