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

SearchIndexRequest

import type { SearchIndexRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface SearchIndexRequest {
indexName?: string | null;
maxResults?: number | null;
nextToken?: string | null;
queryString: string;
queryVersion?: string | null;
}

§Properties

§
indexName?: string | null
[src]

The search index name.

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

§
nextToken?: string | null
[src]

The token used to get the next set of results, or null if there are no additional results.

§
queryString: string
[src]

The search query string.

§
queryVersion?: string | null
[src]

The query version.