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

DescribeCommandsResult

import type { DescribeCommandsResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a DescribeCommands request.

interface DescribeCommandsResult {
Commands?: Command[] | null;
}

§Properties

§
Commands?: Command[] | null
[src]

An array of Command objects that describe each of the specified commands.