Module Values.HandshakeDetailSource

Contains detailed information about different types of handshakes.

Sourcetype nonrec t = {
  1. startServicePeriodHandshakeDetail : StartServicePeriodHandshakeDetail.t option;
    (*

    Details for a start service period handshake.

    *)
  2. revokeServicePeriodHandshakeDetail : RevokeServicePeriodHandshakeDetail.t option;
    (*

    Details for a revoke service period handshake.

    *)
  3. programManagementAccountHandshakeDetail : ProgramManagementAccountHandshakeDetail.t option;
    (*

    Details for a program management account handshake.

    *)
}
Sourceval make : ?startServicePeriodHandshakeDetail:??? -> ?revokeServicePeriodHandshakeDetail:??? -> ?programManagementAccountHandshakeDetail:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of Note.t | `Timestamp of DateTime.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t