Values.WebExperienceSourceProvides information for an Amazon Q Business web experience.
type nonrec t = {webExperienceId : WebExperienceId.t option;The identifier of your Amazon Q Business web experience.
*)createdAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business application was last updated.
*)updatedAt : Timestamp.t option;The Unix timestamp when your Amazon Q Business web experience was updated.
*)defaultEndpoint : Url.t option;The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
*)status : WebExperienceStatus.t option;The status of your Amazon Q Business web experience.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of WebExperienceId.t
| `Timestamp of Timestamp.t ])
list ]