Values.LoaSourceInformation about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
type nonrec t = {loaContent : LoaContent.t option;The binary contents of the LOA-CFA document.
*)loaContentType : LoaContentType.t option;The standard media type for the LOA-CFA document. The only supported value is application/pdf.
*)}type nonrec error = [ | `DirectConnectClientException of DirectConnectClientException.t| `DirectConnectServerException of DirectConnectServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `Blob of LoaContent.t | `Enum of string ]) list ]