ListDocuments
Source:
src/AWS/QBusiness/ListDocuments.ts
Runtime binding for the ListDocuments operation (IAM action
qbusiness:ListDocuments), scoped to one Index.
Lists the documents the index holds and their ingestion status.
Provide the implementation with
Effect.provide(AWS.QBusiness.ListDocumentsHttp).
Document Ingestion
Section titled “Document Ingestion”const listDocuments = yield* AWS.QBusiness.ListDocuments(index);
const { documentDetailList } = yield* listDocuments();