amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.Types.ClusterTimeline

Description

 
Synopsis

Documentation

data ClusterTimeline Source #

Represents the timeline of the cluster's lifecycle.

See: newClusterTimeline smart constructor.

Constructors

ClusterTimeline' 

Fields

Instances

Instances details
FromJSON ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Generic ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Associated Types

type Rep ClusterTimeline :: Type -> Type #

Read ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Show ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

NFData ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Methods

rnf :: ClusterTimeline -> () #

Eq ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Hashable ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

type Rep ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

type Rep ClusterTimeline = D1 ('MetaData "ClusterTimeline" "Amazonka.EMR.Types.ClusterTimeline" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "ClusterTimeline'" '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 "readyDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newClusterTimeline :: ClusterTimeline Source #

Create a value of ClusterTimeline 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:ClusterTimeline', clusterTimeline_creationDateTime - The creation date and time of the cluster.

$sel:endDateTime:ClusterTimeline', clusterTimeline_endDateTime - The date and time when the cluster was terminated.

$sel:readyDateTime:ClusterTimeline', clusterTimeline_readyDateTime - The date and time when the cluster was ready to run steps.

clusterTimeline_creationDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The creation date and time of the cluster.

clusterTimeline_endDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The date and time when the cluster was terminated.

clusterTimeline_readyDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The date and time when the cluster was ready to run steps.