| 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.WaveAggregatedStatus
Description
Synopsis
- data WaveAggregatedStatus = WaveAggregatedStatus' {}
- newWaveAggregatedStatus :: WaveAggregatedStatus
- waveAggregatedStatus_healthStatus :: Lens' WaveAggregatedStatus (Maybe WaveHealthStatus)
- waveAggregatedStatus_lastUpdateDateTime :: Lens' WaveAggregatedStatus (Maybe Text)
- waveAggregatedStatus_progressStatus :: Lens' WaveAggregatedStatus (Maybe WaveProgressStatus)
- waveAggregatedStatus_replicationStartedDateTime :: Lens' WaveAggregatedStatus (Maybe Text)
- waveAggregatedStatus_totalApplications :: Lens' WaveAggregatedStatus (Maybe Natural)
Documentation
data WaveAggregatedStatus Source #
Wave aggregated status.
See: newWaveAggregatedStatus smart constructor.
Constructors
| WaveAggregatedStatus' | |
Fields
| |
Instances
newWaveAggregatedStatus :: WaveAggregatedStatus Source #
Create a value of WaveAggregatedStatus 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:healthStatus:WaveAggregatedStatus', waveAggregatedStatus_healthStatus - Wave aggregated status health status.
$sel:lastUpdateDateTime:WaveAggregatedStatus', waveAggregatedStatus_lastUpdateDateTime - Wave aggregated status last update dateTime.
$sel:progressStatus:WaveAggregatedStatus', waveAggregatedStatus_progressStatus - Wave aggregated status progress status.
$sel:replicationStartedDateTime:WaveAggregatedStatus', waveAggregatedStatus_replicationStartedDateTime - DateTime marking when the first source server in the wave started
replication.
$sel:totalApplications:WaveAggregatedStatus', waveAggregatedStatus_totalApplications - Wave aggregated status total applications amount.
waveAggregatedStatus_healthStatus :: Lens' WaveAggregatedStatus (Maybe WaveHealthStatus) Source #
Wave aggregated status health status.
waveAggregatedStatus_lastUpdateDateTime :: Lens' WaveAggregatedStatus (Maybe Text) Source #
Wave aggregated status last update dateTime.
waveAggregatedStatus_progressStatus :: Lens' WaveAggregatedStatus (Maybe WaveProgressStatus) Source #
Wave aggregated status progress status.
waveAggregatedStatus_replicationStartedDateTime :: Lens' WaveAggregatedStatus (Maybe Text) Source #
DateTime marking when the first source server in the wave started replication.
waveAggregatedStatus_totalApplications :: Lens' WaveAggregatedStatus (Maybe Natural) Source #
Wave aggregated status total applications amount.