amazonka-redshift-1.3.3.1: Amazon Redshift 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.Redshift.DeleteTags

Contents

Description

Deletes a tag or tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.

See: AWS API Reference for DeleteTags.

Synopsis

Creating a Request

deleteTags Source

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

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

Request Lenses

dtsResourceName :: Lens' DeleteTags Text Source

The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, 'arn:aws:redshift:us-east-1:123456789:cluster:t1'.

dtsTagKeys :: Lens' DeleteTags [Text] Source

The tag key that you want to delete.

Destructuring the Response

deleteTagsResponse :: DeleteTagsResponse Source

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