libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.RecordTag

Description

 
Synopsis

Documentation

data RecordTag Source #

Information about a tag, which is a key-value pair.

See: newRecordTag smart constructor.

Constructors

RecordTag' 

Fields

Instances

Instances details
Eq RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Read RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Show RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Generic RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Associated Types

type Rep RecordTag :: Type -> Type #

NFData RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Methods

rnf :: RecordTag -> () #

Hashable RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

FromJSON RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

type Rep RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

type Rep RecordTag = D1 ('MetaData "RecordTag" "Amazonka.ServiceCatalog.Types.RecordTag" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "RecordTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecordTag :: RecordTag Source #

Create a value of RecordTag 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:value:RecordTag', recordTag_value - The value for this tag.

$sel:key:RecordTag', recordTag_key - The key for this tag.

recordTag_value :: Lens' RecordTag (Maybe Text) Source #

The value for this tag.

recordTag_key :: Lens' RecordTag (Maybe Text) Source #

The key for this tag.