Module Values.AuditFindingsSource

Sourcetype nonrec t = AuditFinding.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : AuditFinding.t list -> [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t ]) list ] list | `Map of ([> `String of KeyAttributeName.t ] * [> `String of KeyAttributeValue.t ]) list | `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of ReturnData.t | `Double of Double.t | `Enum of string | `Integer of Period.t | `Map of ([> `String of KeyAttributeName.t ] * [> `String of KeyAttributeValue.t ]) list | `String of MetricId.t | `Structure of (string * [> `Enum of string | `Integer of Period.t | `String of Stat.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of DimensionName.t ]) list ] list | `String of Namespace.t ]) list ]) list ]) list ] list | `Timestamp of Timestamp.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AuditFinding.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AuditFinding.t list
Sourceval to_json : AuditFinding.t list -> Yojson.Safe.t