Values.DescribeRuntimeVersionsResponseSourceReturns a list of Synthetics canary runtime versions. For more information, see Canary Runtime Versions.
type nonrec t = {runtimeVersions : RuntimeVersionList.t option;An array of objects that display the details about each Synthetics canary runtime version.
*)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.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t | `Timestamp of Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]