:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / update_event_log_configuration

******************************
update_event_log_configuration
******************************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.update_event_log_configuration(**kwargs)

  

  Update an event log configuration by log configuration ID.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/UpdateEventLogConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_event_log_configuration(
        Id='string',
        EventLogLevel='DEBUG'|'ERROR'|'INFO'|'WARN'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The log configuration id.

    

  
  :type EventLogLevel: string
  :param EventLogLevel: **[REQUIRED]** 

    The log level for the event in terms of severity.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

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

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

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

  