Values.DescribeRuntimeVersionsRequestSourceReturns a list of Synthetics canary runtime versions. For more information, see Canary Runtime Versions.
type nonrec t = {nextToken : Token.t option;A token that indicates that there is more data available. You can use this token in a subsequent DescribeRuntimeVersions operation to retrieve the next set of results.
*)maxResults : MaxSize100.t option;Specify this parameter to limit how many runs are returned each time you use the DescribeRuntimeVersions operation. If you omit this parameter, the default of 100 is used.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxSize100.t | `String of Token.t ]) list ]