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

ListQuerySuggestionsBlockListsRequest

import type { ListQuerySuggestionsBlockListsRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListQuerySuggestionsBlockListsRequest {
IndexId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
IndexId: string
[src]

The identifier of the index for a list of all block lists that exist for that index.

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

§
MaxResults?: number | null
[src]

The maximum number of block lists to return.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of block lists (BlockListSummaryItems).