amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeLifecycleHooks

Contents

Description

Describes the lifecycle hooks for the specified Auto Scaling group.

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

Synopsis

Request

Request constructor

Request lenses

dlhLifecycleHookNames :: Lens' DescribeLifecycleHooks [Text] Source

The names of one or more lifecycle hooks.

Response

Response constructor

Response lenses

dlhrLifecycleHooks :: Lens' DescribeLifecycleHooksResponse [LifecycleHook] Source

The lifecycle hooks for the specified group.