| 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.SimSpaceWeaver.StopClock
Description
Stops the simulation clock.
Synopsis
Creating a Request
See: newStopClock smart constructor.
Constructors
| StopClock' | |
Fields
| |
Instances
Create a value of StopClock 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:
StopClock, stopClock_simulation - The name of the simulation.
Request Lenses
Destructuring the Response
data StopClockResponse Source #
See: newStopClockResponse smart constructor.
Constructors
| StopClockResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> StopClockResponse |
Create a value of StopClockResponse 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:StopClockResponse', stopClockResponse_httpStatus - The response's http status code.
Response Lenses
stopClockResponse_httpStatus :: Lens' StopClockResponse Int Source #
The response's http status code.