Values.RestoreVolumeFromSnapshotResponseSourceReturns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
type nonrec t = {volumeId : VolumeId.t option;The ID of the volume that you restored.
*)lifecycle : VolumeLifecycle.t option;The lifecycle state of the volume being restored.
*)administrativeActions : AdministrativeActions.t option;A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `InternalServerError of InternalServerError.t| `VolumeNotFound of VolumeNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]