Skip to content

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).

const listDocuments = yield* AWS.QBusiness.ListDocuments(index);
const { documentDetailList } = yield* listDocuments();