Values_2.UpdateQPersonalizationConfigurationRequestSourceUpdates a personalization configuration.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.
*)personalizationMode : PersonalizationMode.t;An option to allow Amazon Quick Sight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
personalizationMode:PersonalizationMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.AwsAccountId.t ])
list ]