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

DescribeCachediSCSIVolumesOutput

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

A JSON object containing the following fields:

interface DescribeCachediSCSIVolumesOutput {
CachediSCSIVolumes?: CachediSCSIVolume[] | null;
}

§Properties

§
CachediSCSIVolumes?: CachediSCSIVolume[] | null
[src]

An array of objects where each object contains metadata about one cached volume.