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

ListVolumeRecoveryPointsOutput

import type { ListVolumeRecoveryPointsOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface ListVolumeRecoveryPointsOutput {
GatewayARN?: string | null;
VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[] | null;
}

§Properties

§
GatewayARN?: string | null
[src]
§
VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[] | null
[src]

An array of "VolumeRecoveryPointInfo" objects.