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.4/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]

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

§
Description?: string | null
[src]

The description for the block list.

§
ErrorMessage?: string | null
[src]

The error message containing details if there are issues processing the block list.

§
FileSizeBytes?: number | null
[src]

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

§
Id?: string | null
[src]

The identifier of the block list.

§
IndexId?: string | null
[src]

The identifier of the index for the block list.

§
ItemCount?: number | null
[src]

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

§
Name?: string | null
[src]

The name of the block list.

§
RoleArn?: string | null
[src]

The 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.

§

The current status of the block list. When the value is ACTIVE, the block list is ready for use.

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

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