Module Values.ExportsInfoSource

Sourcetype nonrec t = ExportInfo.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ExportInfo.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of ConfigurationsExportId.t | `Timestamp of ExportRequestTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ExportInfo.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ExportInfo.t list
Sourceval to_json : ExportInfo.t list -> Yojson.Safe.t