| 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.DrS.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_lastLaunch :: Lens' LifeCycle (Maybe LifeCycleLastLaunch)
- lifeCycle_lastSeenByServiceDateTime :: Lens' LifeCycle (Maybe Text)
Documentation
An object representing the Source Server 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 - The date and time of when the Source Server was added to the service.
$sel:elapsedReplicationDuration:LifeCycle', lifeCycle_elapsedReplicationDuration - The amount of time that the Source Server has been replicating for.
$sel:firstByteDateTime:LifeCycle', lifeCycle_firstByteDateTime - The date and time of the first byte that was replicated from the Source
Server.
$sel:lastLaunch:LifeCycle', lifeCycle_lastLaunch - An object containing information regarding the last launch of the Source
Server.
$sel:lastSeenByServiceDateTime:LifeCycle', lifeCycle_lastSeenByServiceDateTime - The date and time this Source Server was last seen by the service.
lifeCycle_addedToServiceDateTime :: Lens' LifeCycle (Maybe Text) Source #
The date and time of when the Source Server was added to the service.
lifeCycle_elapsedReplicationDuration :: Lens' LifeCycle (Maybe Text) Source #
The amount of time that the Source Server has been replicating for.
lifeCycle_firstByteDateTime :: Lens' LifeCycle (Maybe Text) Source #
The date and time of the first byte that was replicated from the Source Server.
lifeCycle_lastLaunch :: Lens' LifeCycle (Maybe LifeCycleLastLaunch) Source #
An object containing information regarding the last launch of the Source Server.