amazonka-emr-0.3.0: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListSteps

Contents

Description

Synopsis

Request

data ListSteps Source

Instances

Eq ListSteps 
Read ListSteps 
Show ListSteps 
ToJSON ListSteps 
AWSRequest ListSteps 
AWSPager ListSteps 
ToQuery ListSteps 
ToPath ListSteps 
ToHeaders ListSteps 
type Sv ListSteps = EMR 
type Rs ListSteps = ListStepsResponse 

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.