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 |
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.
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.
CancelSimulationJobBatchResponse' | |
|
Instances
Eq CancelSimulationJobBatchResponse Source # | |
Read CancelSimulationJobBatchResponse Source # | |
Show CancelSimulationJobBatchResponse Source # | |
Generic CancelSimulationJobBatchResponse Source # | |
NFData CancelSimulationJobBatchResponse Source # | |
Defined in Amazonka.RobOMaker.CancelSimulationJobBatch rnf :: CancelSimulationJobBatchResponse -> () # | |
type Rep CancelSimulationJobBatchResponse Source # | |
Defined in Amazonka.RobOMaker.CancelSimulationJobBatch type Rep CancelSimulationJobBatchResponse = D1 ('MetaData "CancelSimulationJobBatchResponse" "Amazonka.RobOMaker.CancelSimulationJobBatch" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CancelSimulationJobBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.