:doc:`IoT <../../iot>` / Client / update_event_configurations

***************************
update_event_configurations
***************************



.. py:method:: IoT.Client.update_event_configurations(**kwargs)

  

  Updates the event configurations.

   

  Requires permission to access the `UpdateEventConfigurations <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/UpdateEventConfigurations>`_  


  **Request Syntax**
  ::

    response = client.update_event_configurations(
        eventConfigurations={
            'string': {
                'Enabled': True|False
            }
        }
    )
    
  :type eventConfigurations: dict
  :param eventConfigurations: 

    The new event configuration values.

    

  
    - *(string) --* 

    
      - *(dict) --* 

        Configuration.

        

      
        - **Enabled** *(boolean) --* 

          True to enable the configuration.

          

        
      


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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoT.Client.exceptions.InternalFailureException`

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

  