amazonka-cloudsearch-1.6.1: Amazon CloudSearch SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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&amp;q.parser=structured&amp;size=0 . For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide .

Synopsis

Creating a Request

describeDomains :: DescribeDomains Source #

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

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

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

data DescribeDomains Source #

Container for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

See: describeDomains smart constructor.

Instances
Eq DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Data DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Methods

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

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

toConstr :: DescribeDomains -> Constr #

dataTypeOf :: DescribeDomains -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Show DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Generic DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Associated Types

type Rep DescribeDomains :: Type -> Type #

Hashable DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

AWSRequest DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Associated Types

type Rs DescribeDomains :: Type #

ToHeaders DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

ToPath DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

ToQuery DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

NFData DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Methods

rnf :: DescribeDomains -> () #

type Rep DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

type Rep DescribeDomains = D1 (MetaData "DescribeDomains" "Network.AWS.CloudSearch.DescribeDomains" "amazonka-cloudsearch-1.6.1-Kw9zIXByEJoLQM3rt04GVo" True) (C1 (MetaCons "DescribeDomains'" PrefixI True) (S1 (MetaSel (Just "_ddDomainNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))
type Rs DescribeDomains Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Request Lenses

ddDomainNames :: Lens' DescribeDomains [Text] Source #

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

Destructuring the Response

describeDomainsResponse Source #

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

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

data DescribeDomainsResponse Source #

The result of a DescribeDomains request. Contains the status of the domains specified in the request or all domains owned by the account.

See: describeDomainsResponse smart constructor.

Instances
Eq DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Data DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Methods

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

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

toConstr :: DescribeDomainsResponse -> Constr #

dataTypeOf :: DescribeDomainsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Show DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Generic DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Associated Types

type Rep DescribeDomainsResponse :: Type -> Type #

NFData DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

Methods

rnf :: DescribeDomainsResponse -> () #

type Rep DescribeDomainsResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DescribeDomains

type Rep DescribeDomainsResponse = D1 (MetaData "DescribeDomainsResponse" "Network.AWS.CloudSearch.DescribeDomains" "amazonka-cloudsearch-1.6.1-Kw9zIXByEJoLQM3rt04GVo" False) (C1 (MetaCons "DescribeDomainsResponse'" PrefixI True) (S1 (MetaSel (Just "_ddsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ddsrsDomainStatusList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [DomainStatus])))

Response Lenses