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 |
Provides more detail about the cluster step.
Synopsis
- data DescribeStep = DescribeStep' {}
- newDescribeStep :: Text -> Text -> DescribeStep
- describeStep_clusterId :: Lens' DescribeStep Text
- describeStep_stepId :: Lens' DescribeStep Text
- data DescribeStepResponse = DescribeStepResponse' {
- step :: Maybe Step
- httpStatus :: Int
- newDescribeStepResponse :: Int -> DescribeStepResponse
- describeStepResponse_step :: Lens' DescribeStepResponse (Maybe Step)
- describeStepResponse_httpStatus :: Lens' DescribeStepResponse Int
Creating a Request
data DescribeStep Source #
This input determines which step to describe.
See: newDescribeStep
smart constructor.
Instances
Create a value of DescribeStep
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:clusterId:DescribeStep'
, describeStep_clusterId
- The identifier of the cluster with steps to describe.
$sel:stepId:DescribeStep'
, describeStep_stepId
- The identifier of the step to describe.
Request Lenses
describeStep_clusterId :: Lens' DescribeStep Text Source #
The identifier of the cluster with steps to describe.
describeStep_stepId :: Lens' DescribeStep Text Source #
The identifier of the step to describe.
Destructuring the Response
data DescribeStepResponse Source #
This output contains the description of the cluster step.
See: newDescribeStepResponse
smart constructor.
DescribeStepResponse' | |
|
Instances
newDescribeStepResponse Source #
Create a value of DescribeStepResponse
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:step:DescribeStepResponse'
, describeStepResponse_step
- The step details for the requested step identifier.
$sel:httpStatus:DescribeStepResponse'
, describeStepResponse_httpStatus
- The response's http status code.
Response Lenses
describeStepResponse_step :: Lens' DescribeStepResponse (Maybe Step) Source #
The step details for the requested step identifier.
describeStepResponse_httpStatus :: Lens' DescribeStepResponse Int Source #
The response's http status code.