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

ListDomainsRequest

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

§Properties

§
MaxNumberOfDomains?: number | null
[src]

The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.

§
NextToken?: string | null
[src]

A string informing Amazon SimpleDB where to start the next list of domain names.