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

DescribeVolumesRequest

import type { DescribeVolumesRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface DescribeVolumesRequest {
InstanceId?: string | null;
RaidArrayId?: string | null;
StackId?: string | null;
VolumeIds?: string[] | null;
}

§Properties

§
InstanceId?: string | null
[src]

The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

§
RaidArrayId?: string | null
[src]

The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.

§
StackId?: string | null
[src]

A stack ID. The action describes the stack's registered Amazon EBS volumes.

§
VolumeIds?: string[] | null
[src]

Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.