Module Values.DescribeRuntimeVersionsRequestSource

Returns a list of Synthetics canary runtime versions. For more information, see Canary Runtime Versions.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxSize100.t | `String of Token.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t