Module Smaws_Client_FSx.UpdateStorageVirtualMachine

Updates an FSx for ONTAP storage virtual machine (SVM).

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 | `UnsupportedOperation of Types.unsupported_operation ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_storage_virtual_machine_request -> (Types.update_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 | `UnsupportedOperation of Types.unsupported_operation ]) Stdlib.result