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

Description

 
Synopsis

Documentation

data TagKeys Source #

A complex type that contains zero or more Tag elements.

See: newTagKeys smart constructor.

Constructors

TagKeys' 

Fields

Instances

Instances details
ToXML TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Methods

toXML :: TagKeys -> XML #

Generic TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Associated Types

type Rep TagKeys :: Type -> Type #

Methods

from :: TagKeys -> Rep TagKeys x #

to :: Rep TagKeys x -> TagKeys #

Read TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Show TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

NFData TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Methods

rnf :: TagKeys -> () #

Eq TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Methods

(==) :: TagKeys -> TagKeys -> Bool #

(/=) :: TagKeys -> TagKeys -> Bool #

Hashable TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

Methods

hashWithSalt :: Int -> TagKeys -> Int #

hash :: TagKeys -> Int #

type Rep TagKeys Source # 
Instance details

Defined in Amazonka.CloudFront.Types.TagKeys

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

newTagKeys :: TagKeys Source #

Create a value of TagKeys 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:TagKeys', tagKeys_items - A complex type that contains Tag key elements.

tagKeys_items :: Lens' TagKeys (Maybe [Text]) Source #

A complex type that contains Tag key elements.