Module Values_1.DeleteDefaultQBusinessApplicationRequestSource

Deletes a linked Amazon Q Business application from an Quick Sight account

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Quick Sight account that you want to disconnect from a Amazon Q Business application.

    *)
  2. namespace : Values_0.Namespace.t option;
    (*

    The Quick Sight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter.

    *)
}
Sourceval context_ : string
Sourceval make : ?namespace:??? -> awsAccountId:AwsAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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