Module Values.BrowserExtensionConfigurationSource

The container for browser extension configuration for an Amazon Q Business web experience.

Sourcetype nonrec t = {
  1. enabledBrowserExtensions : BrowserExtensionList.t;
    (*

    Specify the browser extensions allowed for your Amazon Q web experience. CHROME — Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.). FIREFOX — Enables the extension for Mozilla Firefox. CHROME and FIREFOX — Enable the extension for Chromium-based browsers and Mozilla Firefox.

    *)
}
Sourceval context_ : string
Sourceval make : enabledBrowserExtensions:BrowserExtensionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list ]) 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