Values.GetPersistentAppUIPresignedURLOutputSourceThe presigned URL properties for the cluster's application user interface.
type nonrec t = {presignedURLReady : Boolean.t option;Used to determine if the presigned URL is ready.
*)presignedURL : XmlString.t option;The returned presigned URL.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of XmlString.t ]) list ]