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

CreateFaqRequest

import type { CreateFaqRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";
interface CreateFaqRequest {
ClientToken?: string | null;
Description?: string | null;
FileFormat?: FaqFileFormat | null;
IndexId: string;
Name: string;
RoleArn: string;
S3Path: S3Path;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken?: string | null
[src]
§
Description?: string | null
[src]
§
FileFormat?: FaqFileFormat | null
[src]
§
IndexId: string
[src]
§
Name: string
[src]
§
RoleArn: string
[src]
§
Tags?: Tag[] | null
[src]