amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DeleteLifecycleHook

Contents

Description

Deletes the specified lifecycle hook.

If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).

http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteLifecycleHook.html

Synopsis

Request

Request constructor

Request lenses

dlh1AutoScalingGroupName :: Lens' DeleteLifecycleHook Text Source

The name of the Auto Scaling group for the lifecycle hook.

dlh1LifecycleHookName :: Lens' DeleteLifecycleHook Text Source

The name of the lifecycle hook.

Response

Response constructor