amazonka-route53-0.1.3: Amazon Route 53 SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.ListTagsForResources

Contents

Description

Synopsis

Request

Request constructor

Request lenses

ltfr1ResourceIds :: 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.

ltfr1ResourceType :: 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.

Response

Response constructor

Response lenses

ltfrrResourceTagSets :: Lens' ListTagsForResourcesResponse [ResourceTagSet] Source

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