| 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.RobOMaker.BatchDescribeSimulationJob
Description
Describes one or more simulation jobs.
Synopsis
- data BatchDescribeSimulationJob = BatchDescribeSimulationJob' {}
- newBatchDescribeSimulationJob :: NonEmpty Text -> BatchDescribeSimulationJob
- batchDescribeSimulationJob_jobs :: Lens' BatchDescribeSimulationJob (NonEmpty Text)
- data BatchDescribeSimulationJobResponse = BatchDescribeSimulationJobResponse' {
- jobs :: Maybe [SimulationJob]
- unprocessedJobs :: Maybe (NonEmpty Text)
- httpStatus :: Int
- newBatchDescribeSimulationJobResponse :: Int -> BatchDescribeSimulationJobResponse
- batchDescribeSimulationJobResponse_jobs :: Lens' BatchDescribeSimulationJobResponse (Maybe [SimulationJob])
- batchDescribeSimulationJobResponse_unprocessedJobs :: Lens' BatchDescribeSimulationJobResponse (Maybe (NonEmpty Text))
- batchDescribeSimulationJobResponse_httpStatus :: Lens' BatchDescribeSimulationJobResponse Int
Creating a Request
data BatchDescribeSimulationJob Source #
See: newBatchDescribeSimulationJob smart constructor.
Constructors
| BatchDescribeSimulationJob' | |
Instances
newBatchDescribeSimulationJob Source #
Arguments
| :: NonEmpty Text | |
| -> BatchDescribeSimulationJob |
Create a value of BatchDescribeSimulationJob 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:
BatchDescribeSimulationJob, batchDescribeSimulationJob_jobs - A list of Amazon Resource Names (ARNs) of simulation jobs to describe.
Request Lenses
batchDescribeSimulationJob_jobs :: Lens' BatchDescribeSimulationJob (NonEmpty Text) Source #
A list of Amazon Resource Names (ARNs) of simulation jobs to describe.
Destructuring the Response
data BatchDescribeSimulationJobResponse Source #
See: newBatchDescribeSimulationJobResponse smart constructor.
Constructors
| BatchDescribeSimulationJobResponse' | |
Fields
| |
Instances
newBatchDescribeSimulationJobResponse Source #
Arguments
| :: Int | |
| -> BatchDescribeSimulationJobResponse |
Create a value of BatchDescribeSimulationJobResponse 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:
BatchDescribeSimulationJob, batchDescribeSimulationJobResponse_jobs - A list of simulation jobs.
$sel:unprocessedJobs:BatchDescribeSimulationJobResponse', batchDescribeSimulationJobResponse_unprocessedJobs - A list of unprocessed simulation job Amazon Resource Names (ARNs).
$sel:httpStatus:BatchDescribeSimulationJobResponse', batchDescribeSimulationJobResponse_httpStatus - The response's http status code.
Response Lenses
batchDescribeSimulationJobResponse_jobs :: Lens' BatchDescribeSimulationJobResponse (Maybe [SimulationJob]) Source #
A list of simulation jobs.
batchDescribeSimulationJobResponse_unprocessedJobs :: Lens' BatchDescribeSimulationJobResponse (Maybe (NonEmpty Text)) Source #
A list of unprocessed simulation job Amazon Resource Names (ARNs).
batchDescribeSimulationJobResponse_httpStatus :: Lens' BatchDescribeSimulationJobResponse Int Source #
The response's http status code.