Values.DataSourceSummarySourceSummary information for a Amazon Kendra data source.
type nonrec t = {name : DataSourceName.t option;The name of the data source.
*)id : DataSourceId.t option;The identifier for the data source.
*)type_ : DataSourceType.t option;The type of the data source.
*)createdAt : Timestamp.t option;The Unix timestamp when the data source connector was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the data source connector was last updated.
*)status : DataSourceStatus.t option;The status of the data source. When the status is ACTIVE the data source is ready to use.
*)languageCode : LanguageCode.t option;The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DataSourceName.t
| `Timestamp of Timestamp.t ])
list ]