Updates Amazon QuickSight customizations the current AWS Region. Currently, the only customization you can use is a theme.
You can use customizations for your AWS account or, if you specify a
namespace, for a QuickSight namespace instead. Customizations that apply
to a namespace override customizations that apply to an AWS account. To
find out which customizations apply, use the
describe_account_customization
API operation.
quicksight_update_account_customization(AwsAccountId, Namespace,
AccountCustomization)
[required] The ID for the AWS account that you want to update QuickSight customizations for.
The namespace that you want to update QuickSight customizations for.
[required] The QuickSight customizations you're updating in the current AWS Region.
A list with the following syntax:
list( Arn = "string", AwsAccountId = "string", Namespace = "string", AccountCustomization = list( DefaultTheme = "string" ), RequestId = "string", Status = 123 )
svc$update_account_customization( AwsAccountId = "string", Namespace = "string", AccountCustomization = list( DefaultTheme = "string" ) )