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

DescribeCachediSCSIVolumesInput

import type { DescribeCachediSCSIVolumesInput } from "https://aws-api.deno.dev/v0.3/services/storagegateway.ts?docs=full";
interface DescribeCachediSCSIVolumesInput {
VolumeARNs: string[];
}

§Properties

§
VolumeARNs: string[]
[src]

An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use "ListVolumes" to get volume ARNs for a gateway.