Values_2.RenderUiTemplateRequestSourceRenders the UI template so that you can preview the worker's experience.
type nonrec t = {uiTemplate : Values_0.UiTemplate.t option;A Template object containing the worker UI template to render.
*)task : RenderableTask.t;A RenderableTask object containing a representative task to render.
*)roleArn : Values_0.RoleArn.t;The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
*)humanTaskUiArn : Values_0.HumanTaskUiArn.t option;The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter. See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
*)}val make :
?uiTemplate:??? ->
?humanTaskUiArn:??? ->
task:RenderableTask.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.RoleArn.t
| `Structure of (string * [> `String of string ]) list ])
list ]