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.DescribeLifecycleHooks

Contents

Description

Describes the lifecycle hooks for the specified Auto Scaling group.

See: AWS API Reference for DescribeLifecycleHooks.

Synopsis

Creating a Request

describeLifecycleHooks Source

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

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

Request Lenses

dlhLifecycleHookNames :: Lens' DescribeLifecycleHooks [Text] Source

The names of one or more lifecycle hooks.

Destructuring the Response

describeLifecycleHooksResponse Source

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

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

Response Lenses

dlhrsLifecycleHooks :: Lens' DescribeLifecycleHooksResponse [LifecycleHook] Source

The lifecycle hooks for the specified group.