amazonka-cloudfront-1.6.0: 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 #

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Associated Types

type Rep UpdateCloudFrontOriginAccessIdentity :: * -> * #

Hashable UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

AWSRequest UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Associated Types

type Rs UpdateCloudFrontOriginAccessIdentity :: * #

ToElement UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToHeaders UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToPath UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToQuery UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentity # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentity = D1 (MetaData "UpdateCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.0-UYFoUyWv9X385WP5RsDEn" 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 # 
Instance details

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentityResponse # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentityResponse # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentityResponse # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentityResponse # 
Instance details

Defined in Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentityResponse = D1 (MetaData "UpdateCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.UpdateCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.0-UYFoUyWv9X385WP5RsDEn" 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) #

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