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

DetachInstancesFromLoadBalancerRequest

import type { DetachInstancesFromLoadBalancerRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DetachInstancesFromLoadBalancerRequest {
instanceNames: string[];
loadBalancerName: string;
}

§Properties

§
instanceNames: string[]
[src]

An array of strings containing the names of the instances you want to detach from the load balancer.

§
loadBalancerName: string
[src]

The name of the Lightsail load balancer.