Values.RouteResponsesSourceRepresents a collection of route responses.
type nonrec t = {items : RouteResponse.t list option;The elements from this collection.
*)nextToken : NextToken.t option;The next page of elements from this collection. Not valid for the last element of the collection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And128.t
| `Structure of
(string * [> `Boolean of bool ]) list ])
list
| `String of SelectionExpression.t ])
list ]
list
| `String of NextToken.t ])
list ]