Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ClusterTimeline Source #
Represents the timeline of the cluster's lifecycle.
See: newClusterTimeline
smart constructor.
ClusterTimeline' | |
|
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: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.