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

DescribeFaqResponse

import type { DescribeFaqResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DescribeFaqResponse {
CreatedAt?: Date | number | null;
Description?: string | null;
ErrorMessage?: string | null;
FileFormat?: FaqFileFormat | null;
Id?: string | null;
IndexId?: string | null;
LanguageCode?: string | null;
Name?: string | null;
RoleArn?: string | null;
S3Path?: S3Path | null;
Status?: FaqStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The date and time that the FAQ was created.

§
Description?: string | null
[src]

The description of the FAQ that you provided when it was created.

§
ErrorMessage?: string | null
[src]

If the Status field is FAILED, the ErrorMessage field contains the reason why the FAQ failed.

§
FileFormat?: FaqFileFormat | null
[src]

The file format used by the input files for the FAQ.

§
Id?: string | null
[src]

The identifier of the FAQ.

§
IndexId?: string | null
[src]

The identifier of the index for the FAQ.

§
LanguageCode?: string | null
[src]

The code for a language. This shows a supported language for the FAQ document. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

§
Name?: string | null
[src]

The name that you gave the FAQ when it was created.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role that provides access to the S3 bucket containing the input files for the FAQ.

§
S3Path?: S3Path | null
[src]
§
Status?: FaqStatus | null
[src]

The status of the FAQ. It is ready to use when the status is ACTIVE.

§
UpdatedAt?: Date | number | null
[src]

The date and time that the FAQ was last updated.