amazonka-cloudfront-2.0: Amazon CloudFront SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Description

Update a field-level encryption profile.

Synopsis

Creating a Request

data UpdateFieldLevelEncryptionProfile Source #

See: newUpdateFieldLevelEncryptionProfile smart constructor.

Constructors

UpdateFieldLevelEncryptionProfile' 

Fields

Instances

Instances details
ToHeaders UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

ToPath UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

ToQuery UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

ToElement UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

AWSRequest UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Generic UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Associated Types

type Rep UpdateFieldLevelEncryptionProfile :: Type -> Type #

Read UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Show UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

NFData UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Eq UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Hashable UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

type AWSResponse UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

type Rep UpdateFieldLevelEncryptionProfile Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

type Rep UpdateFieldLevelEncryptionProfile = D1 ('MetaData "UpdateFieldLevelEncryptionProfile" "Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "UpdateFieldLevelEncryptionProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ifMatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fieldLevelEncryptionProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldLevelEncryptionProfileConfig) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateFieldLevelEncryptionProfile Source #

Create a value of UpdateFieldLevelEncryptionProfile with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ifMatch:UpdateFieldLevelEncryptionProfile', updateFieldLevelEncryptionProfile_ifMatch - The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

UpdateFieldLevelEncryptionProfile, updateFieldLevelEncryptionProfile_fieldLevelEncryptionProfileConfig - Request to update a field-level encryption profile.

UpdateFieldLevelEncryptionProfile, updateFieldLevelEncryptionProfile_id - The ID of the field-level encryption profile request.

Request Lenses

updateFieldLevelEncryptionProfile_ifMatch :: Lens' UpdateFieldLevelEncryptionProfile (Maybe Text) Source #

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

updateFieldLevelEncryptionProfile_id :: Lens' UpdateFieldLevelEncryptionProfile Text Source #

The ID of the field-level encryption profile request.

Destructuring the Response

data UpdateFieldLevelEncryptionProfileResponse Source #

Constructors

UpdateFieldLevelEncryptionProfileResponse' 

Fields

Instances

Instances details
Generic UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Read UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Show UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

NFData UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

Eq UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

type Rep UpdateFieldLevelEncryptionProfileResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile

type Rep UpdateFieldLevelEncryptionProfileResponse = D1 ('MetaData "UpdateFieldLevelEncryptionProfileResponse" "Amazonka.CloudFront.UpdateFieldLevelEncryptionProfile" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "UpdateFieldLevelEncryptionProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fieldLevelEncryptionProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldLevelEncryptionProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses