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