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

***********************
update_data_integration
***********************



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

  

  Updates the description of a DataIntegration.

   

  .. note::

    

    You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the `CreateDataIntegration <https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html>`__ API.

    

  

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


  **Request Syntax**
  ::

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

    A unique identifier for the DataIntegration.

    

  
  :type Name: string
  :param Name: 

    The name of the DataIntegration.

    

  
  :type Description: string
  :param Description: 

    A description of the DataIntegration.

    

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

  