Values_2.UpdateAccountCustomizationRequestSourceUpdates Amazon Quick Sight customizations. Currently, the only customization that you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Quick Sight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that you want to update Quick Sight customizations for.
*)namespace : Values_0.Namespace.t option;The namespace that you want to update Quick Sight customizations for.
*)accountCustomization : Values_0.AccountCustomization.t;The Quick Sight customizations you're updating.
*)}val make :
?namespace:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
accountCustomization:Values_0.AccountCustomization.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.AwsAccountId.t
| `Structure of (string * [> `String of string ]) list ])
list ]