Values.BatchDeleteDocumentRequestSourceAsynchronously deletes one or more documents added using the BatchPutDocument API from an Amazon Q Business index. You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application.
*)indexId : IndexId.t;The identifier of the Amazon Q Business index that contains the documents to delete.
*)documents : DeleteDocuments.t;Documents deleted from the Amazon Q Business index.
*)dataSourceSyncId : ExecutionId.t option;The identifier of the data source sync during which the documents were deleted.
*)}val make :
?dataSourceSyncId:??? ->
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
documents:DeleteDocuments.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DocumentId.t ]) list ]
list
| `String of ApplicationId.t ])
list ]