Values.GetWebExperienceResponseSourceGets information about an existing Amazon Q Business web experience.
type nonrec t = {applicationId : ApplicationId.t option;The identifier of the Amazon Q Business application linked to the web experience.
*)webExperienceId : WebExperienceId.t option;The identifier of the Amazon Q Business web experience.
*)webExperienceArn : WebExperienceArn.t option;The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and required resources.
*)defaultEndpoint : Url.t option;The endpoint of your Amazon Q Business web experience.
*)status : WebExperienceStatus.t option;The current status of the Amazon Q Business web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
*)createdAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business web experience was last created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business web experience was last updated.
*)title : WebExperienceTitle.t option;The title for your Amazon Q Business web experience.
*)subtitle : WebExperienceSubtitle.t option;The subtitle for your Amazon Q Business web experience.
*)welcomeMessage : WebExperienceWelcomeMessage.t option;The customized welcome message for end users of an Amazon Q Business web experience.
*)samplePromptsControlMode : WebExperienceSamplePromptsControlMode.t option;Determines whether sample prompts are enabled in the web experience for an end user.
*)origins : WebExperienceOrigins.t option;Gets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol (http/https), the domain name, and the port number (if specified).
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the service role attached to your web experience.
*)identityProviderConfiguration : IdentityProviderConfiguration.t option;Information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
*)authenticationConfiguration : WebExperienceAuthConfiguration.t option;The authentication configuration information for your Amazon Q Business web experience.
*)error : ErrorDetail.t option;When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
*)browserExtensionConfiguration : BrowserExtensionConfiguration.t option;The browser extension configuration for an Amazon Q Business web experience.
*)customizationConfiguration : CustomizationConfiguration.t option;Gets the custom logo, favicon, font, and color used in the Amazon Q web experience.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?applicationId:??? ->
?webExperienceId:??? ->
?webExperienceArn:??? ->
?defaultEndpoint:??? ->
?status:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?title:??? ->
?subtitle:??? ->
?welcomeMessage:??? ->
?samplePromptsControlMode:??? ->
?origins:??? ->
?roleArn:??? ->
?identityProviderConfiguration:??? ->
?authenticationConfiguration:??? ->
?error:??? ->
?browserExtensionConfiguration:??? ->
?customizationConfiguration:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Origin.t ] list
| `String of ApplicationId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of ErrorMessage.t
| `Structure of
(string * [> `String of SamlAuthenticationUrl.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]