| 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.LiveSimulationState
Description
Documentation
data LiveSimulationState Source #
A collection of additional state information, such as domain and clock configuration.
See: newLiveSimulationState smart constructor.
Constructors
| LiveSimulationState' | |
Fields
| |
Instances
newLiveSimulationState :: LiveSimulationState Source #
Create a value of LiveSimulationState 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:clocks:LiveSimulationState', liveSimulationState_clocks - A list of simulation clocks.
At this time, a simulation has only one clock.
$sel:domains:LiveSimulationState', liveSimulationState_domains - A list of domains for the simulation. For more information about
domains, see
Key concepts
in the Amazon Web Services SimSpace Weaver User Guide.
liveSimulationState_clocks :: Lens' LiveSimulationState (Maybe [SimulationClock]) Source #
A list of simulation clocks.
At this time, a simulation has only one clock.
liveSimulationState_domains :: Lens' LiveSimulationState (Maybe [Domain]) Source #
A list of domains for the simulation. For more information about domains, see Key concepts in the Amazon Web Services SimSpace Weaver User Guide.