Values.CopySnapshotAndUpdateVolumeResponseSourceUpdates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system. For more information, see on-demand data replication in the Amazon FSx for OpenZFS User Guide.
type nonrec t = {volumeId : VolumeId.t option;The ID of the volume that you copied the snapshot to.
*)lifecycle : VolumeLifecycle.t option;The lifecycle state of the destination volume.
*)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| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `ServiceLimitExceeded of ServiceLimitExceeded.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
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]