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

Document

import type { Document } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface Document {
AccessControlList?: Principal[] | null;
Attributes?: DocumentAttribute[] | null;
Blob?: Uint8Array | string | null;
ContentType?: ContentType | null;
HierarchicalAccessControlList?: HierarchicalPrincipal[] | null;
Id: string;
S3Path?: S3Path | null;
Title?: string | null;
}

§Properties

§
AccessControlList?: Principal[] | null
[src]
§
Attributes?: DocumentAttribute[] | null
[src]
§
Blob?: Uint8Array | string | null
[src]
§
ContentType?: ContentType | null
[src]
§
HierarchicalAccessControlList?: HierarchicalPrincipal[] | null
[src]
§
Id: string
[src]
§
S3Path?: S3Path | null
[src]
§
Title?: string | null
[src]