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 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.
Instances
newCancelSimulationJob Source #
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.
CancelSimulationJobResponse' | |
|
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.