| 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.DescribeHumanTaskUi
Description
Returns information about the requested human task user interface (worker task template).
Synopsis
- data DescribeHumanTaskUi = DescribeHumanTaskUi' {}
 - newDescribeHumanTaskUi :: Text -> DescribeHumanTaskUi
 - describeHumanTaskUi_humanTaskUiName :: Lens' DescribeHumanTaskUi Text
 - data DescribeHumanTaskUiResponse = DescribeHumanTaskUiResponse' {}
 - newDescribeHumanTaskUiResponse :: Int -> Text -> Text -> UTCTime -> UiTemplateInfo -> DescribeHumanTaskUiResponse
 - describeHumanTaskUiResponse_humanTaskUiStatus :: Lens' DescribeHumanTaskUiResponse (Maybe HumanTaskUiStatus)
 - describeHumanTaskUiResponse_httpStatus :: Lens' DescribeHumanTaskUiResponse Int
 - describeHumanTaskUiResponse_humanTaskUiArn :: Lens' DescribeHumanTaskUiResponse Text
 - describeHumanTaskUiResponse_humanTaskUiName :: Lens' DescribeHumanTaskUiResponse Text
 - describeHumanTaskUiResponse_creationTime :: Lens' DescribeHumanTaskUiResponse UTCTime
 - describeHumanTaskUiResponse_uiTemplate :: Lens' DescribeHumanTaskUiResponse UiTemplateInfo
 
Creating a Request
data DescribeHumanTaskUi Source #
See: newDescribeHumanTaskUi smart constructor.
Constructors
| DescribeHumanTaskUi' | |
Fields 
  | |
Instances
newDescribeHumanTaskUi Source #
Arguments
| :: Text | |
| -> DescribeHumanTaskUi | 
Create a value of DescribeHumanTaskUi 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:
DescribeHumanTaskUi, describeHumanTaskUi_humanTaskUiName - The name of the human task user interface (worker task template) you
 want information about.
Request Lenses
describeHumanTaskUi_humanTaskUiName :: Lens' DescribeHumanTaskUi Text Source #
The name of the human task user interface (worker task template) you want information about.
Destructuring the Response
data DescribeHumanTaskUiResponse Source #
See: newDescribeHumanTaskUiResponse smart constructor.
Constructors
| DescribeHumanTaskUiResponse' | |
Fields 
  | |
Instances
newDescribeHumanTaskUiResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> UiTemplateInfo | |
| -> DescribeHumanTaskUiResponse | 
Create a value of DescribeHumanTaskUiResponse 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:humanTaskUiStatus:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_humanTaskUiStatus - The status of the human task user interface (worker task template).
 Valid values are listed below.
$sel:httpStatus:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_httpStatus - The response's http status code.
DescribeHumanTaskUiResponse, describeHumanTaskUiResponse_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface (worker
 task template).
DescribeHumanTaskUi, describeHumanTaskUiResponse_humanTaskUiName - The name of the human task user interface (worker task template).
DescribeHumanTaskUiResponse, describeHumanTaskUiResponse_creationTime - The timestamp when the human task user interface was created.
$sel:uiTemplate:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_uiTemplate - Undocumented member.
Response Lenses
describeHumanTaskUiResponse_humanTaskUiStatus :: Lens' DescribeHumanTaskUiResponse (Maybe HumanTaskUiStatus) Source #
The status of the human task user interface (worker task template). Valid values are listed below.
describeHumanTaskUiResponse_httpStatus :: Lens' DescribeHumanTaskUiResponse Int Source #
The response's http status code.
describeHumanTaskUiResponse_humanTaskUiArn :: Lens' DescribeHumanTaskUiResponse Text Source #
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
describeHumanTaskUiResponse_humanTaskUiName :: Lens' DescribeHumanTaskUiResponse Text Source #
The name of the human task user interface (worker task template).
describeHumanTaskUiResponse_creationTime :: Lens' DescribeHumanTaskUiResponse UTCTime Source #
The timestamp when the human task user interface was created.
describeHumanTaskUiResponse_uiTemplate :: Lens' DescribeHumanTaskUiResponse UiTemplateInfo Source #
Undocumented member.