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

UpdateQuerySuggestionsBlockListRequest

import type { UpdateQuerySuggestionsBlockListRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface UpdateQuerySuggestionsBlockListRequest {
Description?: string | null;
Id: string;
IndexId: string;
Name?: string | null;
RoleArn?: string | null;
SourceS3Path?: S3Path | null;
}

§Properties

§
Description?: string | null
[src]

A new description for the block list.

§
Id: string
[src]

The identifier of the block list you want to update.

§
IndexId: string
[src]

The identifier of the index for the block list.

§
Name?: string | null
[src]

A new name for the block list.

§
RoleArn?: string | null
[src]

The IAM (Identity and Access Management) role used to access the block list text file in S3.

§
SourceS3Path?: S3Path | null
[src]

The S3 path where your block list text file sits in S3.

If you update your block list and provide the same path to the block list text file in S3, then Amazon Kendra reloads the file to refresh the block list. Amazon Kendra does not automatically refresh your block list. You need to call the UpdateQuerySuggestionsBlockList API to refresh you block list.

If you update your block list, then Amazon Kendra asynchronously refreshes all query suggestions with the latest content in the S3 file. This means changes might not take effect immediately.