Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetDocumentStatusResponse

import type { BatchGetDocumentStatusResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface BatchGetDocumentStatusResponse {
DocumentStatusList?: Status[] | null;
}

§Properties

§
DocumentStatusList?: Status[] | null
[src]

The status of documents. The status indicates if the document is waiting to be indexed, is in the process of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the reason why.

§

A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and the reason that the status couldn't be found.