:doc:`ApplicationDiscoveryService <../../discovery>` / Client / update_application

******************
update_application
******************



.. py:method:: ApplicationDiscoveryService.Client.update_application(**kwargs)

  

  Updates metadata about an application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/UpdateApplication>`_  


  **Request Syntax**
  ::

    response = client.update_application(
        configurationId='string',
        name='string',
        description='string',
        wave='string'
    )
    
  :type configurationId: string
  :param configurationId: **[REQUIRED]** 

    Configuration ID of the application to be updated.

    

  
  :type name: string
  :param name: 

    New name of the application to be updated.

    

  
  :type description: string
  :param description: 

    New description of the application to be updated.

    

  
  :type wave: string
  :param wave: 

    The new migration wave of the application that you want to update.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException`

  