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

  • dcfoaiIfMatch - The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL .
  • dcfoaiId - The origin access identity's ID.

data DeleteCloudFrontOriginAccessIdentity Source #

Deletes a origin access identity.

See: deleteCloudFrontOriginAccessIdentity smart constructor.

Instances
Eq DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Data DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

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 # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Show DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Generic DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Hashable DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

AWSRequest DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToHeaders DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToPath DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToQuery DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

NFData DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentity = D1 (MetaData "DeleteCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "DeleteCloudFrontOriginAccessIdentity'" PrefixI True) (S1 (MetaSel (Just "_dcfoaiIfMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcfoaiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

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 # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Data DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

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 # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Show DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Generic DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

NFData DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentityResponse = D1 (MetaData "DeleteCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "DeleteCloudFrontOriginAccessIdentityResponse'" PrefixI False) (U1 :: Type -> Type))