Module Values_2.RenderUiTemplateRequestSource

Renders the UI template so that you can preview the worker's experience.

Sourcetype nonrec t = {
  1. uiTemplate : Values_0.UiTemplate.t option;
    (*

    A Template object containing the worker UI template to render.

    *)
  2. task : RenderableTask.t;
    (*

    A RenderableTask object containing a representative task to render.

    *)
  3. roleArn : Values_0.RoleArn.t;
    (*

    The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?uiTemplate:??? -> ?humanTaskUiArn:??? -> task:RenderableTask.t -> roleArn:Values_0.RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RoleArn.t | `Structure of (string * [> `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t