amazonka-route53-0.0.0: Amazon Route 53 SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.ChangeTagsForResource

Contents

Description

Synopsis

Request

Request constructor

Request lenses

ctfrAddTags :: Lens' ChangeTagsForResource (NonEmpty Tag) Source

A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

ctfrRemoveTagKeys :: Lens' ChangeTagsForResource (NonEmpty Text) Source

A list of Tag keys that you want to remove from the specified resource.

ctfrResourceId :: Lens' ChangeTagsForResource Text Source

The ID of the resource for which you want to add, change, or delete tags.

ctfrResourceType :: Lens' ChangeTagsForResource Text Source

The type of the resource. The resource type for health checks is healthcheck.

Response

Response constructor