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

DescribeAutoScalingInstancesType

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

§Properties

§
InstanceIds?: string[] | null
[src]

The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

Array Members: Maximum number of 50 items.

§
MaxRecords?: number | null
[src]

The maximum number of items to return with this call. The default value is 50 and 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.)