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

DeregisterTargetsInput

import type { DeregisterTargetsInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DeregisterTargetsInput {
TargetGroupArn: string;
Targets: TargetDescription[];
}

§Properties

§
TargetGroupArn: string
[src]

The Amazon Resource Name (ARN) of the target group.

§

The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.