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

DefineSuggesterRequest

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

Container for the parameters to the "DefineSuggester" operation. Specifies the name of the domain you want to update and the suggester configuration.

interface DefineSuggesterRequest {
DomainName: string;
Suggester: Suggester;
}

§Properties

§
DomainName: string
[src]
§
Suggester: Suggester
[src]