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.DeleteDistribution

Contents

Description

Delete a distribution.

Synopsis

Creating a Request

deleteDistribution Source #

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

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

data DeleteDistribution Source #

The request to delete a distribution.

See: deleteDistribution smart constructor.

Instances

Eq DeleteDistribution Source # 
Data DeleteDistribution Source # 

Methods

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

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

toConstr :: DeleteDistribution -> Constr #

dataTypeOf :: DeleteDistribution -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDistribution Source # 
Show DeleteDistribution Source # 
Generic DeleteDistribution Source # 
Hashable DeleteDistribution Source # 
NFData DeleteDistribution Source # 

Methods

rnf :: DeleteDistribution -> () #

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

Request Lenses

ddIfMatch :: Lens' DeleteDistribution (Maybe Text) Source #

The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

ddId :: Lens' DeleteDistribution Text Source #

The distribution id.

Destructuring the Response

deleteDistributionResponse :: DeleteDistributionResponse Source #

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

data DeleteDistributionResponse Source #

See: deleteDistributionResponse smart constructor.

Instances

Eq DeleteDistributionResponse Source # 
Data DeleteDistributionResponse Source # 

Methods

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

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

toConstr :: DeleteDistributionResponse -> Constr #

dataTypeOf :: DeleteDistributionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDistributionResponse Source # 
Show DeleteDistributionResponse Source # 
Generic DeleteDistributionResponse Source # 
NFData DeleteDistributionResponse Source # 
type Rep DeleteDistributionResponse Source # 
type Rep DeleteDistributionResponse = D1 (MetaData "DeleteDistributionResponse" "Network.AWS.CloudFront.DeleteDistribution" "amazonka-cloudfront-1.4.3-BnioWQeKom3JTvCdBxcvZy" False) (C1 (MetaCons "DeleteDistributionResponse'" PrefixI False) U1)