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 |
Stops the specified human loop.
Synopsis
- data StopHumanLoop = StopHumanLoop' {}
- newStopHumanLoop :: Text -> StopHumanLoop
- stopHumanLoop_humanLoopName :: Lens' StopHumanLoop Text
- data StopHumanLoopResponse = StopHumanLoopResponse' {
- httpStatus :: Int
- newStopHumanLoopResponse :: Int -> StopHumanLoopResponse
- stopHumanLoopResponse_httpStatus :: Lens' StopHumanLoopResponse Int
Creating a Request
data StopHumanLoop Source #
See: newStopHumanLoop
smart constructor.
StopHumanLoop' | |
|
Instances
Create a value of StopHumanLoop
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:humanLoopName:StopHumanLoop'
, stopHumanLoop_humanLoopName
- The name of the human loop that you want to stop.
Request Lenses
stopHumanLoop_humanLoopName :: Lens' StopHumanLoop Text Source #
The name of the human loop that you want to stop.
Destructuring the Response
data StopHumanLoopResponse Source #
See: newStopHumanLoopResponse
smart constructor.
StopHumanLoopResponse' | |
|
Instances
newStopHumanLoopResponse Source #
Create a value of StopHumanLoopResponse
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:StopHumanLoopResponse'
, stopHumanLoopResponse_httpStatus
- The response's http status code.
Response Lenses
stopHumanLoopResponse_httpStatus :: Lens' StopHumanLoopResponse Int Source #
The response's http status code.