amazonka-emr-0.3.1: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.RemoveTags

Contents

Description

Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tagging Amazon EMRResources.

The following example removes the stack tag with value Prod from a cluster:

http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_RemoveTags.html

Synopsis

Request

Request constructor

removeTags Source

RemoveTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtResourceId :: Lens' RemoveTags Text Source

The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.

rtTagKeys :: Lens' RemoveTags [Text] Source

A list of tag keys to remove from a resource.

Response

Response constructor