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

DescribeAppsRequest

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

§Properties

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

An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

§
StackId?: string | null
[src]

The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.