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

DescribeExperienceResponse

import type { DescribeExperienceResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DescribeExperienceResponse {
Configuration?: ExperienceConfiguration | null;
CreatedAt?: Date | number | null;
Description?: string | null;
Endpoints?: ExperienceEndpoint[] | null;
ErrorMessage?: string | null;
Id?: string | null;
IndexId?: string | null;
Name?: string | null;
RoleArn?: string | null;
Status?: ExperienceStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Configuration?: ExperienceConfiguration | null
[src]

Shows the configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.

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

Shows the date-time your Amazon Kendra experience was created.

§
Description?: string | null
[src]

Shows the description for your Amazon Kendra experience.

§
Endpoints?: ExperienceEndpoint[] | null
[src]

Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.

§
ErrorMessage?: string | null
[src]

The reason your Amazon Kendra experience could not properly process.

§
Id?: string | null
[src]

Shows the identifier of your Amazon Kendra experience.

§
IndexId?: string | null
[src]

Shows the identifier of the index for your Amazon Kendra experience.

§
Name?: string | null
[src]

Shows the name of your Amazon Kendra experience.

§
RoleArn?: string | null
[src]

Shows the Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information.

§
Status?: ExperienceStatus | null
[src]

The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.

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

Shows the date-time your Amazon Kendra experience was last updated.