| 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.CancelSimulationJobBatch
Description
Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.
Synopsis
- data CancelSimulationJobBatch = CancelSimulationJobBatch' {}
- newCancelSimulationJobBatch :: Text -> CancelSimulationJobBatch
- cancelSimulationJobBatch_batch :: Lens' CancelSimulationJobBatch Text
- data CancelSimulationJobBatchResponse = CancelSimulationJobBatchResponse' {
- httpStatus :: Int
- newCancelSimulationJobBatchResponse :: Int -> CancelSimulationJobBatchResponse
- cancelSimulationJobBatchResponse_httpStatus :: Lens' CancelSimulationJobBatchResponse Int
Creating a Request
data CancelSimulationJobBatch Source #
See: newCancelSimulationJobBatch smart constructor.
Constructors
| CancelSimulationJobBatch' | |
Instances
newCancelSimulationJobBatch Source #
Create a value of CancelSimulationJobBatch 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:batch:CancelSimulationJobBatch', cancelSimulationJobBatch_batch - The id of the batch to cancel.
Request Lenses
cancelSimulationJobBatch_batch :: Lens' CancelSimulationJobBatch Text Source #
The id of the batch to cancel.
Destructuring the Response
data CancelSimulationJobBatchResponse Source #
See: newCancelSimulationJobBatchResponse smart constructor.
Constructors
| CancelSimulationJobBatchResponse' | |
Fields
| |
Instances
newCancelSimulationJobBatchResponse Source #
Create a value of CancelSimulationJobBatchResponse 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:httpStatus:CancelSimulationJobBatchResponse', cancelSimulationJobBatchResponse_httpStatus - The response's http status code.
Response Lenses
cancelSimulationJobBatchResponse_httpStatus :: Lens' CancelSimulationJobBatchResponse Int Source #
The response's http status code.