Values.GetSnapshotsResponseSourceRetrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
type nonrec t = {snapShotTimeFilter : TimeRange.t option;The Unix timestamp for the beginning and end of the time window for the search metrics data.
*)snapshotsDataHeader : SnapshotsDataHeaderFields.t option;The column headers for the search metrics data.
*)snapshotsData : SnapshotsDataRecords.t option;The search metrics data. The data returned depends on the metric type you requested.
*)nextToken : NextToken.t option;If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of search metrics data.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of String_.t ] list
| `String of String_.t ]
list
| `String of NextToken.t
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list ]