Module Values.UpdateResourceEventConfigurationRequestSource

Update the event configuration for a particular resource identifier.

Sourcetype nonrec t = {
  1. identifier : Identifier.t;
    (*

    Resource identifier to opt in for event messaging.

    *)
  2. identifierType : IdentifierType.t;
    (*

    Identifier type of the particular resource identifier for event configuration.

    *)
  3. partnerType : EventNotificationPartnerType.t option;
    (*

    Partner type of the resource if the identifier type is PartnerAccountId

    *)
  4. deviceRegistrationState : DeviceRegistrationStateEventConfiguration.t option;
    (*

    Event configuration for the device registration state event.

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

    Event configuration for the proximity event.

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

    Event configuration for the join event.

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

    Event configuration for the connection status event.

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

    Event configuration for the message delivery status event.

    *)
}
Sourceval context_ : string
Sourceval make : ?partnerType:??? -> ?deviceRegistrationState:??? -> ?proximity:??? -> ?join:??? -> ?connectionStatus:??? -> ?messageDeliveryStatus:??? -> identifier:Identifier.t -> identifierType:IdentifierType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Identifier.t | `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