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

DescribeStorediSCSIVolumesInput

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

A JSON object containing a list of "DescribeStorediSCSIVolumesInput$VolumeARNs".

interface DescribeStorediSCSIVolumesInput {
VolumeARNs: string[];
}

§Properties

§
VolumeARNs: string[]
[src]

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