Values.UpdateSnapshotResponseSourceUpdates the name of an Amazon FSx for OpenZFS snapshot.
type nonrec t = {snapshot : Snapshot.t option;Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `InternalServerError of InternalServerError.t| `SnapshotNotFound of SnapshotNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `SnapshotNotFound of SnapshotNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `SnapshotNotFound of SnapshotNotFound.t
| `Unknown_operation_error of string * string option ]