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

BatchDeleteDocumentResponse

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

§Properties

§

A list of documents that could not be removed from the index. Each entry contains an error message that indicates why the document couldn't be removed from the index.