Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SimulationJobSummary = SimulationJobSummary' {}
- newSimulationJobSummary :: SimulationJobSummary
- simulationJobSummary_status :: Lens' SimulationJobSummary (Maybe SimulationJobStatus)
- simulationJobSummary_robotApplicationNames :: Lens' SimulationJobSummary (Maybe [Text])
- simulationJobSummary_lastUpdatedAt :: Lens' SimulationJobSummary (Maybe UTCTime)
- simulationJobSummary_arn :: Lens' SimulationJobSummary (Maybe Text)
- simulationJobSummary_name :: Lens' SimulationJobSummary (Maybe Text)
- simulationJobSummary_simulationApplicationNames :: Lens' SimulationJobSummary (Maybe [Text])
- simulationJobSummary_computeType :: Lens' SimulationJobSummary (Maybe ComputeType)
- simulationJobSummary_dataSourceNames :: Lens' SimulationJobSummary (Maybe [Text])
Documentation
data SimulationJobSummary Source #
Summary information for a simulation job.
See: newSimulationJobSummary
smart constructor.
SimulationJobSummary' | |
|
Instances
newSimulationJobSummary :: SimulationJobSummary Source #
Create a value of SimulationJobSummary
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:SimulationJobSummary'
, simulationJobSummary_status
- The status of the simulation job.
$sel:robotApplicationNames:SimulationJobSummary'
, simulationJobSummary_robotApplicationNames
- A list of simulation job robot application names.
$sel:lastUpdatedAt:SimulationJobSummary'
, simulationJobSummary_lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation job was
last updated.
$sel:arn:SimulationJobSummary'
, simulationJobSummary_arn
- The Amazon Resource Name (ARN) of the simulation job.
$sel:name:SimulationJobSummary'
, simulationJobSummary_name
- The name of the simulation job.
$sel:simulationApplicationNames:SimulationJobSummary'
, simulationJobSummary_simulationApplicationNames
- A list of simulation job simulation application names.
$sel:computeType:SimulationJobSummary'
, simulationJobSummary_computeType
- The compute type for the simulation job summary.
$sel:dataSourceNames:SimulationJobSummary'
, simulationJobSummary_dataSourceNames
- The names of the data sources.
simulationJobSummary_status :: Lens' SimulationJobSummary (Maybe SimulationJobStatus) Source #
The status of the simulation job.
simulationJobSummary_robotApplicationNames :: Lens' SimulationJobSummary (Maybe [Text]) Source #
A list of simulation job robot application names.
simulationJobSummary_lastUpdatedAt :: Lens' SimulationJobSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the simulation job was last updated.
simulationJobSummary_arn :: Lens' SimulationJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the simulation job.
simulationJobSummary_name :: Lens' SimulationJobSummary (Maybe Text) Source #
The name of the simulation job.
simulationJobSummary_simulationApplicationNames :: Lens' SimulationJobSummary (Maybe [Text]) Source #
A list of simulation job simulation application names.
simulationJobSummary_computeType :: Lens' SimulationJobSummary (Maybe ComputeType) Source #
The compute type for the simulation job summary.
simulationJobSummary_dataSourceNames :: Lens' SimulationJobSummary (Maybe [Text]) Source #
The names of the data sources.