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