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

SuggestResponse

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

Contains the response to a Suggest request.

interface SuggestResponse {
status?: SuggestStatus | null;
suggest?: SuggestModel | null;
}

§Properties

§
status?: SuggestStatus | null
[src]

The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).

§
suggest?: SuggestModel | null
[src]

Container for the matching search suggestion information.