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

DescribeStacksRequest

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

§Properties

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

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.