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 |
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
Generic DescribeAdjustmentTypesResponse Source # | |
Read DescribeAdjustmentTypesResponse Source # | |
Show DescribeAdjustmentTypesResponse Source # | |
Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes | |
NFData DescribeAdjustmentTypesResponse Source # | |
Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes rnf :: DescribeAdjustmentTypesResponse -> () # | |
Eq DescribeAdjustmentTypesResponse Source # | |
type Rep DescribeAdjustmentTypesResponse Source # | |
Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes type Rep DescribeAdjustmentTypesResponse = D1 ('MetaData "DescribeAdjustmentTypesResponse" "Amazonka.AutoScaling.DescribeAdjustmentTypes" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "DescribeAdjustmentTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adjustmentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdjustmentType])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.