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

ExperienceEntitiesSummary

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

Summary information for users or groups in your Amazon Web Services SSO identity source with granted access to 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 ExperienceEntitiesSummary {
DisplayData?: EntityDisplayData | null;
EntityId?: string | null;
EntityType?: EntityType | null;
}

§Properties

§
DisplayData?: EntityDisplayData | null
[src]

Information about the user entity.

§
EntityId?: string | null
[src]

The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.

§
EntityType?: EntityType | null
[src]

Shows the type as User or Group.