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

DescribeAccessPointsOutput

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

Contains the parameters for DescribeLoadBalancers.

interface DescribeAccessPointsOutput {
LoadBalancerDescriptions: LoadBalancerDescription[];
NextMarker?: string | null;
}

§Properties

§
LoadBalancerDescriptions: LoadBalancerDescription[]
[src]

Information about the load balancers.

§
NextMarker?: string | null
[src]

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.