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

Contents

Description

Delete an origin access identity.

Synopsis

Creating a Request

deleteCloudFrontOriginAccessIdentity Source #

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

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

data DeleteCloudFrontOriginAccessIdentity Source #

The request to delete a origin access identity.

See: deleteCloudFrontOriginAccessIdentity smart constructor.

Instances

Eq DeleteCloudFrontOriginAccessIdentity Source # 
Data DeleteCloudFrontOriginAccessIdentity Source # 

Methods

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

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

toConstr :: DeleteCloudFrontOriginAccessIdentity -> Constr #

dataTypeOf :: DeleteCloudFrontOriginAccessIdentity -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCloudFrontOriginAccessIdentity Source # 
Show DeleteCloudFrontOriginAccessIdentity Source # 
Generic DeleteCloudFrontOriginAccessIdentity Source # 
Hashable DeleteCloudFrontOriginAccessIdentity Source # 
NFData DeleteCloudFrontOriginAccessIdentity Source # 
AWSRequest DeleteCloudFrontOriginAccessIdentity Source # 
ToQuery DeleteCloudFrontOriginAccessIdentity Source # 
ToPath DeleteCloudFrontOriginAccessIdentity Source # 
ToHeaders DeleteCloudFrontOriginAccessIdentity Source # 
type Rep DeleteCloudFrontOriginAccessIdentity Source # 
type Rep DeleteCloudFrontOriginAccessIdentity = D1 (MetaData "DeleteCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.3-BnioWQeKom3JTvCdBxcvZy" False) (C1 (MetaCons "DeleteCloudFrontOriginAccessIdentity'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcfoaiIfMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcfoaiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteCloudFrontOriginAccessIdentity Source # 

Request Lenses

dcfoaiIfMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text) Source #

The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

dcfoaiId :: Lens' DeleteCloudFrontOriginAccessIdentity Text Source #

The origin access identity's id.

Destructuring the Response

data DeleteCloudFrontOriginAccessIdentityResponse Source #

Instances

Eq DeleteCloudFrontOriginAccessIdentityResponse Source # 
Data DeleteCloudFrontOriginAccessIdentityResponse Source # 

Methods

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

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

toConstr :: DeleteCloudFrontOriginAccessIdentityResponse -> Constr #

dataTypeOf :: DeleteCloudFrontOriginAccessIdentityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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