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

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]
§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DocumentMetadataConfigurations?: DocumentMetadataConfiguration[] | null
[src]
§
Edition?: IndexEdition | null
[src]
§
ErrorMessage?: string | null
[src]
§
Id?: string | null
[src]
§
IndexStatistics?: IndexStatistics | null
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]
§
Status?: IndexStatus | null
[src]
§
UpdatedAt?: Date | number | null
[src]
§
UserContextPolicy?: UserContextPolicy | null
[src]
§
UserTokenConfigurations?: UserTokenConfiguration[] | null
[src]