amazonka-emr-0.2.2: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListSteps

Contents

Description

Synopsis

Request

Request constructor

listSteps Source

Arguments

:: Text

lsClusterId

-> ListSteps 

ListSteps constructor.

The fields accessible through corresponding lenses are:

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.

lsStepIds :: Lens' ListSteps [Text] Source

The filter to limit the step list based on the identifier of the steps.

lsStepStates :: Lens' ListSteps [StepState] Source

The filter to limit the step list based on certain states.

Response

Response constructor

listStepsResponse :: ListStepsResponse Source

ListStepsResponse constructor.

The fields accessible through corresponding lenses are:

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.