Module Smaws_Client_FSx.DeleteStorageVirtualMachine

Deletes 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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_storage_virtual_machine_request -> (Types.delete_storage_virtual_machine_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found ]) Stdlib.result