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

ListVolumesOutput

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

A JSON object containing the following fields:

  • "ListVolumesOutput$Marker"
  • "ListVolumesOutput$VolumeInfos"
interface ListVolumesOutput {
GatewayARN?: string | null;
Marker?: string | null;
VolumeInfos?: VolumeInfo[] | null;
}

§Properties

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

Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.

§
VolumeInfos?: VolumeInfo[] | null
[src]

An array of "VolumeInfo" objects, where each object describes an iSCSI volume. If no volumes are defined for the gateway, then VolumeInfos is an empty array "[]".