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

DescribeScheduledActionsType

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

§Properties

§
AutoScalingGroupName?: string | null
[src]

The name of the Auto Scaling group.

§
EndTime?: Date | number | null
[src]

The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.

§
MaxRecords?: number | null
[src]

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

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

The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.

Array Members: Maximum number of 50 actions.

§
StartTime?: Date | number | null
[src]

The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.