| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AutoScaling.DescribeAdjustmentTypes
Description
Describes the available adjustment types for step scaling and simple scaling policies.
The following adjustment types are supported:
ChangeInCapacity
ExactCapacity
PercentChangeInCapacity
Synopsis
- data DescribeAdjustmentTypes = DescribeAdjustmentTypes' {
- newDescribeAdjustmentTypes :: DescribeAdjustmentTypes
- data DescribeAdjustmentTypesResponse = DescribeAdjustmentTypesResponse' {}
- newDescribeAdjustmentTypesResponse :: Int -> DescribeAdjustmentTypesResponse
- describeAdjustmentTypesResponse_adjustmentTypes :: Lens' DescribeAdjustmentTypesResponse (Maybe [AdjustmentType])
- describeAdjustmentTypesResponse_httpStatus :: Lens' DescribeAdjustmentTypesResponse Int
Creating a Request
data DescribeAdjustmentTypes Source #
See: newDescribeAdjustmentTypes smart constructor.
Constructors
| DescribeAdjustmentTypes' | |
Instances
newDescribeAdjustmentTypes :: DescribeAdjustmentTypes Source #
Create a value of DescribeAdjustmentTypes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeAdjustmentTypesResponse Source #
See: newDescribeAdjustmentTypesResponse smart constructor.
Constructors
| DescribeAdjustmentTypesResponse' | |
Fields
| |
Instances
newDescribeAdjustmentTypesResponse Source #
Create a value of DescribeAdjustmentTypesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adjustmentTypes:DescribeAdjustmentTypesResponse', describeAdjustmentTypesResponse_adjustmentTypes - The policy adjustment types.
$sel:httpStatus:DescribeAdjustmentTypesResponse', describeAdjustmentTypesResponse_httpStatus - The response's http status code.
Response Lenses
describeAdjustmentTypesResponse_adjustmentTypes :: Lens' DescribeAdjustmentTypesResponse (Maybe [AdjustmentType]) Source #
The policy adjustment types.
describeAdjustmentTypesResponse_httpStatus :: Lens' DescribeAdjustmentTypesResponse Int Source #
The response's http status code.