amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.TagDescription

Description

 
Synopsis

Documentation

data TagDescription Source #

Describes a tag.

See: newTagDescription smart constructor.

Constructors

TagDescription' 

Fields

Instances

Instances details
FromXML TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

Generic TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

Associated Types

type Rep TagDescription :: Type -> Type #

Read TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

Show TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

NFData TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

Methods

rnf :: TagDescription -> () #

Eq TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

Hashable TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

type Rep TagDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.TagDescription

type Rep TagDescription = D1 ('MetaData "TagDescription" "Amazonka.EC2.Types.TagDescription" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TagDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTagDescription Source #

Create a value of TagDescription 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:resourceId:TagDescription', tagDescription_resourceId - The ID of the resource.

$sel:resourceType:TagDescription', tagDescription_resourceType - The resource type.

TagDescription, tagDescription_key - The tag key.

TagDescription, tagDescription_value - The tag value.