Values.DescribeExperienceResponseSourceGets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
type nonrec t = {id : ExperienceId.t option;Shows the identifier of your Amazon Kendra experience.
*)indexId : IndexId.t option;Shows the identifier of the index for your Amazon Kendra experience.
*)name : ExperienceName.t option;Shows the name of your Amazon Kendra experience.
*)endpoints : ExperienceEndpoints.t option;Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
*)configuration : ExperienceConfiguration.t option;Shows the configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
*)createdAt : Timestamp.t option;The Unix timestamp when your Amazon Kendra experience was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when your Amazon Kendra experience was last updated.
*)description : Description.t option;Shows the description for your Amazon Kendra experience.
*)status : ExperienceStatus.t option;The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role with permission to access the Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your users and groups information.
*)errorMessage : ErrorMessage.t option;The reason your Amazon Kendra experience could not properly process.
*)}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 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
[> `Structure of
(string * [> `Enum of string | `String of Endpoint.t ]) list ]
list
| `String of ExperienceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of DataSourceId.t ] list
| `String of IdentityAttributeName.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]