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

Description

 
Synopsis

Documentation

data KeyGroupSummary Source #

Contains information about a key group.

See: newKeyGroupSummary smart constructor.

Constructors

KeyGroupSummary' 

Fields

Instances

Instances details
Eq KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

Read KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

Show KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

Generic KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

Associated Types

type Rep KeyGroupSummary :: Type -> Type #

NFData KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

Methods

rnf :: KeyGroupSummary -> () #

Hashable KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

FromXML KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

type Rep KeyGroupSummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroupSummary

type Rep KeyGroupSummary = D1 ('MetaData "KeyGroupSummary" "Amazonka.CloudFront.Types.KeyGroupSummary" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "KeyGroupSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KeyGroup)))

newKeyGroupSummary Source #

Create a value of KeyGroupSummary 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:keyGroup:KeyGroupSummary', keyGroupSummary_keyGroup - A key group.