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 |
Use this operation to delete a human task user interface (worker task template).
To see a list of human task user interfaces (work task templates) in
your account, use . When you delete a worker task template, it no longer
appears when you call ListHumanTaskUis
.
Synopsis
- data DeleteHumanTaskUi = DeleteHumanTaskUi' {}
- newDeleteHumanTaskUi :: Text -> DeleteHumanTaskUi
- deleteHumanTaskUi_humanTaskUiName :: Lens' DeleteHumanTaskUi Text
- data DeleteHumanTaskUiResponse = DeleteHumanTaskUiResponse' {
- httpStatus :: Int
- newDeleteHumanTaskUiResponse :: Int -> DeleteHumanTaskUiResponse
- deleteHumanTaskUiResponse_httpStatus :: Lens' DeleteHumanTaskUiResponse Int
Creating a Request
data DeleteHumanTaskUi Source #
See: newDeleteHumanTaskUi
smart constructor.
DeleteHumanTaskUi' | |
|
Instances
Create a value of DeleteHumanTaskUi
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:humanTaskUiName:DeleteHumanTaskUi'
, deleteHumanTaskUi_humanTaskUiName
- The name of the human task user interface (work task template) you want
to delete.
Request Lenses
deleteHumanTaskUi_humanTaskUiName :: Lens' DeleteHumanTaskUi Text Source #
The name of the human task user interface (work task template) you want to delete.
Destructuring the Response
data DeleteHumanTaskUiResponse Source #
See: newDeleteHumanTaskUiResponse
smart constructor.
DeleteHumanTaskUiResponse' | |
|
Instances
newDeleteHumanTaskUiResponse Source #
Create a value of DeleteHumanTaskUiResponse
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:DeleteHumanTaskUiResponse'
, deleteHumanTaskUiResponse_httpStatus
- The response's http status code.
Response Lenses
deleteHumanTaskUiResponse_httpStatus :: Lens' DeleteHumanTaskUiResponse Int Source #
The response's http status code.