Values.DeleteGraphInputSourceDeletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.
type nonrec t = {graphIdentifier : GraphIdentifier.t;The unique identifier of the Neptune Analytics graph.
*)skipSnapshot : Boolean.t;Determines whether a final graph snapshot is created before the graph is deleted. If true is specified, no graph snapshot is created. If false is specified, a graph snapshot is created before the graph is deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of GraphIdentifier.t ])
list ]