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

DescribeCommandsRequest

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

§Properties

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

An array of command IDs. If you include this parameter, DescribeCommands returns a description of the specified commands. Otherwise, it returns a description of every command.

§
DeploymentId?: string | null
[src]

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

§
InstanceId?: string | null
[src]

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