| 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.MGN.Types.LifeCycle
Description
Synopsis
- data LifeCycle = LifeCycle' {}
- newLifeCycle :: LifeCycle
- lifeCycle_addedToServiceDateTime :: Lens' LifeCycle (Maybe Text)
- lifeCycle_elapsedReplicationDuration :: Lens' LifeCycle (Maybe Text)
- lifeCycle_firstByteDateTime :: Lens' LifeCycle (Maybe Text)
- lifeCycle_lastCutover :: Lens' LifeCycle (Maybe LifeCycleLastCutover)
- lifeCycle_lastSeenByServiceDateTime :: Lens' LifeCycle (Maybe Text)
- lifeCycle_lastTest :: Lens' LifeCycle (Maybe LifeCycleLastTest)
- lifeCycle_state :: Lens' LifeCycle (Maybe LifeCycleState)
Documentation
Lifecycle.
See: newLifeCycle smart constructor.
Constructors
| LifeCycle' | |
Fields
| |
Instances
newLifeCycle :: LifeCycle Source #
Create a value of LifeCycle 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:addedToServiceDateTime:LifeCycle', lifeCycle_addedToServiceDateTime - Lifecycle added to service data and time.
$sel:elapsedReplicationDuration:LifeCycle', lifeCycle_elapsedReplicationDuration - Lifecycle elapsed time and duration.
$sel:firstByteDateTime:LifeCycle', lifeCycle_firstByteDateTime - Lifecycle replication initiation date and time.
$sel:lastCutover:LifeCycle', lifeCycle_lastCutover - Lifecycle last Cutover.
$sel:lastSeenByServiceDateTime:LifeCycle', lifeCycle_lastSeenByServiceDateTime - Lifecycle last seen date and time.
$sel:lastTest:LifeCycle', lifeCycle_lastTest - Lifecycle last Test.
$sel:state:LifeCycle', lifeCycle_state - Lifecycle state.
lifeCycle_addedToServiceDateTime :: Lens' LifeCycle (Maybe Text) Source #
Lifecycle added to service data and time.
lifeCycle_elapsedReplicationDuration :: Lens' LifeCycle (Maybe Text) Source #
Lifecycle elapsed time and duration.
lifeCycle_firstByteDateTime :: Lens' LifeCycle (Maybe Text) Source #
Lifecycle replication initiation date and time.
lifeCycle_lastCutover :: Lens' LifeCycle (Maybe LifeCycleLastCutover) Source #
Lifecycle last Cutover.
lifeCycle_lastSeenByServiceDateTime :: Lens' LifeCycle (Maybe Text) Source #
Lifecycle last seen date and time.
lifeCycle_lastTest :: Lens' LifeCycle (Maybe LifeCycleLastTest) Source #
Lifecycle last Test.
lifeCycle_state :: Lens' LifeCycle (Maybe LifeCycleState) Source #
Lifecycle state.