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

DisassociatePersonasFromEntitiesRequest

import type { DisassociatePersonasFromEntitiesRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DisassociatePersonasFromEntitiesRequest {
EntityIds: string[];
Id: string;
IndexId: string;
}

§Properties

§
EntityIds: string[]
[src]

The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.

§
Id: string
[src]

The identifier of your Amazon Kendra experience.

§
IndexId: string
[src]

The identifier of the index for your Amazon Kendra experience.