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 |
Restarts a running simulation job.
Synopsis
- data RestartSimulationJob = RestartSimulationJob' {}
- newRestartSimulationJob :: Text -> RestartSimulationJob
- restartSimulationJob_job :: Lens' RestartSimulationJob Text
- data RestartSimulationJobResponse = RestartSimulationJobResponse' {
- httpStatus :: Int
- newRestartSimulationJobResponse :: Int -> RestartSimulationJobResponse
- restartSimulationJobResponse_httpStatus :: Lens' RestartSimulationJobResponse Int
Creating a Request
data RestartSimulationJob Source #
See: newRestartSimulationJob
smart constructor.
Instances
newRestartSimulationJob Source #
Create a value of RestartSimulationJob
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:RestartSimulationJob'
, restartSimulationJob_job
- The Amazon Resource Name (ARN) of the simulation job.
Request Lenses
restartSimulationJob_job :: Lens' RestartSimulationJob Text Source #
The Amazon Resource Name (ARN) of the simulation job.
Destructuring the Response
data RestartSimulationJobResponse Source #
See: newRestartSimulationJobResponse
smart constructor.
RestartSimulationJobResponse' | |
|
Instances
newRestartSimulationJobResponse Source #
Create a value of RestartSimulationJobResponse
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:RestartSimulationJobResponse'
, restartSimulationJobResponse_httpStatus
- The response's http status code.
Response Lenses
restartSimulationJobResponse_httpStatus :: Lens' RestartSimulationJobResponse Int Source #
The response's http status code.