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

ListQuerySuggestionsBlockListsResponse

import type { ListQuerySuggestionsBlockListsResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListQuerySuggestionsBlockListsResponse {
BlockListSummaryItems?: QuerySuggestionsBlockListSummary[] | null;
NextToken?: string | null;
}

§Properties

§
BlockListSummaryItems?: QuerySuggestionsBlockListSummary[] | null
[src]

Summary items for a block list.

This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

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

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of block lists.