amazonka-rds-1.2.0.1: Amazon Relational Database Service 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.RDS.RemoveTagsFromResource

Contents

Description

Removes metadata tags from an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

See: AWS API Reference for RemoveTagsFromResource.

Synopsis

Creating a Request

removeTagsFromResource Source

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

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

Request Lenses

rtfrResourceName :: Lens' RemoveTagsFromResource Text Source

The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] Source

The tag key (name) of the tag to be removed.

Destructuring the Response

removeTagsFromResourceResponse :: RemoveTagsFromResourceResponse Source

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