| 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.EMR.DescribeStep
Description
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.
Constructors
| DescribeStep' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeStep |
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.
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.
Constructors
| DescribeStepResponse' | |
Fields
| |
Instances
newDescribeStepResponse Source #
Arguments
| :: Int | |
| -> DescribeStepResponse |
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.