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

DescribeEndPointStateInput

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

Contains the parameters for DescribeInstanceHealth.

interface DescribeEndPointStateInput {
Instances?: Instance[] | null;
LoadBalancerName: string;
}

§Properties

§
Instances?: Instance[] | null
[src]

The IDs of the instances.

§
LoadBalancerName: string
[src]

The name of the load balancer.