Values.GetResourceEventConfigurationResponseSourceGet the event configuration for a particular resource identifier.
type nonrec t = {deviceRegistrationState : DeviceRegistrationStateEventConfiguration.t option;Event configuration for the device registration state event.
*)proximity : ProximityEventConfiguration.t option;Event configuration for the proximity event.
*)join : JoinEventConfiguration.t option;Event configuration for the join event.
*)connectionStatus : ConnectionStatusEventConfiguration.t option;Event configuration for the connection status event.
*)messageDeliveryStatus : MessageDeliveryStatusEventConfiguration.t option;Event configuration for the message delivery status event.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]