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

Description

 
Synopsis

Documentation

data FieldLevelEncryptionList Source #

List of field-level encrpytion configurations.

See: newFieldLevelEncryptionList smart constructor.

Constructors

FieldLevelEncryptionList' 

Fields

  • items :: Maybe [FieldLevelEncryptionSummary]

    An array of field-level encryption items.

  • nextMarker :: Maybe Text

    If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

  • maxItems :: Int

    The maximum number of elements you want in the response body.

  • quantity :: Int

    The number of field-level encryption items.

Instances

Instances details
Eq FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

Read FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

Show FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

Generic FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

Associated Types

type Rep FieldLevelEncryptionList :: Type -> Type #

NFData FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

Hashable FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

FromXML FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

type Rep FieldLevelEncryptionList Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionList

type Rep FieldLevelEncryptionList = D1 ('MetaData "FieldLevelEncryptionList" "Amazonka.CloudFront.Types.FieldLevelEncryptionList" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "FieldLevelEncryptionList'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldLevelEncryptionSummary])) :*: S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newFieldLevelEncryptionList Source #

Create a value of FieldLevelEncryptionList 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:FieldLevelEncryptionList', fieldLevelEncryptionList_items - An array of field-level encryption items.

$sel:nextMarker:FieldLevelEncryptionList', fieldLevelEncryptionList_nextMarker - If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

$sel:maxItems:FieldLevelEncryptionList', fieldLevelEncryptionList_maxItems - The maximum number of elements you want in the response body.

$sel:quantity:FieldLevelEncryptionList', fieldLevelEncryptionList_quantity - The number of field-level encryption items.

fieldLevelEncryptionList_nextMarker :: Lens' FieldLevelEncryptionList (Maybe Text) Source #

If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

fieldLevelEncryptionList_maxItems :: Lens' FieldLevelEncryptionList Int Source #

The maximum number of elements you want in the response body.

fieldLevelEncryptionList_quantity :: Lens' FieldLevelEncryptionList Int Source #

The number of field-level encryption items.