:doc:`QuickSight <../../quicksight>` / Client / update_brand_published_version

******************************
update_brand_published_version
******************************



.. py:method:: QuickSight.Client.update_brand_published_version(**kwargs)

  

  Updates the published version of a brand.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateBrandPublishedVersion>`_  


  **Request Syntax**
  ::

    response = client.update_brand_published_version(
        AwsAccountId='string',
        BrandId='string',
        VersionId='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that owns the brand.

    

  
  :type BrandId: string
  :param BrandId: **[REQUIRED]** 

    The ID of the Quick Suite brand.

    

  
  :type VersionId: string
  :param VersionId: **[REQUIRED]** 

    The ID of the published version.

    

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

    
    ::

      {
          'RequestId': 'string',
          'VersionId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
      

      - **VersionId** *(string) --* 

        The ID of the published version.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

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

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

  
  *   :py:class:`QuickSight.Client.exceptions.ConflictException`

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

  
  *   :py:class:`QuickSight.Client.exceptions.InternalServerException`

  