list_domain_names
()¶Lists all search domains owned by an account.
See also: AWS API Documentation
Request Syntax
response = client.list_domain_names()
{
'DomainNames': {
'string': 'string'
}
}
Response Structure
The result of a ListDomainNames
request. Contains a list of the domains owned by an account.
The names of the search domains owned by an account.
A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
The Amazon CloudSearch API version for a domain: 2011-02-01 or 2013-01-01.
Exceptions
CloudSearch.Client.exceptions.BaseException