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

DescribeDeploymentsRequest

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

§Properties

§
AppId?: string | null
[src]

The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.

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

An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.

§
StackId?: string | null
[src]

The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.