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

BuildSuggestersRequest

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

Container for the parameters to the "BuildSuggester" operation. Specifies the name of the domain you want to update.

interface BuildSuggestersRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]