Values.DeleteVolumeRequestSourceDeletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
type nonrec t = {clientRequestToken : ClientRequestToken.t option;volumeId : VolumeId.t;The ID of the volume that you are deleting.
*)ontapConfiguration : DeleteVolumeOntapConfiguration.t option;For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.
*)openZFSConfiguration : DeleteVolumeOpenZFSConfiguration.t option;For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
*)}val make :
?clientRequestToken:??? ->
?ontapConfiguration:??? ->
?openZFSConfiguration:??? ->
volumeId:VolumeId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientRequestToken.t
| `Structure of
(string
* [> `Boolean of Flag.t
| `List of
[> `Enum of string
| `Structure of (string * [> `String of TagKey.t ]) list ]
list ])
list ])
list ]