| 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.SimSpaceWeaver.Types.SimulationClock
Description
Documentation
data SimulationClock Source #
Status information about the simulation clock.
See: newSimulationClock smart constructor.
Constructors
| SimulationClock' | |
Fields
| |
Instances
newSimulationClock :: SimulationClock Source #
Create a value of SimulationClock 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:status:SimulationClock', simulationClock_status - The current status of the simulation clock.
$sel:targetStatus:SimulationClock', simulationClock_targetStatus - The desired status of the simulation clock.
simulationClock_status :: Lens' SimulationClock (Maybe ClockStatus) Source #
The current status of the simulation clock.
simulationClock_targetStatus :: Lens' SimulationClock (Maybe ClockTargetStatus) Source #
The desired status of the simulation clock.