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 |
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a
ResourceNotFoundException
.
Synopsis
- data DeleteHumanLoop = DeleteHumanLoop' {}
- newDeleteHumanLoop :: Text -> DeleteHumanLoop
- deleteHumanLoop_humanLoopName :: Lens' DeleteHumanLoop Text
- data DeleteHumanLoopResponse = DeleteHumanLoopResponse' {
- httpStatus :: Int
- newDeleteHumanLoopResponse :: Int -> DeleteHumanLoopResponse
- deleteHumanLoopResponse_httpStatus :: Lens' DeleteHumanLoopResponse Int
Creating a Request
data DeleteHumanLoop Source #
See: newDeleteHumanLoop
smart constructor.
DeleteHumanLoop' | |
|
Instances
Create a value of DeleteHumanLoop
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:DeleteHumanLoop'
, deleteHumanLoop_humanLoopName
- The name of the human loop that you want to delete.
Request Lenses
deleteHumanLoop_humanLoopName :: Lens' DeleteHumanLoop Text Source #
The name of the human loop that you want to delete.
Destructuring the Response
data DeleteHumanLoopResponse Source #
See: newDeleteHumanLoopResponse
smart constructor.
DeleteHumanLoopResponse' | |
|
Instances
newDeleteHumanLoopResponse Source #
Create a value of DeleteHumanLoopResponse
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:DeleteHumanLoopResponse'
, deleteHumanLoopResponse_httpStatus
- The response's http status code.
Response Lenses
deleteHumanLoopResponse_httpStatus :: Lens' DeleteHumanLoopResponse Int Source #
The response's http status code.