| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.AWS.AutoScaling.DeleteLifecycleHook
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
Request
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLifecycleHook | 
DeleteLifecycleHook constructor.
The fields accessible through corresponding lenses are:
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.