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

DescribeEndPointStateOutput

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

Contains the output for DescribeInstanceHealth.

interface DescribeEndPointStateOutput {
InstanceStates: InstanceState[];
}

§Properties

§
InstanceStates: InstanceState[]
[src]

Information about the health of the instances.