Module Values_1.DeleteHumanTaskUiRequestSource

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 ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

Sourcetype nonrec t = {
  1. humanTaskUiName : Values_0.HumanTaskUiName.t;
    (*

    The name of the human task user interface (work task template) you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : humanTaskUiName:Values_0.HumanTaskUiName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HumanTaskUiName.t ]) 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