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

Description

 
Synopsis

Documentation

data InstanceFleetTimeline Source #

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

See: newInstanceFleetTimeline smart constructor.

Constructors

InstanceFleetTimeline' 

Fields

Instances

Instances details
Eq InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Read InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Show InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Generic InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Associated Types

type Rep InstanceFleetTimeline :: Type -> Type #

NFData InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Methods

rnf :: InstanceFleetTimeline -> () #

Hashable InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

FromJSON InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

type Rep InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

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

newInstanceFleetTimeline :: InstanceFleetTimeline Source #

Create a value of InstanceFleetTimeline 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:InstanceFleetTimeline', instanceFleetTimeline_readyDateTime - The time and date the instance fleet was ready to run jobs.

$sel:creationDateTime:InstanceFleetTimeline', instanceFleetTimeline_creationDateTime - The time and date the instance fleet was created.

$sel:endDateTime:InstanceFleetTimeline', instanceFleetTimeline_endDateTime - The time and date the instance fleet terminated.

instanceFleetTimeline_readyDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet was ready to run jobs.

instanceFleetTimeline_creationDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet was created.

instanceFleetTimeline_endDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet terminated.