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

ListDomainsResult

import type { ListDomainsResult } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface ListDomainsResult {
DomainNames: string[];
NextToken?: string | null;
}

§Properties

§
DomainNames: string[]
[src]

A list of domain names that match the expression.

§
NextToken?: string | null
[src]

An opaque token indicating that there are more domains than the specified

MaxNumberOfDomains

still available.