| 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.StepTimeline
Description
Documentation
data StepTimeline Source #
The timeline of the cluster step lifecycle.
See: newStepTimeline smart constructor.
Constructors
| StepTimeline' | |
Fields
| |
Instances
newStepTimeline :: StepTimeline Source #
Create a value of StepTimeline 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:StepTimeline', stepTimeline_creationDateTime - The date and time when the cluster step was created.
$sel:endDateTime:StepTimeline', stepTimeline_endDateTime - The date and time when the cluster step execution completed or failed.
$sel:startDateTime:StepTimeline', stepTimeline_startDateTime - The date and time when the cluster step execution started.
stepTimeline_creationDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #
The date and time when the cluster step was created.
stepTimeline_endDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #
The date and time when the cluster step execution completed or failed.
stepTimeline_startDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #
The date and time when the cluster step execution started.