Transfer / Client / update_web_app_customization

update_web_app_customization#

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

Request Syntax

response = client.update_web_app_customization(
    WebAppId='string',
    Title='string',
    LogoFile=b'bytes',
    FaviconFile=b'bytes'
)
Parameters:
  • WebAppId (string) –

    [REQUIRED]

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

  • Title (string) – Provide an updated title.

  • LogoFile (bytes) – Specify logo file data string (in base64 encoding).

  • FaviconFile (bytes) – Specify icon file data string (in base64 encoding).

Return type:

dict

Returns:

Response Syntax

{
    'WebAppId': 'string'
}

Response Structure

  • (dict) –

    • WebAppId (string) –

      Returns the unique identifier for the web app being updated.

Exceptions

  • Transfer.Client.exceptions.ConflictException

  • Transfer.Client.exceptions.ResourceNotFoundException

  • Transfer.Client.exceptions.InvalidRequestException

  • Transfer.Client.exceptions.ThrottlingException

  • Transfer.Client.exceptions.InternalServiceError

  • Transfer.Client.exceptions.AccessDeniedException