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

DetachTrafficSourcesType

import type { DetachTrafficSourcesType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface DetachTrafficSourcesType {
AutoScalingGroupName: string;
TrafficSources: TrafficSourceIdentifier[];
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§

The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.

Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you detach a target group, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the "DescribeTrafficSources" API call. The instances continue to run.