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

UpdateIndexRequest

import type { UpdateIndexRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface UpdateIndexRequest {
CapacityUnits?: CapacityUnitsConfiguration | null;
Description?: string | null;
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[] | null;
Id: string;
Name?: string | null;
RoleArn?: string | null;
UserContextPolicy?: UserContextPolicy | null;
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | null;
UserTokenConfigurations?: UserTokenConfiguration[] | null;
}

§Properties

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]

Sets the number of additional document storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day, or make 5 API calls.

If you are using extra storage units, you can't reduce the storage capacity below what is required to meet the storage needs for your index.

§
Description?: string | null
[src]

A new description for the index.

§
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[] | null
[src]

The document metadata configuration you want to update for the index. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.

§
Id: string
[src]

The identifier of the index you want to update.

§
Name?: string | null
[src]

The name of the index you want to update.

§
RoleArn?: string | null
[src]

An Identity and Access Management (IAM) role that gives Amazon Kendra permission to access Amazon CloudWatch logs and metrics.

§
UserContextPolicy?: UserContextPolicy | null
[src]

The user context policy.

§
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | null
[src]

Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.

§
UserTokenConfigurations?: UserTokenConfiguration[] | null
[src]

The user token configuration.