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

DescribePoliciesType

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

§Properties

§
AutoScalingGroupName?: string | null
[src]

The name of the Auto Scaling group.

§
MaxRecords?: number | null
[src]

The maximum number of items to be returned with each 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.)

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

The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.

Array Members: Maximum number of 50 items.

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

One or more policy types. The valid values are SimpleScaling, StepScaling, TargetTrackingScaling, and PredictiveScaling.