Module Values.HealthChecksSource

Sourcetype nonrec t = HealthCheck.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : HealthCheck.t list -> [> `List of [> `Structure of (string * [> `Long of HealthCheckVersion.t | `String of HealthCheckId.t | `Structure of (string * [> `Boolean of MeasureLatency.t | `Double of Threshold.t | `Enum of string | `Integer of Port.t | `List of [> `Enum of string | `String of HealthCheckId.t | `Structure of (string * [> `String of DimensionField.t ]) list ] list | `String of ServicePrincipal.t | `Structure of (string * [> `Enum of string | `String of AlarmName.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> HealthCheck.t list
Sourceval of_json : [> Yojson.Safe.t ] -> HealthCheck.t list
Sourceval to_json : HealthCheck.t list -> Yojson.Safe.t