libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Description

 
Synopsis

Documentation

data FieldLevelEncryptionSummary Source #

A summary of a field-level encryption item.

See: newFieldLevelEncryptionSummary smart constructor.

Constructors

FieldLevelEncryptionSummary' 

Fields

Instances

Instances details
Eq FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Read FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Show FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Generic FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Associated Types

type Rep FieldLevelEncryptionSummary :: Type -> Type #

NFData FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

Hashable FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

FromXML FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

type Rep FieldLevelEncryptionSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionSummary

type Rep FieldLevelEncryptionSummary = D1 ('MetaData "FieldLevelEncryptionSummary" "Amazonka.CloudFront.Types.FieldLevelEncryptionSummary" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "FieldLevelEncryptionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "queryArgProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryArgProfileConfig)) :*: S1 ('MetaSel ('Just "contentTypeProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentTypeProfileConfig))) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))))

newFieldLevelEncryptionSummary Source #

Create a value of FieldLevelEncryptionSummary 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:queryArgProfileConfig:FieldLevelEncryptionSummary', fieldLevelEncryptionSummary_queryArgProfileConfig - A summary of a query argument-profile mapping.

$sel:contentTypeProfileConfig:FieldLevelEncryptionSummary', fieldLevelEncryptionSummary_contentTypeProfileConfig - A summary of a content type-profile mapping.

$sel:comment:FieldLevelEncryptionSummary', fieldLevelEncryptionSummary_comment - An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.

$sel:id:FieldLevelEncryptionSummary', fieldLevelEncryptionSummary_id - The unique ID of a field-level encryption item.

$sel:lastModifiedTime:FieldLevelEncryptionSummary', fieldLevelEncryptionSummary_lastModifiedTime - The last time that the summary of field-level encryption items was modified.

fieldLevelEncryptionSummary_comment :: Lens' FieldLevelEncryptionSummary (Maybe Text) Source #

An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.

fieldLevelEncryptionSummary_id :: Lens' FieldLevelEncryptionSummary Text Source #

The unique ID of a field-level encryption item.

fieldLevelEncryptionSummary_lastModifiedTime :: Lens' FieldLevelEncryptionSummary UTCTime Source #

The last time that the summary of field-level encryption items was modified.