Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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.
DescribeAdjustmentTypesResponse' | |
|
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.