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

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Data UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

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

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Show UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Generic UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Associated Types

type Rep UpdateFieldLevelEncryptionConfig :: Type -> Type #

Hashable UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

AWSRequest UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Associated Types

type Rs UpdateFieldLevelEncryptionConfig :: Type #

ToElement UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

ToHeaders UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

ToPath UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

ToQuery UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

NFData UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

type Rep UpdateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

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

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

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

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Data UpdateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

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

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Show UpdateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

Generic UpdateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

NFData UpdateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

type Rep UpdateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig

type Rep UpdateFieldLevelEncryptionConfigResponse = D1 (MetaData "UpdateFieldLevelEncryptionConfigResponse" "Network.AWS.CloudFront.UpdateFieldLevelEncryptionConfig" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "UpdateFieldLevelEncryptionConfigResponse'" PrefixI True) (S1 (MetaSel (Just "_uflecrsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_uflecrsFieldLevelEncryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FieldLevelEncryption)) :*: S1 (MetaSel (Just "_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 .