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

DocumentAttributeValueCountPair

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

Provides the count of documents that match a particular attribute when doing a faceted search.

interface DocumentAttributeValueCountPair {
Count?: number | null;
DocumentAttributeValue?: DocumentAttributeValue | null;
}

§Properties

§
Count?: number | null
[src]

The number of documents in the response that have the attribute value for the key.

§
DocumentAttributeValue?: DocumentAttributeValue | null
[src]

The value of the attribute. For example, "HR."