DocumentAttributeValue
import type { DocumentAttributeValue } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";interface DocumentAttributeValue {
DateValue?: Date | number | null;
LongValue?: number | null;
StringListValue?: string[] | null;
StringValue?: string | null;
}