amazonka-datasync-2.0: Amazon DataSync 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.DataSync.Types.TagListEntry

Description

 
Synopsis

Documentation

data TagListEntry Source #

A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.

See: newTagListEntry smart constructor.

Constructors

TagListEntry' 

Fields

  • value :: Maybe Text

    The value for an Amazon Web Services resource tag.

  • key :: Text

    The key for an Amazon Web Services resource tag.

Instances

Instances details
FromJSON TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

ToJSON TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Generic TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Associated Types

type Rep TagListEntry :: Type -> Type #

Read TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Show TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

NFData TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Methods

rnf :: TagListEntry -> () #

Eq TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Hashable TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

type Rep TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

type Rep TagListEntry = D1 ('MetaData "TagListEntry" "Amazonka.DataSync.Types.TagListEntry" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "TagListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTagListEntry Source #

Create a value of TagListEntry 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:TagListEntry', tagListEntry_value - The value for an Amazon Web Services resource tag.

$sel:key:TagListEntry', tagListEntry_key - The key for an Amazon Web Services resource tag.

tagListEntry_value :: Lens' TagListEntry (Maybe Text) Source #

The value for an Amazon Web Services resource tag.

tagListEntry_key :: Lens' TagListEntry Text Source #

The key for an Amazon Web Services resource tag.