Values_2.UpdateDefaultQBusinessApplicationRequestSourceUpdates a Amazon Q Business application that is linked to a Quick Sight account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Quick Sight account that is connected to the Amazon Q Business application that you want to update.
*)namespace : Values_0.Namespace.t option;The Quick Sight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.
*)applicationId : Values_0.LimitedString.t;The ID of the Amazon Q Business application that you want to update.
*)}val make :
?namespace:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
applicationId:Values_0.LimitedString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]