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

Description

 
Synopsis

Documentation

data KeyPairIds Source #

A list of CloudFront key pair identifiers.

See: newKeyPairIds smart constructor.

Constructors

KeyPairIds' 

Fields

  • items :: Maybe [Text]

    A list of CloudFront key pair identifiers.

  • quantity :: Int

    The number of key pair identifiers in the list.

Instances

Instances details
Eq KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

Read KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

Show KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

Generic KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

Associated Types

type Rep KeyPairIds :: Type -> Type #

NFData KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

Methods

rnf :: KeyPairIds -> () #

Hashable KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

FromXML KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

type Rep KeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyPairIds

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

newKeyPairIds Source #

Create a value of KeyPairIds 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:KeyPairIds', keyPairIds_items - A list of CloudFront key pair identifiers.

$sel:quantity:KeyPairIds', keyPairIds_quantity - The number of key pair identifiers in the list.

keyPairIds_items :: Lens' KeyPairIds (Maybe [Text]) Source #

A list of CloudFront key pair identifiers.

keyPairIds_quantity :: Lens' KeyPairIds Int Source #

The number of key pair identifiers in the list.