amazonka-cloudtrail-1.3.3: Amazon CloudTrail 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.CloudTrail.RemoveTags

Contents

Description

Removes the specified tags from a trail.

See: AWS API Reference for RemoveTags.

Synopsis

Creating a Request

removeTags Source

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

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

Request Lenses

rtTagsList :: Lens' RemoveTags [Tag] Source

Specifies a list of tags to be removed.

rtResourceId :: Lens' RemoveTags Text Source

Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is 'arn:aws:cloudtrail:us-east-1:123456789012:trail\/MyTrail'.

Destructuring the Response

removeTagsResponse Source

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

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

data RemoveTagsResponse Source

Returns the objects or data listed below if successful. Otherwise, returns an error.

See: removeTagsResponse smart constructor.

Response Lenses