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

QuerySuggestionsBlockListSummary

import type { QuerySuggestionsBlockListSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Summary information on a query suggestions block list.

This includes information 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.

interface QuerySuggestionsBlockListSummary {
CreatedAt?: Date | number | null;
Id?: string | null;
ItemCount?: number | null;
Name?: string | null;
UpdatedAt?: Date | number | null;
}

§Properties

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

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

§
Id?: string | null
[src]

The identifier of a block list.

§
ItemCount?: number | null
[src]

The number of items in the block list file.

§
Name?: string | null
[src]

The name of the block list.

§

The status of the block list.

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

The date-time the block list was last updated.