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

BatchPutDocumentResponse

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

§Properties

§

A list of documents that were not added to the index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.

If there was an error adding a document to an index the error is reported in your Amazon Web Services CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs