amazonka-autoscaling-1.2.0: Amazon Auto Scaling SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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).

See: AWS API Reference for DeleteLifecycleHook.

Synopsis

Creating a Request

deleteLifecycleHook Source

Creates a value of DeleteLifecycleHook with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

delLifecycleHookName :: Lens' DeleteLifecycleHook Text Source

The name of the lifecycle hook.

delAutoScalingGroupName :: Lens' DeleteLifecycleHook Text Source

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

Destructuring the Response

deleteLifecycleHookResponse Source

Creates a value of DeleteLifecycleHookResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses