amazonka-cloudsearch-0.0.8: Amazon CloudSearch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.DescribeDomains

Contents

Description

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: 'q=matchall&q.parser=structured&size=0'. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeDomains.html

Synopsis

Request

Request constructor

describeDomains :: DescribeDomains Source

DescribeDomains constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddDomainNames :: Lens' DescribeDomains [Text] Source

The names of the domains you want to include in the response.

Response

Response constructor

describeDomainsResponse :: DescribeDomainsResponse Source

DescribeDomainsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses