paws.networking (version 0.1.6)

route53domains_list_domains: This operation returns all the domain names registered with Amazon Route 53 for the current AWS account

Description

This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.

Usage

route53domains_list_domains(Marker, MaxItems)

Arguments

Marker

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS 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

Request syntax

svc$list_domains(
  Marker = "string",
  MaxItems = 123
)