:doc:`IoTWireless <../../iotwireless>` / Client / update_event_configuration_by_resource_types

********************************************
update_event_configuration_by_resource_types
********************************************



.. py:method:: IoTWireless.Client.update_event_configuration_by_resource_types(**kwargs)

  

  Update the event configuration based on resource types.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/UpdateEventConfigurationByResourceTypes>`_  


  **Request Syntax**
  ::

    response = client.update_event_configuration_by_resource_types(
        DeviceRegistrationState={
            'Sidewalk': {
                'WirelessDeviceEventTopic': 'Enabled'|'Disabled'
            }
        },
        Proximity={
            'Sidewalk': {
                'WirelessDeviceEventTopic': 'Enabled'|'Disabled'
            }
        },
        Join={
            'LoRaWAN': {
                'WirelessDeviceEventTopic': 'Enabled'|'Disabled'
            }
        },
        ConnectionStatus={
            'LoRaWAN': {
                'WirelessGatewayEventTopic': 'Enabled'|'Disabled'
            }
        },
        MessageDeliveryStatus={
            'Sidewalk': {
                'WirelessDeviceEventTopic': 'Enabled'|'Disabled'
            }
        }
    )
    
  :type DeviceRegistrationState: dict
  :param DeviceRegistrationState: 

    Device registration state resource type event configuration object for enabling and disabling wireless gateway topic.

    

  
    - **Sidewalk** *(dict) --* 

      Device registration resource type state event configuration object for enabling or disabling Sidewalk related event topics.

      

    
      - **WirelessDeviceEventTopic** *(string) --* 

        Denotes whether the wireless device join event topic is enabled or disabled.

        

      
    
  
  :type Proximity: dict
  :param Proximity: 

    Proximity resource type event configuration object for enabling and disabling wireless gateway topic.

    

  
    - **Sidewalk** *(dict) --* 

      Proximity resource type event configuration object for enabling and disabling wireless device topic.

      

    
      - **WirelessDeviceEventTopic** *(string) --* 

        Denotes whether the wireless device join event topic is enabled or disabled.

        

      
    
  
  :type Join: dict
  :param Join: 

    Join resource type event configuration object for enabling and disabling wireless device topic.

    

  
    - **LoRaWAN** *(dict) --* 

      Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.

      

    
      - **WirelessDeviceEventTopic** *(string) --* 

        Denotes whether the wireless device join event topic is enabled or disabled.

        

      
    
  
  :type ConnectionStatus: dict
  :param ConnectionStatus: 

    Connection status resource type event configuration object for enabling and disabling wireless gateway topic.

    

  
    - **LoRaWAN** *(dict) --* 

      Connection status resource type event configuration object for enabling or disabling LoRaWAN related event topics.

      

    
      - **WirelessGatewayEventTopic** *(string) --* 

        Denotes whether the wireless gateway connection status event topic is enabled or disabled.

        

      
    
  
  :type MessageDeliveryStatus: dict
  :param MessageDeliveryStatus: 

    Message delivery status resource type event configuration object for enabling and disabling wireless device topic.

    

  
    - **Sidewalk** *(dict) --* 

      Sidewalk resource type event configuration object for enabling or disabling topic.

      

    
      - **WirelessDeviceEventTopic** *(string) --* 

        Denotes whether the wireless device join event topic is enabled or disabled.

        

      
    
  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  