Smaws_Client_FSx.DescribeStorageVirtualMachinesDescribes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_storage_virtual_machines_request ->
(Types.describe_storage_virtual_machines_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_storage_virtual_machines_request ->
(Types.describe_storage_virtual_machines_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found ]
* Smaws_Lib.Response.metadata)
Stdlib.result