amazonka-cloudfront-1.4.3: Amazon CloudFront 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.CloudFront.ListDistributions

Contents

Description

List distributions.

This operation returns paginated results.

Synopsis

Creating a Request

listDistributions :: ListDistributions Source #

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

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

data ListDistributions Source #

The request to list your distributions.

See: listDistributions smart constructor.

Instances

Eq ListDistributions Source # 
Data ListDistributions Source # 

Methods

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

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

toConstr :: ListDistributions -> Constr #

dataTypeOf :: ListDistributions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDistributions Source # 
Show ListDistributions Source # 
Generic ListDistributions Source # 
Hashable ListDistributions Source # 
NFData ListDistributions Source # 

Methods

rnf :: ListDistributions -> () #

AWSPager ListDistributions Source # 
AWSRequest ListDistributions Source # 
ToQuery ListDistributions Source # 
ToPath ListDistributions Source # 
ToHeaders ListDistributions Source # 
type Rep ListDistributions Source # 
type Rep ListDistributions = D1 (MetaData "ListDistributions" "Network.AWS.CloudFront.ListDistributions" "amazonka-cloudfront-1.4.3-BnioWQeKom3JTvCdBxcvZy" False) (C1 (MetaCons "ListDistributions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ldMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ldMaxItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs ListDistributions Source # 

Request Lenses

ldMarker :: Lens' ListDistributions (Maybe Text) Source #

Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

ldMaxItems :: Lens' ListDistributions (Maybe Text) Source #

The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

Destructuring the Response

listDistributionsResponse Source #

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

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

data ListDistributionsResponse Source #

The returned result of the corresponding request.

See: listDistributionsResponse smart constructor.

Instances

Eq ListDistributionsResponse Source # 
Data ListDistributionsResponse Source # 

Methods

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

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

toConstr :: ListDistributionsResponse -> Constr #

dataTypeOf :: ListDistributionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDistributionsResponse Source # 
Show ListDistributionsResponse Source # 
Generic ListDistributionsResponse Source # 
NFData ListDistributionsResponse Source # 
type Rep ListDistributionsResponse Source # 
type Rep ListDistributionsResponse = D1 (MetaData "ListDistributionsResponse" "Network.AWS.CloudFront.ListDistributions" "amazonka-cloudfront-1.4.3-BnioWQeKom3JTvCdBxcvZy" False) (C1 (MetaCons "ListDistributionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ldrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_ldrsDistributionList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DistributionList))))

Response Lenses