Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Describes the lifecycle hooks for the specified Auto Scaling group.
See: AWS API Reference for DescribeLifecycleHooks.
- describeLifecycleHooks :: Text -> DescribeLifecycleHooks
- data DescribeLifecycleHooks
- dlhLifecycleHookNames :: Lens' DescribeLifecycleHooks [Text]
- dlhAutoScalingGroupName :: Lens' DescribeLifecycleHooks Text
- describeLifecycleHooksResponse :: Int -> DescribeLifecycleHooksResponse
- data DescribeLifecycleHooksResponse
- dlhrsLifecycleHooks :: Lens' DescribeLifecycleHooksResponse [LifecycleHook]
- dlhrsStatus :: Lens' DescribeLifecycleHooksResponse Int
Creating a Request
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:
data DescribeLifecycleHooks Source
See: describeLifecycleHooks
smart constructor.
Request Lenses
dlhLifecycleHookNames :: Lens' DescribeLifecycleHooks [Text] Source
The names of one or more lifecycle hooks.
dlhAutoScalingGroupName :: Lens' DescribeLifecycleHooks Text Source
The name of the group.
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:
data DescribeLifecycleHooksResponse Source
See: describeLifecycleHooksResponse
smart constructor.
Response Lenses
dlhrsLifecycleHooks :: Lens' DescribeLifecycleHooksResponse [LifecycleHook] Source
The lifecycle hooks for the specified group.
dlhrsStatus :: Lens' DescribeLifecycleHooksResponse Int Source
The response status code.