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.DeleteFileSystem

Contents

Description

Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you will not be able to access any contents of the deleted file system.

You cannot delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget.

The DeleteFileSystem call returns while the file system state is still "deleting". You can check the file system deletion status by calling the DescribeFileSystems API, which returns a list of file systems in your account. If you pass file system ID or creation token for the deleted file system, the DescribeFileSystems will return a 404 "FileSystemNotFound" error.

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

See: AWS API Reference for DeleteFileSystem.

Synopsis

Creating a Request

deleteFileSystem Source

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

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

Request Lenses

delFileSystemId :: Lens' DeleteFileSystem Text Source

The ID of the file system you want to delete.

Destructuring the Response

deleteFileSystemResponse :: DeleteFileSystemResponse Source

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