Module Values_0.AuditFindingsSource

Sourcetype nonrec t = AuditFinding.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AuditFinding.t list -> [> `List of [> `Structure of (string * [> `Boolean of IsSuppressed.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `String of CertificateId.t | `Structure of (string * [> `String of PolicyName.t ]) list ]) list ]) list ] list | `String of FindingId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `String of CertificateId.t | `Structure of (string * [> `String of PolicyName.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) 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