| 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.SimulationMetadata
Description
Synopsis
- data SimulationMetadata = SimulationMetadata' {}
- newSimulationMetadata :: SimulationMetadata
- simulationMetadata_arn :: Lens' SimulationMetadata (Maybe Text)
- simulationMetadata_creationTime :: Lens' SimulationMetadata (Maybe UTCTime)
- simulationMetadata_name :: Lens' SimulationMetadata (Maybe Text)
- simulationMetadata_status :: Lens' SimulationMetadata (Maybe SimulationStatus)
- simulationMetadata_targetStatus :: Lens' SimulationMetadata (Maybe SimulationTargetStatus)
Documentation
data SimulationMetadata Source #
A collection of data about the simulation.
See: newSimulationMetadata smart constructor.
Constructors
| SimulationMetadata' | |
Fields
| |
Instances
newSimulationMetadata :: SimulationMetadata Source #
Create a value of SimulationMetadata 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:arn:SimulationMetadata', simulationMetadata_arn - The Amazon Resource Name (ARN) of the simulation. For more information
about ARNs, see
Amazon Resource Names (ARNs)
in the Amazon Web Services General Reference.
$sel:creationTime:SimulationMetadata', simulationMetadata_creationTime - The time when the simulation was created, expressed as the number of
seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January
1, 1970).
$sel:name:SimulationMetadata', simulationMetadata_name - The name of the simulation.
$sel:status:SimulationMetadata', simulationMetadata_status - The current status of the simulation.
$sel:targetStatus:SimulationMetadata', simulationMetadata_targetStatus - The desired status of the simulation.
simulationMetadata_arn :: Lens' SimulationMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
simulationMetadata_creationTime :: Lens' SimulationMetadata (Maybe UTCTime) Source #
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
simulationMetadata_name :: Lens' SimulationMetadata (Maybe Text) Source #
The name of the simulation.
simulationMetadata_status :: Lens' SimulationMetadata (Maybe SimulationStatus) Source #
The current status of the simulation.
simulationMetadata_targetStatus :: Lens' SimulationMetadata (Maybe SimulationTargetStatus) Source #
The desired status of the simulation.