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

DeleteSuggesterRequest

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

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

interface DeleteSuggesterRequest {
DomainName: string;
SuggesterName: string;
}

§Properties

§
DomainName: string
[src]
§
SuggesterName: string
[src]

Specifies the name of the suggester you want to delete.