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.UpdateFieldLevelEncryptionConfig

Contents

Description

Update a field-level encryption configuration.

Synopsis

Creating a Request

updateFieldLevelEncryptionConfig Source #

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

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

  • uflecIfMatch - The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL .
  • uflecFieldLevelEncryptionConfig - Request to update a field-level encryption configuration.
  • uflecId - The ID of the configuration you want to update.

data UpdateFieldLevelEncryptionConfig Source #

See: updateFieldLevelEncryptionConfig smart constructor.

Instances

Eq UpdateFieldLevelEncryptionConfig Source # 
Data UpdateFieldLevelEncryptionConfig Source # 

Methods

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

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

toConstr :: UpdateFieldLevelEncryptionConfig -> Constr #

dataTypeOf :: UpdateFieldLevelEncryptionConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateFieldLevelEncryptionConfig Source # 
Show UpdateFieldLevelEncryptionConfig Source # 
Generic UpdateFieldLevelEncryptionConfig Source # 
Hashable UpdateFieldLevelEncryptionConfig Source # 
NFData UpdateFieldLevelEncryptionConfig Source # 
AWSRequest UpdateFieldLevelEncryptionConfig Source # 
ToElement UpdateFieldLevelEncryptionConfig Source # 
ToHeaders UpdateFieldLevelEncryptionConfig Source # 
ToPath UpdateFieldLevelEncryptionConfig Source # 
ToQuery UpdateFieldLevelEncryptionConfig Source # 
type Rep UpdateFieldLevelEncryptionConfig Source # 
type Rep UpdateFieldLevelEncryptionConfig = D1 * (MetaData "UpdateFieldLevelEncryptionConfig" "Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig" "amazonka-cloudfront-1.6.0-GTmJBWQTc5OFcqzFNdHHM3" False) (C1 * (MetaCons "UpdateFieldLevelEncryptionConfig'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uflecIfMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uflecFieldLevelEncryptionConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * FieldLevelEncryptionConfig)) (S1 * (MetaSel (Just Symbol "_uflecId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs UpdateFieldLevelEncryptionConfig Source # 

Request Lenses

uflecIfMatch :: Lens' UpdateFieldLevelEncryptionConfig (Maybe Text) Source #

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

uflecId :: Lens' UpdateFieldLevelEncryptionConfig Text Source #

The ID of the configuration you want to update.

Destructuring the Response

updateFieldLevelEncryptionConfigResponse Source #

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

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

data UpdateFieldLevelEncryptionConfigResponse Source #

Instances

Eq UpdateFieldLevelEncryptionConfigResponse Source # 
Data UpdateFieldLevelEncryptionConfigResponse Source # 

Methods

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

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

toConstr :: UpdateFieldLevelEncryptionConfigResponse -> Constr #

dataTypeOf :: UpdateFieldLevelEncryptionConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateFieldLevelEncryptionConfigResponse Source # 
Show UpdateFieldLevelEncryptionConfigResponse Source # 
Generic UpdateFieldLevelEncryptionConfigResponse Source # 
NFData UpdateFieldLevelEncryptionConfigResponse Source # 
type Rep UpdateFieldLevelEncryptionConfigResponse Source # 
type Rep UpdateFieldLevelEncryptionConfigResponse = D1 * (MetaData "UpdateFieldLevelEncryptionConfigResponse" "Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig" "amazonka-cloudfront-1.6.0-GTmJBWQTc5OFcqzFNdHHM3" False) (C1 * (MetaCons "UpdateFieldLevelEncryptionConfigResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uflecrsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uflecrsFieldLevelEncryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe FieldLevelEncryption))) (S1 * (MetaSel (Just Symbol "_uflecrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

uflecrsETag :: Lens' UpdateFieldLevelEncryptionConfigResponse (Maybe Text) Source #

The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL .