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

ListDomainsResponse

import type { ListDomainsResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

The ListDomains response includes the following elements.

interface ListDomainsResponse {
Domains?: DomainSummary[] | null;
NextPageMarker?: string | null;
}

§Properties

§
Domains?: DomainSummary[] | null
[src]

A list of domains.

§
NextPageMarker?: string | null
[src]

If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.