amazonka-cloudsearch-1.2.0.1: Amazon CloudSearch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.ListDomainNames

Contents

Description

Lists all search domains owned by an account.

See: AWS API Reference for ListDomainNames.

Synopsis

Creating a Request

listDomainNames :: ListDomainNames Source

Creates a value of ListDomainNames with the minimum fields required to make a request.

Destructuring the Response

listDomainNamesResponse Source

Creates a value of ListDomainNamesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ldnrsDomainNames :: Lens' ListDomainNamesResponse (HashMap Text Text) Source

The names of the search domains owned by an account.

ldnrsStatus :: Lens' ListDomainNamesResponse Int Source

The response status code.