Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
data DeleteLifecycleHook Source
Request constructor
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.