| 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.InstanceTimeline
Description
Synopsis
- data InstanceTimeline = InstanceTimeline' {}
- newInstanceTimeline :: InstanceTimeline
- instanceTimeline_creationDateTime :: Lens' InstanceTimeline (Maybe UTCTime)
- instanceTimeline_endDateTime :: Lens' InstanceTimeline (Maybe UTCTime)
- instanceTimeline_readyDateTime :: Lens' InstanceTimeline (Maybe UTCTime)
Documentation
data InstanceTimeline Source #
The timeline of the instance lifecycle.
See: newInstanceTimeline smart constructor.
Constructors
| InstanceTimeline' | |
Fields
| |
Instances
newInstanceTimeline :: InstanceTimeline Source #
Create a value of InstanceTimeline 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:InstanceTimeline', instanceTimeline_creationDateTime - The creation date and time of the instance.
$sel:endDateTime:InstanceTimeline', instanceTimeline_endDateTime - The date and time when the instance was terminated.
$sel:readyDateTime:InstanceTimeline', instanceTimeline_readyDateTime - The date and time when the instance was ready to perform tasks.
instanceTimeline_creationDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #
The creation date and time of the instance.
instanceTimeline_endDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #
The date and time when the instance was terminated.
instanceTimeline_readyDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #
The date and time when the instance was ready to perform tasks.