Module Values.EventNotificationItemConfigurationsSource

Object of all event configurations and the status of the event topics.

Sourcetype nonrec t = {
  1. deviceRegistrationState : DeviceRegistrationStateEventConfiguration.t option;
    (*

    Device registration state event configuration for an event configuration item.

    *)
  2. proximity : ProximityEventConfiguration.t option;
    (*

    Proximity event configuration for an event configuration item.

    *)
  3. join : JoinEventConfiguration.t option;
    (*

    Join event configuration for an event configuration item.

    *)
  4. connectionStatus : ConnectionStatusEventConfiguration.t option;
    (*

    Connection status event configuration for an event configuration item.

    *)
  5. messageDeliveryStatus : MessageDeliveryStatusEventConfiguration.t option;
    (*

    Message delivery status event configuration for an event configuration item.

    *)
}
Sourceval make : ?deviceRegistrationState:??? -> ?proximity:??? -> ?join:??? -> ?connectionStatus:??? -> ?messageDeliveryStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) list ]) 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