| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FSx.Types.DeleteFileSystemLustreResponse
Description
Synopsis
- data DeleteFileSystemLustreResponse = DeleteFileSystemLustreResponse' {}
- newDeleteFileSystemLustreResponse :: DeleteFileSystemLustreResponse
- deleteFileSystemLustreResponse_finalBackupId :: Lens' DeleteFileSystemLustreResponse (Maybe Text)
- deleteFileSystemLustreResponse_finalBackupTags :: Lens' DeleteFileSystemLustreResponse (Maybe (NonEmpty Tag))
Documentation
data DeleteFileSystemLustreResponse Source #
The response object for the Amazon FSx for Lustre file system being
deleted in the DeleteFileSystem operation.
See: newDeleteFileSystemLustreResponse smart constructor.
Constructors
| DeleteFileSystemLustreResponse' | |
Fields
| |
Instances
newDeleteFileSystemLustreResponse :: DeleteFileSystemLustreResponse Source #
Create a value of DeleteFileSystemLustreResponse 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:finalBackupId:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupId - The ID of the final backup for this file system.
$sel:finalBackupTags:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupTags - The set of tags applied to the final backup.
deleteFileSystemLustreResponse_finalBackupId :: Lens' DeleteFileSystemLustreResponse (Maybe Text) Source #
The ID of the final backup for this file system.
deleteFileSystemLustreResponse_finalBackupTags :: Lens' DeleteFileSystemLustreResponse (Maybe (NonEmpty Tag)) Source #
The set of tags applied to the final backup.