Values.CreateGraphSnapshotInputSourceCreates a snapshot of the specific graph.
type nonrec t = {graphIdentifier : GraphIdentifier.t;The unique identifier of the Neptune Analytics graph.
*)snapshotName : SnapshotName.t;The snapshot name. For example: my-snapshot-1. The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed.
*)}val make :
?tags:??? ->
graphIdentifier:GraphIdentifier.t ->
snapshotName:SnapshotName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of GraphIdentifier.t ])
list ]