amazonka-route53-domains-1.3.4: Amazon Route 53 Domains SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.ListTagsForDomain

Contents

Description

This operation returns all of the tags that are associated with the specified domain.

All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.

See: AWS API Reference for ListTagsForDomain.

Synopsis

Creating a Request

listTagsForDomain Source

Creates a value of ListTagsForDomain with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ltfdDomainName :: Lens' ListTagsForDomain Text Source

The domain for which you want to get a list of tags.

Destructuring the Response

listTagsForDomainResponse Source

Creates a value of ListTagsForDomainResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ltfdrsTagList :: Lens' ListTagsForDomainResponse [Tag] Source

A list of the tags that are associated with the specified domain.

Type: A complex type containing a list of tags

Each tag includes the following elements.

  • Key

    The key (name) of a tag.

    Type: String

  • Value

    The value of a tag.

    Type: String