Module Values.UpdateVolumeResponseSource

Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

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

    A description of the volume just updated. Returned after a successful UpdateVolume API operation.

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