amazonka-redshift-0.0.7: Amazon Redshift SDK.

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.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteTags.html

Synopsis

Request

Request constructor

deleteTags Source

DeleteTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

dt1ResourceName :: 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'.

dt1TagKeys :: Lens' DeleteTags [Text] Source

The tag key that you want to delete.

Response

Response constructor