:doc:`Transfer <../../transfer>` / Client / update_web_app_customization

****************************
update_web_app_customization
****************************



.. py:method:: Transfer.Client.update_web_app_customization(**kwargs)

  

  Assigns new customization properties to a web app. You can modify the icon file, logo file, and title.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/UpdateWebAppCustomization>`_  


  **Request Syntax**
  ::

    response = client.update_web_app_customization(
        WebAppId='string',
        Title='string',
        LogoFile=b'bytes',
        FaviconFile=b'bytes'
    )
    
  :type WebAppId: string
  :param WebAppId: **[REQUIRED]** 

    Provide the identifier of the web app that you are updating.

    

  
  :type Title: string
  :param Title: 

    Provide an updated title.

    

  
  :type LogoFile: bytes
  :param LogoFile: 

    Specify logo file data string (in base64 encoding).

    

  
  :type FaviconFile: bytes
  :param FaviconFile: 

    Specify an icon file data string (in base64 encoding).

    

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

    
    ::

      {
          'WebAppId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **WebAppId** *(string) --* 

        Returns the unique identifier for the web app being updated.

        
  
  **Exceptions**
  
  *   :py:class:`Transfer.Client.exceptions.ConflictException`

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

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

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

  
  *   :py:class:`Transfer.Client.exceptions.InternalServiceError`

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

  