Values.ApiMappingsSourceRepresents a collection of ApiMappings resources.
type nonrec t = {items : ApiMapping.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 * [> `String of Id.t ]) list ] list
| `String of NextToken.t ])
list ]