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

CompleteLifecycleActionType

import type { CompleteLifecycleActionType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface CompleteLifecycleActionType {
AutoScalingGroupName: string;
InstanceId?: string | null;
LifecycleActionResult: string;
LifecycleActionToken?: string | null;
LifecycleHookName: string;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
LifecycleActionResult: string
[src]

The action for the group to take. You can specify either CONTINUE or ABANDON.

§
LifecycleActionToken?: string | null
[src]

A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

§
LifecycleHookName: string
[src]

The name of the lifecycle hook.