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

DescribeLoadBalancersInput

import type { DescribeLoadBalancersInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DescribeLoadBalancersInput {
LoadBalancerArns?: string[] | null;
Marker?: string | null;
Names?: string[] | null;
PageSize?: number | null;
}

§Properties

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

The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

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

The names of the load balancers.

§
PageSize?: number | null
[src]

The maximum number of results to return with this call.