Values.DescribeVolumesResponseSourceDescribes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
type nonrec t = {volumes : Volumes.t option;Returned after a successful DescribeVolumes operation, describing each volume.
*)nextToken : NextToken.t option;}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of Awso.Botodata.value list | `String of NextToken.t ])
list ]