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

DescribeTapeRecoveryPointsOutput

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

DescribeTapeRecoveryPointsOutput

interface DescribeTapeRecoveryPointsOutput {
GatewayARN?: string | null;
Marker?: string | null;
TapeRecoveryPointInfos?: TapeRecoveryPointInfo[] | null;
}

§Properties

§
GatewayARN?: string | null
[src]
§
Marker?: string | null
[src]

An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

§
TapeRecoveryPointInfos?: TapeRecoveryPointInfo[] | null
[src]

An array of TapeRecoveryPointInfos that are available for the specified gateway.