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

DescribeLifecycleHooksType

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

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

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

The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.