Values.CreateGraphSnapshotOutputSourceCreates a snapshot of the specific graph.
type nonrec t = {id : SnapshotId.t option;The ID of the snapshot created.
*)name : SnapshotName.t option;The name of the snapshot created.
*)arn : String_.t option;The ARN of the snapshot created.
*)sourceGraphId : GraphId.t option;The Id of the Neptune Analytics graph from which the snapshot is created.
*)snapshotCreateTime : Timestamp.t option;The snapshot creation time
*)status : SnapshotStatus.t option;The current state of the snapshot.
*)kmsKeyIdentifier : KmsKeyArn.t option;The ID of the KMS key used to encrypt and decrypt graph data.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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 ]