Values.GetGraphSummaryOutputSourceGets a graph summary for a property graph.
type nonrec t = {version : String_.t option;Display the version of this tool.
*)lastStatisticsComputationTime : SyntheticTimestamp_date_time.t option;The timestamp, in ISO 8601 format, of the time at which Neptune Analytics last computed statistics.
*)graphSummary : GraphDataSummary.t option;The graph summary.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `List of
[> `Map of
([> `String of String_.t ] * [> `Long of Long.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Long of Long.t ])
list ]
list
| `Long of Long.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]