Values.GetInsightSummariesRequestSourceRetrieves the summaries of all insights in the specified group matching the provided filter values.
type nonrec t = {states : InsightStateList.t option;The list of insight states.
*)groupARN : GroupARN.t option;The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
*)groupName : GroupName.t option;The name of the group. Required if the GroupARN isn't provided.
*)startTime : Timestamp.t;The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
*)endTime : Timestamp.t;The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
*)maxResults : GetInsightSummariesMaxResults.t option;The maximum number of results to display.
*)nextToken : Token.t option;Pagination token.
*)}val make :
?states:??? ->
?groupARN:??? ->
?groupName:??? ->
?maxResults:??? ->
?nextToken:??? ->
startTime:Timestamp.t ->
endTime:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of GetInsightSummariesMaxResults.t
| `List of [> `Enum of string ] list
| `String of GroupARN.t
| `Timestamp of Timestamp.t ])
list ]