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

BatchGetDocumentStatusRequest

import type { BatchGetDocumentStatusRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface BatchGetDocumentStatusRequest {
DocumentInfoList: DocumentInfo[];
IndexId: string;
}

§Properties

§
DocumentInfoList: DocumentInfo[]
[src]

A list of DocumentInfo objects that identify the documents for which to get the status. You identify the documents by their document ID and optional attributes.

§
IndexId: string
[src]

The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.