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.Types.ContentTypeProfiles

Description

 
Synopsis

Documentation

data ContentTypeProfiles Source #

Field-level encryption content type-profile.

See: newContentTypeProfiles smart constructor.

Constructors

ContentTypeProfiles' 

Fields

Instances

Instances details
FromXML ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

ToXML ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

Generic ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

Associated Types

type Rep ContentTypeProfiles :: Type -> Type #

Read ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

Show ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

NFData ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

Methods

rnf :: ContentTypeProfiles -> () #

Eq ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

Hashable ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

type Rep ContentTypeProfiles Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfiles

type Rep ContentTypeProfiles = D1 ('MetaData "ContentTypeProfiles" "Amazonka.CloudFront.Types.ContentTypeProfiles" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ContentTypeProfiles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContentTypeProfile])) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newContentTypeProfiles Source #

Create a value of ContentTypeProfiles 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:items:ContentTypeProfiles', contentTypeProfiles_items - Items in a field-level encryption content type-profile mapping.

$sel:quantity:ContentTypeProfiles', contentTypeProfiles_quantity - The number of field-level encryption content type-profile mappings.

contentTypeProfiles_items :: Lens' ContentTypeProfiles (Maybe [ContentTypeProfile]) Source #

Items in a field-level encryption content type-profile mapping.

contentTypeProfiles_quantity :: Lens' ContentTypeProfiles Int Source #

The number of field-level encryption content type-profile mappings.