amazonka-efs-1.3.4: Amazon Elastic File System 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.EFS.DeleteTags

Contents

Description

Deletes the specified tags from a file system. If the DeleteTags request includes a tag key that does not exist, Amazon EFS ignores it; it is not an error. For more information about tags and related restrictions, go to Tag Restrictions in the AWS Billing and Cost Management User Guide.

This operation requires permission for the 'elasticfilesystem:DeleteTags' action.

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

dFileSystemId :: Lens' DeleteTags Text Source

String. The ID of the file system whose tags you want to delete.

dTagKeys :: Lens' DeleteTags [Text] Source

A list of tag keys to delete.

Destructuring the Response

deleteTagsResponse :: DeleteTagsResponse Source

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