| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMR.Types.ClusterTimeline
Description
Documentation
data ClusterTimeline Source #
Represents the timeline of the cluster's lifecycle.
See: newClusterTimeline smart constructor.
Constructors
| ClusterTimeline' | |
Fields
| |
Instances
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.