| 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.SageMakerA2IRuntime.StopHumanLoop
Description
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.
Constructors
| StopHumanLoop' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StopHumanLoop |
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:
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.
Constructors
| StopHumanLoopResponse' | |
Fields
| |
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.