paws.networking (version 0.5.0)

route53domains_list_domains: This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used

Description

This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.

See https://www.paws-r-sdk.com/docs/route53domains_list_domains/ for full documentation.

Usage

route53domains_list_domains(
  FilterConditions = NULL,
  SortCondition = NULL,
  Marker = NULL,
  MaxItems = NULL
)

Arguments

FilterConditions

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

SortCondition

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

Marker

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 of domains to be returned.

Default: 20