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

DescribeRaidArraysRequest

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

§Properties

§
InstanceId?: string | null
[src]

The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

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

An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

§
StackId?: string | null
[src]

The stack ID.