Module Values.ChannelHandshakePayloadSource

Contains the payload data for different types of channel handshakes.

Sourcetype nonrec t = {
  1. startServicePeriodPayload : StartServicePeriodPayload.t option;
    (*

    Payload for starting a service period handshake.

    *)
  2. revokeServicePeriodPayload : RevokeServicePeriodPayload.t option;
    (*

    Payload for revoking a service period handshake.

    *)
}
Sourceval make : ?startServicePeriodPayload:??? -> ?revokeServicePeriodPayload:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ProgramManagementAccountIdentifier.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