:doc:`AppIntegrationsService <../../appintegrations>` / Client / update_event_integration

************************
update_event_integration
************************



.. py:method:: AppIntegrationsService.Client.update_event_integration(**kwargs)

  

  Updates the description of an event integration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateEventIntegration>`_  


  **Request Syntax**
  ::

    response = client.update_event_integration(
        Name='string',
        Description='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the event integration.

    

  
  :type Description: string
  :param Description: 

    The description of the event integration.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InternalServiceError`

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

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

  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InvalidRequestException`

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

  