Values.DeleteStorageVirtualMachineRequestSourceDeletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.
type nonrec t = {clientRequestToken : ClientRequestToken.t option;storageVirtualMachineId : StorageVirtualMachineId.t;The ID of the SVM that you want to delete.
*)}val make :
?clientRequestToken:??? ->
storageVirtualMachineId:StorageVirtualMachineId.t ->
unit ->
t