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

DeregisterEndPointsInput

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

Contains the parameters for DeregisterInstancesFromLoadBalancer.

interface DeregisterEndPointsInput {
Instances: Instance[];
LoadBalancerName: string;
}

§Properties

§
Instances: Instance[]
[src]

The IDs of the instances.

§
LoadBalancerName: string
[src]

The name of the load balancer.