Values.UpdateVolumeResponseSourceUpdates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
type nonrec error = [ | `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `MissingVolumeConfiguration of MissingVolumeConfiguration.t| `VolumeNotFound of VolumeNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `MissingVolumeConfiguration of MissingVolumeConfiguration.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `MissingVolumeConfiguration of MissingVolumeConfiguration.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]