| 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.CancelSimulationJob
Description
Cancels the specified simulation job.
Synopsis
- data CancelSimulationJob = CancelSimulationJob' {}
- newCancelSimulationJob :: Text -> CancelSimulationJob
- cancelSimulationJob_job :: Lens' CancelSimulationJob Text
- data CancelSimulationJobResponse = CancelSimulationJobResponse' {
- httpStatus :: Int
- newCancelSimulationJobResponse :: Int -> CancelSimulationJobResponse
- cancelSimulationJobResponse_httpStatus :: Lens' CancelSimulationJobResponse Int
Creating a Request
data CancelSimulationJob Source #
See: newCancelSimulationJob smart constructor.
Constructors
| CancelSimulationJob' | |
Instances
newCancelSimulationJob Source #
Arguments
| :: Text | |
| -> CancelSimulationJob |
Create a value of CancelSimulationJob 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:job:CancelSimulationJob', cancelSimulationJob_job - The simulation job ARN to cancel.
Request Lenses
cancelSimulationJob_job :: Lens' CancelSimulationJob Text Source #
The simulation job ARN to cancel.
Destructuring the Response
data CancelSimulationJobResponse Source #
See: newCancelSimulationJobResponse smart constructor.
Constructors
| CancelSimulationJobResponse' | |
Fields
| |
Instances
newCancelSimulationJobResponse Source #
Create a value of CancelSimulationJobResponse 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:CancelSimulationJobResponse', cancelSimulationJobResponse_httpStatus - The response's http status code.
Response Lenses
cancelSimulationJobResponse_httpStatus :: Lens' CancelSimulationJobResponse Int Source #
The response's http status code.