amazonka-emr-0.0.1: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.DescribeStep

Contents

Description

Synopsis

Request

Request constructor

describeStep Source

DescribeStep constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

describeStepResponse :: DescribeStepResponse Source

DescribeStepResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dsrStep :: Lens' DescribeStepResponse (Maybe Step) Source

The step details for the requested step identifier.