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

Description

 
Synopsis

Documentation

data InstanceGroupTimeline Source #

The timeline of the instance group lifecycle.

See: newInstanceGroupTimeline smart constructor.

Constructors

InstanceGroupTimeline' 

Fields

Instances

Instances details
Eq InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Read InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Show InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Generic InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Associated Types

type Rep InstanceGroupTimeline :: Type -> Type #

NFData InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Methods

rnf :: InstanceGroupTimeline -> () #

Hashable InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

FromJSON InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

type Rep InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

type Rep InstanceGroupTimeline = D1 ('MetaData "InstanceGroupTimeline" "Amazonka.EMR.Types.InstanceGroupTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroupTimeline'" '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)))))

newInstanceGroupTimeline :: InstanceGroupTimeline Source #

Create a value of InstanceGroupTimeline 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:InstanceGroupTimeline', instanceGroupTimeline_readyDateTime - The date and time when the instance group became ready to perform tasks.

$sel:creationDateTime:InstanceGroupTimeline', instanceGroupTimeline_creationDateTime - The creation date and time of the instance group.

$sel:endDateTime:InstanceGroupTimeline', instanceGroupTimeline_endDateTime - The date and time when the instance group terminated.

instanceGroupTimeline_readyDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

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

instanceGroupTimeline_creationDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

The creation date and time of the instance group.

instanceGroupTimeline_endDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

The date and time when the instance group terminated.