| Copyright | (c) 2013-2016 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 |
Network.AWS.OpsWorks.DescribeLoadBasedAutoScaling
Description
Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
- describeLoadBasedAutoScaling :: DescribeLoadBasedAutoScaling
- data DescribeLoadBasedAutoScaling
- dlbasLayerIds :: Lens' DescribeLoadBasedAutoScaling [Text]
- describeLoadBasedAutoScalingResponse :: Int -> DescribeLoadBasedAutoScalingResponse
- data DescribeLoadBasedAutoScalingResponse
- dlbasrsLoadBasedAutoScalingConfigurations :: Lens' DescribeLoadBasedAutoScalingResponse [LoadBasedAutoScalingConfiguration]
- dlbasrsResponseStatus :: Lens' DescribeLoadBasedAutoScalingResponse Int
Creating a Request
describeLoadBasedAutoScaling :: DescribeLoadBasedAutoScaling Source #
Creates a value of DescribeLoadBasedAutoScaling with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeLoadBasedAutoScaling Source #
See: describeLoadBasedAutoScaling smart constructor.
Instances
Request Lenses
dlbasLayerIds :: Lens' DescribeLoadBasedAutoScaling [Text] Source #
An array of layer IDs.
Destructuring the Response
describeLoadBasedAutoScalingResponse Source #
Arguments
| :: Int | |
| -> DescribeLoadBasedAutoScalingResponse |
Creates a value of DescribeLoadBasedAutoScalingResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeLoadBasedAutoScalingResponse Source #
Contains the response to a DescribeLoadBasedAutoScaling request.
See: describeLoadBasedAutoScalingResponse smart constructor.
Instances
Response Lenses
dlbasrsLoadBasedAutoScalingConfigurations :: Lens' DescribeLoadBasedAutoScalingResponse [LoadBasedAutoScalingConfiguration] Source #
An array of LoadBasedAutoScalingConfiguration objects that describe each layer's configuration.
dlbasrsResponseStatus :: Lens' DescribeLoadBasedAutoScalingResponse Int Source #
The response status code.