Values.GetGraphSnapshotOutputSourceRetrieves a specified graph snapshot.
type nonrec t = {id : SnapshotId.t option;The unique identifier of the graph snapshot.
*)name : SnapshotName.t option;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.
*)arn : String_.t option;The ARN of the graph snapshot.
*)sourceGraphId : GraphId.t option;The graph identifier for the graph for which a snapshot is to be created.
*)snapshotCreateTime : Timestamp.t option;The time when the snapshot was created.
*)status : SnapshotStatus.t option;The status of the graph snapshot.
*)kmsKeyIdentifier : KmsKeyArn.t option;The ID of the KMS key used to encrypt and decrypt the snapshot.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `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
* [> `Enum of string
| `String of SnapshotId.t
| `Timestamp of Timestamp.t ])
list ]