DescribeIndexResponse
import type { DescribeIndexResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";interface DescribeIndexResponse {
CapacityUnits?: CapacityUnitsConfiguration | null;
CreatedAt?: Date | number | null;
Description?: string | null;
DocumentMetadataConfigurations?: DocumentMetadataConfiguration[] | null;
Edition?: IndexEdition | null;
ErrorMessage?: string | null;
Id?: string | null;
IndexStatistics?: IndexStatistics | null;
Name?: string | null;
RoleArn?: string | null;
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null;
Status?: IndexStatus | null;
UpdatedAt?: Date | number | null;
UserContextPolicy?: UserContextPolicy | null;
UserTokenConfigurations?: UserTokenConfiguration[] | null;
}§Properties
§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]§
DocumentMetadataConfigurations?: DocumentMetadataConfiguration[] | null
[src]§
Edition?: IndexEdition | null
[src]§
IndexStatistics?: IndexStatistics | null
[src]§
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]§
Status?: IndexStatus | null
[src]§
UserContextPolicy?: UserContextPolicy | null
[src]§
UserTokenConfigurations?: UserTokenConfiguration[] | null
[src]