| 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.DescribeTimeBasedAutoScaling
Description
Describes time-based auto scaling configurations for specified instances.
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.
- describeTimeBasedAutoScaling :: DescribeTimeBasedAutoScaling
- data DescribeTimeBasedAutoScaling
- dtbasInstanceIds :: Lens' DescribeTimeBasedAutoScaling [Text]
- describeTimeBasedAutoScalingResponse :: Int -> DescribeTimeBasedAutoScalingResponse
- data DescribeTimeBasedAutoScalingResponse
- dtbasrsTimeBasedAutoScalingConfigurations :: Lens' DescribeTimeBasedAutoScalingResponse [TimeBasedAutoScalingConfiguration]
- dtbasrsResponseStatus :: Lens' DescribeTimeBasedAutoScalingResponse Int
Creating a Request
describeTimeBasedAutoScaling :: DescribeTimeBasedAutoScaling Source #
Creates a value of DescribeTimeBasedAutoScaling with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTimeBasedAutoScaling Source #
See: describeTimeBasedAutoScaling smart constructor.
Instances
Request Lenses
dtbasInstanceIds :: Lens' DescribeTimeBasedAutoScaling [Text] Source #
An array of instance IDs.
Destructuring the Response
describeTimeBasedAutoScalingResponse Source #
Arguments
| :: Int | |
| -> DescribeTimeBasedAutoScalingResponse |
Creates a value of DescribeTimeBasedAutoScalingResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTimeBasedAutoScalingResponse Source #
Contains the response to a DescribeTimeBasedAutoScaling request.
See: describeTimeBasedAutoScalingResponse smart constructor.
Instances
Response Lenses
dtbasrsTimeBasedAutoScalingConfigurations :: Lens' DescribeTimeBasedAutoScalingResponse [TimeBasedAutoScalingConfiguration] Source #
An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
dtbasrsResponseStatus :: Lens' DescribeTimeBasedAutoScalingResponse Int Source #
The response status code.