Values_1.CreateDBSnapshotResultSourceCreates a snapshot of a DB instance. The source DB instance must be in the available or storage-optimization state.
and t = {createDBSnapshotResult : createDBSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t| `DBSnapshotAlreadyExistsFault of Values_0.DBSnapshotAlreadyExistsFault.t| `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t| `SnapshotQuotaExceededFault of Values_0.SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBInstanceStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBInstanceStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of
[> `Structure of
(string
* [> `Integer of int | `String of string ])
list ]
list
| `String of string
| `Timestamp of string ])
list ])
list ])
list ]