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

*********************************
update_notification_configuration
*********************************



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

  

  Update a notification configuration.

  

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


  **Request Syntax**
  ::

    response = client.update_notification_configuration(
        EventType='DEVICE_COMMAND'|'DEVICE_COMMAND_REQUEST'|'DEVICE_DISCOVERY_STATUS'|'DEVICE_EVENT'|'DEVICE_LIFE_CYCLE'|'DEVICE_STATE'|'DEVICE_OTA'|'DEVICE_WSS'|'CONNECTOR_ASSOCIATION'|'ACCOUNT_ASSOCIATION'|'CONNECTOR_ERROR_REPORT',
        DestinationName='string'
    )
    
  :type EventType: string
  :param EventType: **[REQUIRED]** 

    The type of event triggering a device notification to the customer-managed destination.

    

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

    The name of the destination for the notification configuration.

    

  
  
  :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`

  