amazonka-elasticsearch-1.4.0: Amazon Elasticsearch Service SDK.

Copyright(c) 2013-2016 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.ElasticSearch.ListDomainNames

Contents

Description

Returns the name of all Elasticsearch domains owned by the current user's account.

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 [DomainInfo] Source

List of Elasticsearch domain names.