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

GetDomainSuggestionsResponse

import type { GetDomainSuggestionsResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface GetDomainSuggestionsResponse {
SuggestionsList?: DomainSuggestion[] | null;
}

§Properties

§
SuggestionsList?: DomainSuggestion[] | null
[src]

A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.