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

DeregisterEndPointsOutput

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

Contains the output of DeregisterInstancesFromLoadBalancer.

interface DeregisterEndPointsOutput {
Instances: Instance[];
}

§Properties

§
Instances: Instance[]
[src]

The remaining instances registered with the load balancer.