Module Values.RestoreVolumeFromSnapshotResponseSource

Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.

Sourcetype nonrec t = {
  1. volumeId : VolumeId.t option;
    (*

    The ID of the volume that you restored.

    *)
  2. lifecycle : VolumeLifecycle.t option;
    (*

    The lifecycle state of the volume being restored.

    *)
  3. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequest of BadRequest.t
  2. | `InternalServerError of InternalServerError.t
  3. | `VolumeNotFound of VolumeNotFound.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?volumeId:??? -> ?lifecycle:??? -> ?administrativeActions:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t