Values.CopyDBClusterSnapshotResultSourceCopies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.
and t = {copyDBClusterSnapshotResult : copyDBClusterSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterSnapshotAlreadyExistsFault of DBClusterSnapshotAlreadyExistsFault.t| `DBClusterSnapshotNotFoundFault of DBClusterSnapshotNotFoundFault.t| `InvalidDBClusterSnapshotStateFault of InvalidDBClusterSnapshotStateFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterSnapshotAlreadyExistsFault of unit
| `DBClusterSnapshotNotFoundFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterSnapshotAlreadyExistsFault of unit
| `DBClusterSnapshotNotFoundFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]