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

IndexStatistics

import type { IndexStatistics } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides information about the number of documents and the number of questions and answers in an index.

interface IndexStatistics {
FaqStatistics: FaqStatistics;
TextDocumentStatistics: TextDocumentStatistics;
}

§Properties

§
FaqStatistics: FaqStatistics
[src]

The number of question and answer topics in the index.

§
TextDocumentStatistics: TextDocumentStatistics
[src]

The number of text documents indexed.