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

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.

http://docs.aws.amazon.com/Route53/latest/APIReference/api-ListTagsForDomain.html

Synopsis

Request

Request constructor

listTagsForDomain Source

ListTagsForDomain constructor.

The fields accessible through corresponding lenses are:

Request lenses

ltfdDomainName :: Lens' ListTagsForDomain Text Source

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

Response

Response constructor

listTagsForDomainResponse :: ListTagsForDomainResponse Source

ListTagsForDomainResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

ltfdrTagList :: 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