| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.EMR.DescribeStep
Description
Provides more detail about the cluster step.
Synopsis
- describeStep :: Text -> Text -> DescribeStep
- data DescribeStep
- dsClusterId :: Lens' DescribeStep Text
- dsStepId :: Lens' DescribeStep Text
- describeStepResponse :: Int -> DescribeStepResponse
- data DescribeStepResponse
- dsrsStep :: Lens' DescribeStepResponse (Maybe Step)
- dsrsResponseStatus :: Lens' DescribeStepResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DescribeStep |
Creates a value of DescribeStep with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsClusterId- The identifier of the cluster with steps to describe.dsStepId- The identifier of the step to describe.
data DescribeStep Source #
This input determines which step to describe.
See: describeStep smart constructor.
Instances
Request Lenses
dsClusterId :: Lens' DescribeStep Text Source #
The identifier of the cluster with steps to describe.
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeStepResponse |
Creates a value of DescribeStepResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsrsStep- The step details for the requested step identifier.dsrsResponseStatus- -- | The response status code.
data DescribeStepResponse Source #
This output contains the description of the cluster step.
See: describeStepResponse smart constructor.
Instances
Response Lenses
dsrsStep :: Lens' DescribeStepResponse (Maybe Step) Source #
The step details for the requested step identifier.
dsrsResponseStatus :: Lens' DescribeStepResponse Int Source #
- - | The response status code.