Values.PersistentAppUISourceHolds persistent application user interface information. Applications installed on the Amazon EMR cluster publish user interfaces as web sites to monitor cluster activity.
type nonrec t = {persistentAppUIId : XmlStringMaxLen256.t option;The identifier for the persistent application user interface object.
*)persistentAppUITypeList : PersistentAppUITypeList.t option;The type list for the persistent application user interface object. Valid values include SHS, YTS, or TEZ.
*)persistentAppUIStatus : XmlStringMaxLen256.t option;The status for the persistent application user interface object.
*)creationTime : Date.t option;The creation date and time for the persistent application user interface object.
*)lastModifiedTime : Date.t option;The date and time the persistent application user interface object was last changed.
*)lastStateChangeReason : XmlString.t option;The reason the persistent application user interface object was last changed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of XmlStringMaxLen256.t
| `Timestamp of Date.t ])
list ]