Module Values.CreateVolumeFromBackupResponseSource

Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.

Sourcetype nonrec t = {
  1. volume : Volume.t option;
    (*

    Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.

    *)
}
Sourcetype nonrec error = [
  1. | `BackupNotFound of BackupNotFound.t
  2. | `BadRequest of BadRequest.t
  3. | `FileSystemNotFound of FileSystemNotFound.t
  4. | `IncompatibleParameterError of IncompatibleParameterError.t
  5. | `InternalServerError of InternalServerError.t
  6. | `MissingVolumeConfiguration of MissingVolumeConfiguration.t
  7. | `ServiceLimitExceeded of ServiceLimitExceeded.t
  8. | `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?volume:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BackupNotFound of BackupNotFound.t | `BadRequest of BadRequest.t | `FileSystemNotFound of FileSystemNotFound.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `MissingVolumeConfiguration of MissingVolumeConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BackupNotFound of BackupNotFound.t | `BadRequest of BadRequest.t | `FileSystemNotFound of FileSystemNotFound.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `MissingVolumeConfiguration of MissingVolumeConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t | `Unknown_operation_error of string * string option ]
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