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

DescribeScalingActivitiesType

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

§Properties

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

The activity IDs of the desired scaling activities. If you omit this property, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.

Array Members: Maximum number of 50 IDs.

§
AutoScalingGroupName?: string | null
[src]

The name of the Auto Scaling group.

§
IncludeDeletedGroups?: boolean | null
[src]

Indicates whether to include scaling activity from deleted Auto Scaling groups.

§
MaxRecords?: number | null
[src]

The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

§
NextToken?: string | null
[src]

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