Smaws_Client_FSx.UpdateVolumeUpdates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
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
| `MissingVolumeConfiguration of Types.missing_volume_configuration
| `VolumeNotFound of Types.volume_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_volume_request ->
(Types.update_volume_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `MissingVolumeConfiguration of Types.missing_volume_configuration
| `VolumeNotFound of Types.volume_not_found ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_volume_request ->
(Types.update_volume_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `MissingVolumeConfiguration of Types.missing_volume_configuration
| `VolumeNotFound of Types.volume_not_found ]
* Smaws_Lib.Response.metadata)
Stdlib.result