Module Values_2.DescribeDefaultQBusinessApplicationRequestSource

Describes a Amazon Q Business application that is linked to an Quick Sight account.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?namespace:??? -> awsAccountId:Values_1.AwsAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t