amazonka-emr-1.0.1: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListSteps

Contents

Description

Provides a list of steps for the cluster.

See: AWS API Reference for ListSteps.

This operation returns paginated results.

Synopsis

Creating a Request

listSteps Source

Arguments

:: Text

lsClusterId

-> ListSteps 

Creates a value of ListSteps with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

lsMarker :: Lens' ListSteps (Maybe Text) Source

The pagination token that indicates the next set of results to retrieve.

lsClusterId :: Lens' ListSteps Text Source

The identifier of the cluster for which to list the steps.

Destructuring the Response

listStepsResponse Source

Creates a value of ListStepsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lsrsSteps :: Lens' ListStepsResponse [StepSummary] Source

The filtered list of steps for the cluster.

lsrsMarker :: Lens' ListStepsResponse (Maybe Text) Source

The pagination token that indicates the next set of results to retrieve.

lsrsStatus :: Lens' ListStepsResponse Int Source

The response status code.