Values.UploadDocumentsRequestSourceContainer for the parameters to the UploadDocuments request.
type nonrec t = {documents : Blob.t;A batch of documents formatted in JSON or HTML.
*)contentType : ContentType.t;The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats: application/json application/xml
*)}