amazonka-apigateway-1.4.1: Amazon API Gateway 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.APIGateway.GetDomainNames

Contents

Description

Represents a collection of DomainName resources.

This operation returns paginated results.

Synopsis

Creating a Request

getDomainNames :: GetDomainNames Source #

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

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

data GetDomainNames Source #

Request to describe a collection of DomainName resources.

See: getDomainNames smart constructor.

Instances

Eq GetDomainNames Source # 
Data GetDomainNames Source # 

Methods

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

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

toConstr :: GetDomainNames -> Constr #

dataTypeOf :: GetDomainNames -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDomainNames Source # 
Show GetDomainNames Source # 
Generic GetDomainNames Source # 

Associated Types

type Rep GetDomainNames :: * -> * #

Hashable GetDomainNames Source # 
NFData GetDomainNames Source # 

Methods

rnf :: GetDomainNames -> () #

AWSPager GetDomainNames Source # 
AWSRequest GetDomainNames Source # 
ToQuery GetDomainNames Source # 
ToPath GetDomainNames Source # 
ToHeaders GetDomainNames Source # 
type Rep GetDomainNames Source # 
type Rep GetDomainNames = D1 (MetaData "GetDomainNames" "Network.AWS.APIGateway.GetDomainNames" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "GetDomainNames'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdnLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_gdnPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs GetDomainNames Source # 

Request Lenses

gdnLimit :: Lens' GetDomainNames (Maybe Int) Source #

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

gdnPosition :: Lens' GetDomainNames (Maybe Text) Source #

The position of the current domain names to get information about.

Destructuring the Response

getDomainNamesResponse Source #

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

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

data GetDomainNamesResponse Source #

Represents a collection of DomainName resources.

See: getDomainNamesResponse smart constructor.

Instances

Eq GetDomainNamesResponse Source # 
Data GetDomainNamesResponse Source # 

Methods

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

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

toConstr :: GetDomainNamesResponse -> Constr #

dataTypeOf :: GetDomainNamesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDomainNamesResponse Source # 
Show GetDomainNamesResponse Source # 
Generic GetDomainNamesResponse Source # 
NFData GetDomainNamesResponse Source # 

Methods

rnf :: GetDomainNamesResponse -> () #

type Rep GetDomainNamesResponse Source # 
type Rep GetDomainNamesResponse = D1 (MetaData "GetDomainNamesResponse" "Network.AWS.APIGateway.GetDomainNames" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "GetDomainNamesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdnrsItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DomainName]))) ((:*:) (S1 (MetaSel (Just Symbol "_gdnrsPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gdnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gdnrsItems :: Lens' GetDomainNamesResponse [DomainName] Source #

The current page of any DomainName resources in the collection of DomainName resources.