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/route53domains.ts?docs=full";

The ListDomains request includes the following elements.

interface ListDomainsRequest {
FilterConditions?: FilterCondition[] | null;
Marker?: string | null;
MaxItems?: number | null;
SortCondition?: SortCondition | null;
}

§Properties

§
FilterConditions?: FilterCondition[] | null
[src]

A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

§
Marker?: string | null
[src]

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current Amazon Web Services account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value specified in the previous request.

§
MaxItems?: number | null
[src]

Number of domains to be returned.

Default: 20

§
SortCondition?: SortCondition | null
[src]

A complex type that contains information about the requested ordering of domains in the returned list.