Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@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.
- 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 #
This input determines which step to describe.
See: describeStep
smart constructor.
Instances
Request Lenses
dsClusterId :: Lens' DescribeStep Text #
The identifier of the cluster with steps to describe.
dsStepId :: Lens' DescribeStep Text #
The identifier of the step 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 #
This output contains the description of the cluster step.
See: describeStepResponse
smart constructor.
Response Lenses
dsrsStep :: Lens' DescribeStepResponse (Maybe Step) #
The step details for the requested step identifier.
dsrsResponseStatus :: Lens' DescribeStepResponse Int #
- - | The response status code.