Values.UploadDocumentsResponseSourceContains the response to an UploadDocuments request.
type nonrec t = {status : String_.t option;The status of an UploadDocumentsRequest.
*)adds : Adds.t option;The number of documents that were added to the search domain.
*)deletes : Deletes.t option;The number of documents that were deleted from the search domain.
*)warnings : DocumentServiceWarnings.t option;Any warnings returned by the document service about the documents being uploaded.
*)}type nonrec error = [ | `DocumentServiceException of DocumentServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DocumentServiceException of DocumentServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DocumentServiceException of DocumentServiceException.t
| `Unknown_operation_error of string * string option ]