| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.EFS.DeleteTags
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 and doesn't cause an error. For more information about tags and related restrictions, see Tag Restrictions in the AWS Billing and Cost Management User Guide .
This operation requires permissions for the elasticfilesystem:DeleteTags action.
Creating a Request
Arguments
| :: Text | |
| -> DeleteTags |
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:
dFileSystemId- ID of the file system whose tags you want to delete (String).dTagKeys- List of tag keys to delete.
data DeleteTags Source #
See: deleteTags smart constructor.
Instances
Request Lenses
dFileSystemId :: Lens' DeleteTags Text Source #
ID of the file system whose tags you want to delete (String).
Destructuring the Response
deleteTagsResponse :: DeleteTagsResponse Source #
Creates a value of DeleteTagsResponse with the minimum fields required to make a request.
data DeleteTagsResponse Source #
See: deleteTagsResponse smart constructor.