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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Data UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.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 Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Hashable UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

AWSRequest UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToElement UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToHeaders UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToPath UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToQuery UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Data UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentityResponse = D1 (MetaData "UpdateCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "UpdateCloudFrontOriginAccessIdentityResponse'" PrefixI True) (S1 (MetaSel (Just "_ucfoairsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ucfoairsCloudFrontOriginAccessIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentity)) :*: S1 (MetaSel (Just "_ucfoairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

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

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