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 scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.
Synopsis
- data DescribeScalingProcessTypes = DescribeScalingProcessTypes' {
- newDescribeScalingProcessTypes :: DescribeScalingProcessTypes
- data DescribeScalingProcessTypesResponse = DescribeScalingProcessTypesResponse' {
- processes :: Maybe [ProcessType]
- httpStatus :: Int
- newDescribeScalingProcessTypesResponse :: Int -> DescribeScalingProcessTypesResponse
- describeScalingProcessTypesResponse_processes :: Lens' DescribeScalingProcessTypesResponse (Maybe [ProcessType])
- describeScalingProcessTypesResponse_httpStatus :: Lens' DescribeScalingProcessTypesResponse Int
Creating a Request
data DescribeScalingProcessTypes Source #
See: newDescribeScalingProcessTypes
smart constructor.
Instances
newDescribeScalingProcessTypes :: DescribeScalingProcessTypes Source #
Create a value of DescribeScalingProcessTypes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeScalingProcessTypesResponse Source #
See: newDescribeScalingProcessTypesResponse
smart constructor.
DescribeScalingProcessTypesResponse' | |
|
Instances
newDescribeScalingProcessTypesResponse Source #
Create a value of DescribeScalingProcessTypesResponse
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:processes:DescribeScalingProcessTypesResponse'
, describeScalingProcessTypesResponse_processes
- The names of the process types.
$sel:httpStatus:DescribeScalingProcessTypesResponse'
, describeScalingProcessTypesResponse_httpStatus
- The response's http status code.
Response Lenses
describeScalingProcessTypesResponse_processes :: Lens' DescribeScalingProcessTypesResponse (Maybe [ProcessType]) Source #
The names of the process types.
describeScalingProcessTypesResponse_httpStatus :: Lens' DescribeScalingProcessTypesResponse Int Source #
The response's http status code.