QuickSight / Client / update_brand_published_version
update_brand_published_version#
- QuickSight.Client.update_brand_published_version(**kwargs)#
- Updates the published version of a brand. - See also: AWS API Documentation - Request Syntax- response = client.update_brand_published_version( AwsAccountId='string', BrandId='string', VersionId='string' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account that owns the brand. 
- BrandId (string) – - [REQUIRED] - The ID of the Amazon QuickSight brand. 
- VersionId (string) – - [REQUIRED] - The ID of the published version. 
 
- Return type:
- 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- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.InvalidRequestException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.InternalServerException