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

UpdateExperienceRequest

import type { UpdateExperienceRequest } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
interface UpdateExperienceRequest {
Configuration?: ExperienceConfiguration | null;
Description?: string | null;
Id: string;
IndexId: string;
Name?: string | null;
RoleArn?: string | null;
}

§Properties

§
Configuration?: ExperienceConfiguration | null
[src]

Provides the user configuration information. This includes the Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.

§
Description?: string | null
[src]

The description of your Amazon Kendra experience you want to update.

§
Id: string
[src]

The identifier of your Amazon Kendra experience you want to update.

§
IndexId: string
[src]

The identifier of the index for your Amazon Kendra experience you want to update.

§
Name?: string | null
[src]

The name of your Amazon Kendra experience you want to update.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of a role with permission to access Query operations, QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.