Values.DeleteStorageVirtualMachineResponseSourceDeletes 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 = {storageVirtualMachineId : StorageVirtualMachineId.t option;The ID of the SVM Amazon FSx is deleting.
*)lifecycle : StorageVirtualMachineLifecycle.t option;Describes the lifecycle state of the SVM being deleted.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StorageVirtualMachineId.t ])
list ]