Returns the indexing status for one or more documents submitted with the BatchPutDocument API
Source:R/kendra_operations.R
kendra_batch_get_document_status.RdReturns the indexing status for one or more documents submitted with the BatchPutDocument API.
See https://www.paws-r-sdk.com/docs/kendra_batch_get_document_status/ for full documentation.
Arguments
- IndexId
[required] The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.
- DocumentInfoList
[required] A list of
DocumentInfoobjects that identify the documents for which to get the status. You identify the documents by their document ID and optional attributes.