| 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.DeleteFileSystemWindowsResponse
Description
Synopsis
- data DeleteFileSystemWindowsResponse = DeleteFileSystemWindowsResponse' {}
- newDeleteFileSystemWindowsResponse :: DeleteFileSystemWindowsResponse
- deleteFileSystemWindowsResponse_finalBackupId :: Lens' DeleteFileSystemWindowsResponse (Maybe Text)
- deleteFileSystemWindowsResponse_finalBackupTags :: Lens' DeleteFileSystemWindowsResponse (Maybe (NonEmpty Tag))
Documentation
data DeleteFileSystemWindowsResponse Source #
The response object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
See: newDeleteFileSystemWindowsResponse smart constructor.
Constructors
| DeleteFileSystemWindowsResponse' | |
Fields
| |
Instances
newDeleteFileSystemWindowsResponse :: DeleteFileSystemWindowsResponse Source #
Create a value of DeleteFileSystemWindowsResponse 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:DeleteFileSystemWindowsResponse', deleteFileSystemWindowsResponse_finalBackupId - The ID of the final backup for this file system.
$sel:finalBackupTags:DeleteFileSystemWindowsResponse', deleteFileSystemWindowsResponse_finalBackupTags - The set of tags applied to the final backup.
deleteFileSystemWindowsResponse_finalBackupId :: Lens' DeleteFileSystemWindowsResponse (Maybe Text) Source #
The ID of the final backup for this file system.
deleteFileSystemWindowsResponse_finalBackupTags :: Lens' DeleteFileSystemWindowsResponse (Maybe (NonEmpty Tag)) Source #
The set of tags applied to the final backup.