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

ExperiencesSummary

import type { ExperiencesSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Summary information for your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

interface ExperiencesSummary {
CreatedAt?: Date | number | null;
Endpoints?: ExperienceEndpoint[] | null;
Id?: string | null;
Name?: string | null;
Status?: ExperienceStatus | null;
}

§Properties

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

The date-time your Amazon Kendra experience was created.

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

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

§
Id?: string | null
[src]

The identifier of your Amazon Kendra experience.

§
Name?: string | null
[src]

The name of your Amazon Kendra experience.

§
Status?: ExperienceStatus | null
[src]

The processing status of your Amazon Kendra experience.