Copyright | (c) 2013-2021 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 |
Deletes the FileSystemPolicy
for the specified file system. The
default FileSystemPolicy
goes into effect once the existing policy is
deleted. For more information about the default file system policy, see
Using Resource-based Policies with EFS.
This operation requires permissions for the
elasticfilesystem:DeleteFileSystemPolicy
action.
Synopsis
- data DeleteFileSystemPolicy = DeleteFileSystemPolicy' {
- fileSystemId :: Text
- newDeleteFileSystemPolicy :: Text -> DeleteFileSystemPolicy
- deleteFileSystemPolicy_fileSystemId :: Lens' DeleteFileSystemPolicy Text
- data DeleteFileSystemPolicyResponse = DeleteFileSystemPolicyResponse' {
- newDeleteFileSystemPolicyResponse :: DeleteFileSystemPolicyResponse
Creating a Request
data DeleteFileSystemPolicy Source #
See: newDeleteFileSystemPolicy
smart constructor.
DeleteFileSystemPolicy' | |
|
Instances
newDeleteFileSystemPolicy Source #
Create a value of DeleteFileSystemPolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fileSystemId:DeleteFileSystemPolicy'
, deleteFileSystemPolicy_fileSystemId
- Specifies the EFS file system for which to delete the
FileSystemPolicy
.
Request Lenses
deleteFileSystemPolicy_fileSystemId :: Lens' DeleteFileSystemPolicy Text Source #
Specifies the EFS file system for which to delete the
FileSystemPolicy
.
Destructuring the Response
data DeleteFileSystemPolicyResponse Source #
See: newDeleteFileSystemPolicyResponse
smart constructor.
Instances
newDeleteFileSystemPolicyResponse :: DeleteFileSystemPolicyResponse Source #
Create a value of DeleteFileSystemPolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.