Values.ApisSourceRepresents a collection of APIs.
type nonrec t = {items : Api.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
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And1600.t ])
list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Integer of
IntegerWithLengthBetweenMinus1And86400.t
| `List of [> `String of string ] list ])
list
| `Timestamp of string ])
list ]
list
| `String of NextToken.t ])
list ]