| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EMR.ListSteps
Description
Provides a list of steps for the cluster.
http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ListSteps.html
- data ListSteps
- listSteps :: Text -> ListSteps
- lsClusterId :: Lens' ListSteps Text
- lsMarker :: Lens' ListSteps (Maybe Text)
- lsStepStates :: Lens' ListSteps [StepState]
- data ListStepsResponse
- listStepsResponse :: ListStepsResponse
- lsrMarker :: Lens' ListStepsResponse (Maybe Text)
- lsrSteps :: Lens' ListStepsResponse [StepSummary]
Request
Request constructor
ListSteps constructor.
The fields accessible through corresponding lenses are:
lsClusterId::TextlsMarker::MaybeTextlsStepStates::[StepState]
Request lenses
lsClusterId :: Lens' ListSteps Text Source
The identifier of the cluster for which to list the steps.
lsMarker :: Lens' ListSteps (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve.
lsStepStates :: Lens' ListSteps [StepState] Source
The filter to limit the step list based on certain states.
Response
data ListStepsResponse Source
Response constructor
listStepsResponse :: ListStepsResponse Source
ListStepsResponse constructor.
The fields accessible through corresponding lenses are:
lsrMarker::MaybeTextlsrSteps::[StepSummary]
Response lenses
lsrMarker :: Lens' ListStepsResponse (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve.
lsrSteps :: Lens' ListStepsResponse [StepSummary] Source
The filtered list of steps for the cluster.