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

DescribeLayersResult

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

Contains the response to a DescribeLayers request.

interface DescribeLayersResult {
Layers?: Layer[] | null;
}

§Properties

§
Layers?: Layer[] | null
[src]

An array of Layer objects that describe the layers.