amazonka-cloudfront-1.4.5: 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.UpdateCloudFrontOriginAccessIdentity

Contents

Description

Update an origin access identity.

Synopsis

Creating a Request

updateCloudFrontOriginAccessIdentity Source #

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

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

data UpdateCloudFrontOriginAccessIdentity Source #

The request to update an origin access identity.

See: updateCloudFrontOriginAccessIdentity smart constructor.

Instances

Eq UpdateCloudFrontOriginAccessIdentity Source # 
Data UpdateCloudFrontOriginAccessIdentity Source # 

Methods

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

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

toConstr :: UpdateCloudFrontOriginAccessIdentity -> Constr #

dataTypeOf :: UpdateCloudFrontOriginAccessIdentity -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCloudFrontOriginAccessIdentity Source # 
Show UpdateCloudFrontOriginAccessIdentity Source # 
Generic UpdateCloudFrontOriginAccessIdentity Source # 
Hashable UpdateCloudFrontOriginAccessIdentity Source # 
NFData UpdateCloudFrontOriginAccessIdentity Source # 
AWSRequest UpdateCloudFrontOriginAccessIdentity Source # 
ToPath UpdateCloudFrontOriginAccessIdentity Source # 
ToHeaders UpdateCloudFrontOriginAccessIdentity Source # 
ToElement UpdateCloudFrontOriginAccessIdentity Source # 
ToQuery UpdateCloudFrontOriginAccessIdentity Source # 
type Rep UpdateCloudFrontOriginAccessIdentity Source # 
type Rep UpdateCloudFrontOriginAccessIdentity = D1 (MetaData "UpdateCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-2bCHll9FyHbCB7irh6qf68" False) (C1 (MetaCons "UpdateCloudFrontOriginAccessIdentity'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ucfoaiIfMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ucfoaiCloudFrontOriginAccessIdentityConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CloudFrontOriginAccessIdentityConfig)) (S1 (MetaSel (Just Symbol "_ucfoaiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs UpdateCloudFrontOriginAccessIdentity Source # 

Request Lenses

ucfoaiIfMatch :: Lens' UpdateCloudFrontOriginAccessIdentity (Maybe Text) Source #

The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL .

Destructuring the Response

updateCloudFrontOriginAccessIdentityResponse Source #

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

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

data UpdateCloudFrontOriginAccessIdentityResponse Source #

The returned result of the corresponding request.

See: updateCloudFrontOriginAccessIdentityResponse smart constructor.

Instances

Eq UpdateCloudFrontOriginAccessIdentityResponse Source # 
Data UpdateCloudFrontOriginAccessIdentityResponse Source # 

Methods

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

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

toConstr :: UpdateCloudFrontOriginAccessIdentityResponse -> Constr #

dataTypeOf :: UpdateCloudFrontOriginAccessIdentityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCloudFrontOriginAccessIdentityResponse Source # 
Show UpdateCloudFrontOriginAccessIdentityResponse Source # 
Generic UpdateCloudFrontOriginAccessIdentityResponse Source # 
NFData UpdateCloudFrontOriginAccessIdentityResponse Source # 
type Rep UpdateCloudFrontOriginAccessIdentityResponse Source # 
type Rep UpdateCloudFrontOriginAccessIdentityResponse = D1 (MetaData "UpdateCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-2bCHll9FyHbCB7irh6qf68" False) (C1 (MetaCons "UpdateCloudFrontOriginAccessIdentityResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ucfoairsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ucfoairsCloudFrontOriginAccessIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentity))) (S1 (MetaSel (Just Symbol "_ucfoairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

ucfoairsETag :: Lens' UpdateCloudFrontOriginAccessIdentityResponse (Maybe Text) Source #

The current version of the configuration. For example: E2QWRUHAPOMQZL .