Values_1.CreateDBClusterSnapshotResultSourceCreates a snapshot of a DB cluster. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
type createDBClusterSnapshotResult = {dBClusterSnapshot : Values_0.DBClusterSnapshot.t option;}and t = {createDBClusterSnapshotResult : createDBClusterSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t| `DBClusterSnapshotAlreadyExistsFault of
Values_0.DBClusterSnapshotAlreadyExistsFault.t| `InvalidDBClusterSnapshotStateFault of
Values_0.InvalidDBClusterSnapshotStateFault.t| `InvalidDBClusterStateFault of Values_0.InvalidDBClusterStateFault.t| `SnapshotQuotaExceededFault of Values_0.SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `DBClusterSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `DBClusterSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault 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
[> `String of string
| `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Timestamp of string ])
list ])
list ])
list ]