| 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.RestartSimulationJob
Description
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.
Constructors
| RestartSimulationJob' | |
Instances
newRestartSimulationJob Source #
Arguments
| :: Text | |
| -> RestartSimulationJob |
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.
Constructors
| RestartSimulationJobResponse' | |
Fields
| |
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.