Values.DescribeVolumesRequestSourceDescribes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
type nonrec t = {volumeIds : VolumeIds.t option;The IDs of the volumes whose descriptions you want to retrieve.
*)filters : VolumeFilters.t option;Enter a filter Name and Values pair to view a select set of volumes.
*)maxResults : MaxResults.t option;nextToken : NextToken.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `String of VolumeId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of VolumeFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]