Values.DocumentDetailsSourceThe details of a document within an Amazon Q Business index.
type nonrec t = {documentId : DocumentId.t option;The identifier of the document.
*)status : DocumentStatus.t option;The current status of the document.
*)error : ErrorDetail.t option;An error message associated with the document.
*)createdAt : Timestamp.t option;The timestamp for when the document was created.
*)updatedAt : Timestamp.t option;The timestamp for when the document was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DocumentId.t
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list
| `Timestamp of Timestamp.t ])
list ]