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.4/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]

Configuration information you want to update for your Amazon Kendra experience.

§
Description?: string | null
[src]

A new description for your Amazon Kendra experience.

§
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.

§
Name?: string | null
[src]

A new name for your Amazon Kendra experience.

§
RoleArn?: string | null
[src]

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. For more information, see IAM roles for Amazon Kendra.