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-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";
interface UpdateIndexRequest {
CapacityUnits?: CapacityUnitsConfiguration | null;
Description?: string | null;
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[] | null;
Id: string;
Name?: string | null;
RoleArn?: string | null;
UserContextPolicy?: UserContextPolicy | null;
UserTokenConfigurations?: UserTokenConfiguration[] | null;
}

§Properties

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]
§
Description?: string | null
[src]
§
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[] | null
[src]
§
Id: string
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
UserContextPolicy?: UserContextPolicy | null
[src]
§
UserTokenConfigurations?: UserTokenConfiguration[] | null
[src]