amazonka-route53-1.2.0.2: Amazon Route 53 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.Route53.ListTagsForResource

Contents

Description

Undocumented operation.

See: AWS API Reference for ListTagsForResource.

Synopsis

Creating a Request

listTagsForResource Source

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

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

Request Lenses

ltfrResourceType :: Lens' ListTagsForResource TagResourceType Source

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.

ltfrResourceId :: Lens' ListTagsForResource Text Source

The ID of the resource for which you want to retrieve tags.

Destructuring the Response

listTagsForResourceResponse Source

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

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

Response Lenses

ltfrrsResourceTagSet :: Lens' ListTagsForResourceResponse ResourceTagSet Source

A ResourceTagSet containing tags associated with the specified resource.