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 StepTimeline Source #
The timeline of the cluster step lifecycle.
See: newStepTimeline
smart constructor.
StepTimeline' | |
|
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.