| 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.SimulationAppMetadata
Description
Synopsis
- data SimulationAppMetadata = SimulationAppMetadata' {}
- newSimulationAppMetadata :: SimulationAppMetadata
- simulationAppMetadata_domain :: Lens' SimulationAppMetadata (Maybe Text)
- simulationAppMetadata_name :: Lens' SimulationAppMetadata (Maybe Text)
- simulationAppMetadata_simulation :: Lens' SimulationAppMetadata (Maybe Text)
- simulationAppMetadata_status :: Lens' SimulationAppMetadata (Maybe SimulationAppStatus)
- simulationAppMetadata_targetStatus :: Lens' SimulationAppMetadata (Maybe SimulationAppTargetStatus)
Documentation
data SimulationAppMetadata Source #
A collection of metadata about an app.
See: newSimulationAppMetadata smart constructor.
Constructors
| SimulationAppMetadata' | |
Fields
| |
Instances
newSimulationAppMetadata :: SimulationAppMetadata Source #
Create a value of SimulationAppMetadata 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:domain:SimulationAppMetadata', simulationAppMetadata_domain - The domain of the app. For more information about domains, see
Key concepts
in the Amazon Web Services SimSpace Weaver User Guide.
$sel:name:SimulationAppMetadata', simulationAppMetadata_name - The name of the app.
$sel:simulation:SimulationAppMetadata', simulationAppMetadata_simulation - The name of the simulation of the app.
$sel:status:SimulationAppMetadata', simulationAppMetadata_status - The current status of the app.
$sel:targetStatus:SimulationAppMetadata', simulationAppMetadata_targetStatus - The desired status of the app.
simulationAppMetadata_domain :: Lens' SimulationAppMetadata (Maybe Text) Source #
The domain of the app. For more information about domains, see Key concepts in the Amazon Web Services SimSpace Weaver User Guide.
simulationAppMetadata_name :: Lens' SimulationAppMetadata (Maybe Text) Source #
The name of the app.
simulationAppMetadata_simulation :: Lens' SimulationAppMetadata (Maybe Text) Source #
The name of the simulation of the app.
simulationAppMetadata_status :: Lens' SimulationAppMetadata (Maybe SimulationAppStatus) Source #
The current status of the app.
simulationAppMetadata_targetStatus :: Lens' SimulationAppMetadata (Maybe SimulationAppTargetStatus) Source #
The desired status of the app.