Values_2.DescribeDefaultQBusinessApplicationRequestSourceDescribes a Amazon Q Business application that is linked to an Quick Sight account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Quick Sight account that is linked to the Amazon Q Business application that you want described.
*)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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]