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

Amazonka.EMR.DescribeStep

Description

Provides more detail about the cluster step.

Synopsis

Creating a Request

data DescribeStep Source #

This input determines which step to describe.

See: newDescribeStep smart constructor.

Constructors

DescribeStep' 

Fields

  • clusterId :: Text

    The identifier of the cluster with steps to describe.

  • stepId :: Text

    The identifier of the step to describe.

Instances

Instances details
Eq DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Read DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Show DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Generic DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Associated Types

type Rep DescribeStep :: Type -> Type #

NFData DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Methods

rnf :: DescribeStep -> () #

Hashable DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

ToJSON DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

AWSRequest DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Associated Types

type AWSResponse DescribeStep #

ToHeaders DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

ToPath DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

ToQuery DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

type Rep DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

type Rep DescribeStep = D1 ('MetaData "DescribeStep" "Amazonka.EMR.DescribeStep" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStep Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

newDescribeStep Source #

Create a value of DescribeStep with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clusterId:DescribeStep', describeStep_clusterId - The identifier of the cluster with steps to describe.

$sel:stepId:DescribeStep', describeStep_stepId - The identifier of the step to describe.

Request Lenses

describeStep_clusterId :: Lens' DescribeStep Text Source #

The identifier of the cluster with steps to describe.

describeStep_stepId :: Lens' DescribeStep Text Source #

The identifier of the step to describe.

Destructuring the Response

data DescribeStepResponse Source #

This output contains the description of the cluster step.

See: newDescribeStepResponse smart constructor.

Constructors

DescribeStepResponse' 

Fields

Instances

Instances details
Eq DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Read DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Show DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Generic DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Associated Types

type Rep DescribeStepResponse :: Type -> Type #

NFData DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

Methods

rnf :: DescribeStepResponse -> () #

type Rep DescribeStepResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStep

type Rep DescribeStepResponse = D1 ('MetaData "DescribeStepResponse" "Amazonka.EMR.DescribeStep" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeStepResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "step") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Step)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStepResponse Source #

Create a value of DescribeStepResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:step:DescribeStepResponse', describeStepResponse_step - The step details for the requested step identifier.

$sel:httpStatus:DescribeStepResponse', describeStepResponse_httpStatus - The response's http status code.

Response Lenses

describeStepResponse_step :: Lens' DescribeStepResponse (Maybe Step) Source #

The step details for the requested step identifier.