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.Types.CancelStepsInfo

Description

 
Synopsis

Documentation

data CancelStepsInfo Source #

Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.

See: newCancelStepsInfo smart constructor.

Constructors

CancelStepsInfo' 

Fields

Instances

Instances details
Eq CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Read CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Show CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Generic CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Associated Types

type Rep CancelStepsInfo :: Type -> Type #

NFData CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Methods

rnf :: CancelStepsInfo -> () #

Hashable CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

FromJSON CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

type Rep CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

type Rep CancelStepsInfo = D1 ('MetaData "CancelStepsInfo" "Amazonka.EMR.Types.CancelStepsInfo" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "CancelStepsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelStepsRequestStatus)) :*: (S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCancelStepsInfo :: CancelStepsInfo Source #

Create a value of CancelStepsInfo 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:status:CancelStepsInfo', cancelStepsInfo_status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

$sel:stepId:CancelStepsInfo', cancelStepsInfo_stepId - The encrypted StepId of a step.

$sel:reason:CancelStepsInfo', cancelStepsInfo_reason - The reason for the failure if the CancelSteps request fails.

cancelStepsInfo_status :: Lens' CancelStepsInfo (Maybe CancelStepsRequestStatus) Source #

The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

cancelStepsInfo_stepId :: Lens' CancelStepsInfo (Maybe Text) Source #

The encrypted StepId of a step.

cancelStepsInfo_reason :: Lens' CancelStepsInfo (Maybe Text) Source #

The reason for the failure if the CancelSteps request fails.