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 #

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 #

The request to update an origin access identity.

See: updateCloudFrontOriginAccessIdentity smart constructor.

Instances

Eq UpdateCloudFrontOriginAccessIdentity # 
Data UpdateCloudFrontOriginAccessIdentity # 

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 # 
Show UpdateCloudFrontOriginAccessIdentity # 
Generic UpdateCloudFrontOriginAccessIdentity # 
Hashable UpdateCloudFrontOriginAccessIdentity # 
NFData UpdateCloudFrontOriginAccessIdentity # 
AWSRequest UpdateCloudFrontOriginAccessIdentity # 
ToElement UpdateCloudFrontOriginAccessIdentity # 
ToQuery UpdateCloudFrontOriginAccessIdentity # 
ToPath UpdateCloudFrontOriginAccessIdentity # 
ToHeaders UpdateCloudFrontOriginAccessIdentity # 
type Rep UpdateCloudFrontOriginAccessIdentity # 
type Rep UpdateCloudFrontOriginAccessIdentity = D1 (MetaData "UpdateCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" 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 # 

Request Lenses

ucfoaiIfMatch :: Lens' UpdateCloudFrontOriginAccessIdentity (Maybe Text) #

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

Destructuring the Response

updateCloudFrontOriginAccessIdentityResponse #

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 #

The returned result of the corresponding request.

See: updateCloudFrontOriginAccessIdentityResponse smart constructor.

Instances

Eq UpdateCloudFrontOriginAccessIdentityResponse # 
Data UpdateCloudFrontOriginAccessIdentityResponse # 

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 # 
Show UpdateCloudFrontOriginAccessIdentityResponse # 
Generic UpdateCloudFrontOriginAccessIdentityResponse # 
NFData UpdateCloudFrontOriginAccessIdentityResponse # 
type Rep UpdateCloudFrontOriginAccessIdentityResponse # 
type Rep UpdateCloudFrontOriginAccessIdentityResponse = D1 (MetaData "UpdateCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" 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) #

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