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

DescribeElasticLoadBalancersRequest

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

§Properties

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

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

§
StackId?: string | null
[src]

A stack ID. The action describes the stack's Elastic Load Balancing instances.