| 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.SageMaker.DeleteHumanTaskUi
Description
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.
Constructors
| DeleteHumanTaskUi' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> DeleteHumanTaskUi | 
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:
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.
Constructors
| DeleteHumanTaskUiResponse' | |
Fields 
  | |
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.