amazonka-elasticsearch-1.4.5: 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 #

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

data ListDomainNames #

See: listDomainNames smart constructor.

Instances

Eq ListDomainNames # 
Data ListDomainNames # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListDomainNames -> c ListDomainNames #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListDomainNames #

toConstr :: ListDomainNames -> Constr #

dataTypeOf :: ListDomainNames -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListDomainNames) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListDomainNames) #

gmapT :: (forall b. Data b => b -> b) -> ListDomainNames -> ListDomainNames #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainNames -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainNames -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListDomainNames -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListDomainNames -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListDomainNames -> m ListDomainNames #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainNames -> m ListDomainNames #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainNames -> m ListDomainNames #

Read ListDomainNames # 
Show ListDomainNames # 
Generic ListDomainNames # 
Hashable ListDomainNames # 
NFData ListDomainNames # 

Methods

rnf :: ListDomainNames -> () #

AWSRequest ListDomainNames # 
ToQuery ListDomainNames # 
ToPath ListDomainNames # 
ToHeaders ListDomainNames # 
type Rep ListDomainNames # 
type Rep ListDomainNames = D1 (MetaData "ListDomainNames" "Network.AWS.ElasticSearch.ListDomainNames" "amazonka-elasticsearch-1.4.5-DEAtjOyM6VeEbkQy2bugXD" False) (C1 (MetaCons "ListDomainNames'" PrefixI False) U1)
type Rs ListDomainNames # 

Destructuring the Response

listDomainNamesResponse #

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:

data ListDomainNamesResponse #

The result of a ListDomainNames operation. Contains the names of all Elasticsearch domains owned by this account.

See: listDomainNamesResponse smart constructor.

Instances

Eq ListDomainNamesResponse # 
Data ListDomainNamesResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListDomainNamesResponse -> c ListDomainNamesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListDomainNamesResponse #

toConstr :: ListDomainNamesResponse -> Constr #

dataTypeOf :: ListDomainNamesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListDomainNamesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListDomainNamesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListDomainNamesResponse -> ListDomainNamesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainNamesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainNamesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListDomainNamesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListDomainNamesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListDomainNamesResponse -> m ListDomainNamesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainNamesResponse -> m ListDomainNamesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainNamesResponse -> m ListDomainNamesResponse #

Read ListDomainNamesResponse # 
Show ListDomainNamesResponse # 
Generic ListDomainNamesResponse # 
NFData ListDomainNamesResponse # 

Methods

rnf :: ListDomainNamesResponse -> () #

type Rep ListDomainNamesResponse # 
type Rep ListDomainNamesResponse = D1 (MetaData "ListDomainNamesResponse" "Network.AWS.ElasticSearch.ListDomainNames" "amazonka-elasticsearch-1.4.5-DEAtjOyM6VeEbkQy2bugXD" False) (C1 (MetaCons "ListDomainNamesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ldnrsDomainNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DomainInfo]))) (S1 (MetaSel (Just Symbol "_ldnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

ldnrsDomainNames :: Lens' ListDomainNamesResponse [DomainInfo] #

List of Elasticsearch domain names.

ldnrsResponseStatus :: Lens' ListDomainNamesResponse Int #

  • - | The response status code.