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.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
Eq ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Read ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Show 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 #

NFData ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Methods

rnf :: ClusterTimeline -> () #

Hashable ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

FromJSON 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" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterTimeline'" '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)))))

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:readyDateTime:ClusterTimeline', clusterTimeline_readyDateTime - The date and time when the cluster was ready to run steps.

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

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

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.