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

DescribeTrafficSourcesRequest

import type { DescribeTrafficSourcesRequest } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface DescribeTrafficSourcesRequest {
AutoScalingGroupName: string;
MaxRecords?: number | null;
NextToken?: string | null;
TrafficSourceType: string;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
MaxRecords?: number | null
[src]

The maximum number of items to return with this call. The maximum value is 50.

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)

§
TrafficSourceType: string
[src]

The type of traffic source you are describing. Currently, the only valid value is vpc-lattice.