Values.DocumentIdentifierSourceContains information that identifies the document.
type nonrec t = {dataSourceType : ContentDataSourceType.t;The type of data source connected to the knowledge base that contains the document.
*)s3 : S3Location.t option;Contains information that identifies the document in an S3 data source.
*)custom : CustomDocumentIdentifier.t option;Contains information that identifies the document in a custom data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of S3BucketUri.t ]) list ])
list ]