amazonka-route53-1.0.1: 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.ChangeTagsForResource

Contents

Description

Undocumented operation.

See: AWS API Reference for ChangeTagsForResource.

Synopsis

Creating a Request

changeTagsForResource Source

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

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

Request Lenses

ctfrRemoveTagKeys :: Lens' ChangeTagsForResource (Maybe (NonEmpty Text)) Source

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

ctfrAddTags :: Lens' ChangeTagsForResource (Maybe (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.

ctfrResourceType :: Lens' ChangeTagsForResource TagResourceType Source

The type of the resource.

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

ctfrResourceId :: Lens' ChangeTagsForResource Text Source

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

Destructuring the Response

changeTagsForResourceResponse Source

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

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

Response Lenses