amazonka-emr-1.1.0: 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.DescribeStep

Contents

Description

Provides more detail about the cluster step.

See: AWS API Reference for DescribeStep.

Synopsis

Creating a Request

describeStep Source

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:

Request Lenses

dsClusterId :: Lens' DescribeStep Text Source

The identifier of the cluster with steps to describe.

dsStepId :: Lens' DescribeStep Text Source

The identifier of the step to describe.

Destructuring the Response

describeStepResponse Source

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:

Response Lenses

dsrsStep :: Lens' DescribeStepResponse (Maybe Step) Source

The step details for the requested step identifier.

dsrsStatus :: Lens' DescribeStepResponse Int Source

The response status code.