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

Description

 
Synopsis

Documentation

data InstanceTimeline Source #

The timeline of the instance lifecycle.

See: newInstanceTimeline smart constructor.

Constructors

InstanceTimeline' 

Fields

Instances

Instances details
Eq InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Read InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Show InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Generic InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Associated Types

type Rep InstanceTimeline :: Type -> Type #

NFData InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Methods

rnf :: InstanceTimeline -> () #

Hashable InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

FromJSON InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

type Rep InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

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

newInstanceTimeline :: InstanceTimeline Source #

Create a value of InstanceTimeline 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:readyDateTime:InstanceTimeline', instanceTimeline_readyDateTime - The date and time when the instance was ready to perform tasks.

$sel:creationDateTime:InstanceTimeline', instanceTimeline_creationDateTime - The creation date and time of the instance.

$sel:endDateTime:InstanceTimeline', instanceTimeline_endDateTime - The date and time when the instance was terminated.

instanceTimeline_readyDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The date and time when the instance was ready to perform tasks.

instanceTimeline_creationDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The creation date and time of the instance.

instanceTimeline_endDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The date and time when the instance was terminated.