Module Values.TrustsSource

Sourcetype nonrec t = Trust.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Trust.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of DirectoryId.t | `Timestamp of CreatedDateTime.t ]) list ] list ]
Sourceval to_query : Trust.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Trust.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Trust.t list
Sourceval to_json : Trust.t list -> Yojson.Safe.t