Values.GetSessionsStatisticsAggregationRequestSourceShared pagination fields for List operation inputs (nextToken + maxResults).
type nonrec t = {farmId : FarmId.t;The identifier of the farm to include in the statistics. This should be the same as the farm ID used in the call to the StartSessionsStatisticsAggregation operation.
*)nextToken : NextToken.t option;The token for the next set of results, or null to start from the beginning.
*)maxResults : MaxResults.t option;The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
*)aggregationId : AggregationId.t;The identifier returned by the StartSessionsStatisticsAggregation operation that identifies the aggregated statistics.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
farmId:FarmId.t ->
aggregationId:AggregationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of FarmId.t ]) list ]