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.StepTimeline

Description

 
Synopsis

Documentation

data StepTimeline Source #

The timeline of the cluster step lifecycle.

See: newStepTimeline smart constructor.

Constructors

StepTimeline' 

Fields

Instances

Instances details
Eq StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Read StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Show StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Generic StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Associated Types

type Rep StepTimeline :: Type -> Type #

NFData StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Methods

rnf :: StepTimeline -> () #

Hashable StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

FromJSON StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

type Rep StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

type Rep StepTimeline = D1 ('MetaData "StepTimeline" "Amazonka.EMR.Types.StepTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newStepTimeline :: StepTimeline Source #

Create a value of StepTimeline 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:creationDateTime:StepTimeline', stepTimeline_creationDateTime - The date and time when the cluster step was created.

$sel:endDateTime:StepTimeline', stepTimeline_endDateTime - The date and time when the cluster step execution completed or failed.

$sel:startDateTime:StepTimeline', stepTimeline_startDateTime - The date and time when the cluster step execution started.

stepTimeline_creationDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step was created.

stepTimeline_endDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step execution completed or failed.

stepTimeline_startDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step execution started.