Smaws_Client_FSx.CreateStorageVirtualMachineCreates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActiveDirectoryError of Types.active_directory_error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_storage_virtual_machine_request ->
(Types.create_storage_virtual_machine_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActiveDirectoryError of Types.active_directory_error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_storage_virtual_machine_request ->
(Types.create_storage_virtual_machine_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActiveDirectoryError of Types.active_directory_error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ]
* Smaws_Lib.Response.metadata)
Stdlib.result