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

DescribeTapeRecoveryPointsInput

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

DescribeTapeRecoveryPointsInput

interface DescribeTapeRecoveryPointsInput {
GatewayARN: string;
Limit?: number | null;
Marker?: string | null;
}

§Properties

§
GatewayARN: string
[src]
§
Limit?: number | null
[src]

Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

§
Marker?: string | null
[src]

An opaque string that indicates the position at which to begin describing the virtual tape recovery points.