Values_5.DescribeVolumesResultSourceDescribes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination. For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide. We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
type nonrec t = {nextToken : Values_0.String_.t option;The token to include in another request to get the next page of items. This value is null when there are no more items to return.
*)volumes : Values_3.VolumeList.t option;Information about the volumes.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t
| `Structure of
(string * [> `Boolean of bool | `String of string ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]