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

DescribeQuerySuggestionsBlockListResponse

import type { DescribeQuerySuggestionsBlockListResponse } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
interface DescribeQuerySuggestionsBlockListResponse {
CreatedAt?: Date | number | null;
Description?: string | null;
ErrorMessage?: string | null;
FileSizeBytes?: number | null;
Id?: string | null;
IndexId?: string | null;
ItemCount?: number | null;
Name?: string | null;
RoleArn?: string | null;
SourceS3Path?: S3Path | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

Shows the date-time a block list for query suggestions was created.

§
Description?: string | null
[src]

Shows the description for the block list.

§
ErrorMessage?: string | null
[src]

Shows the error message with details when there are issues in processing the block list.

§
FileSizeBytes?: number | null
[src]

Shows the current size of the block list text file in S3.

§
Id?: string | null
[src]

Shows the unique identifier of the block list.

§
IndexId?: string | null
[src]

Shows the identifier of the index for the block list.

§
ItemCount?: number | null
[src]

Shows the current number of valid, non-empty words or phrases in the block list text file.

§
Name?: string | null
[src]

Shows the name of the block list.

§
RoleArn?: string | null
[src]

Shows the current IAM (Identity and Access Management) role used by Amazon Kendra to access the block list text file in S3.

The role needs S3 read permissions to your file in S3 and needs to give STS (Security Token Service) assume role permissions to Amazon Kendra.

§
SourceS3Path?: S3Path | null
[src]

Shows the current S3 path to your block list text file in your S3 bucket.

Each block word or phrase should be on a separate line in a text file.

For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

§

Shows whether the current status of the block list is ACTIVE or INACTIVE.

§
UpdatedAt?: Date | number | null
[src]

Shows the date-time a block list for query suggestions was last updated.