amazonka-route53-1.3.3: 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.ListTagsForResources

Contents

Description

Undocumented operation.

See: AWS API Reference for ListTagsForResources.

Synopsis

Creating a Request

listTagsForResources Source

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

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

Request Lenses

lResourceType :: Lens' ListTagsForResources TagResourceType Source

The type of the resources.

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

lResourceIds :: Lens' ListTagsForResources (NonEmpty Text) Source

A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

Destructuring the Response

listTagsForResourcesResponse Source

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

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

Response Lenses

lrsResourceTagSets :: Lens' ListTagsForResourcesResponse [ResourceTagSet] Source

A list of ResourceTagSets containing tags associated with the specified resources.