| 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.DeleteVolumeOntapResponse
Description
Synopsis
- data DeleteVolumeOntapResponse = DeleteVolumeOntapResponse' {}
- newDeleteVolumeOntapResponse :: DeleteVolumeOntapResponse
- deleteVolumeOntapResponse_finalBackupId :: Lens' DeleteVolumeOntapResponse (Maybe Text)
- deleteVolumeOntapResponse_finalBackupTags :: Lens' DeleteVolumeOntapResponse (Maybe (NonEmpty Tag))
Documentation
data DeleteVolumeOntapResponse Source #
The response object for the Amazon FSx for NetApp ONTAP volume being
deleted in the DeleteVolume operation.
See: newDeleteVolumeOntapResponse smart constructor.
Constructors
| DeleteVolumeOntapResponse' | |
Fields
| |
Instances
newDeleteVolumeOntapResponse :: DeleteVolumeOntapResponse Source #
Create a value of DeleteVolumeOntapResponse 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:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupId - Undocumented member.
$sel:finalBackupTags:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupTags - Undocumented member.
deleteVolumeOntapResponse_finalBackupId :: Lens' DeleteVolumeOntapResponse (Maybe Text) Source #
Undocumented member.
deleteVolumeOntapResponse_finalBackupTags :: Lens' DeleteVolumeOntapResponse (Maybe (NonEmpty Tag)) Source #
Undocumented member.