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

DescribeLayersRequest

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

§Properties

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

An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

§
StackId?: string | null
[src]

The stack ID.