libZSservicesZSamazonka-datasyncZSamazonka-datasync
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.DataSync.Types.TagListEntry

Description

 
Synopsis

Documentation

data TagListEntry Source #

Represents a single entry in a list of AWS resource tags. TagListEntry returns an array that contains a list of tasks when the ListTagsForResource operation is called.

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
Eq TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Read TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Show 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 #

NFData TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

Methods

rnf :: TagListEntry -> () #

Hashable TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

ToJSON TagListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TagListEntry

FromJSON 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" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" '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.