Values.CopyDBClusterSnapshotResultSourceCopies a snapshot of a cluster. To copy a cluster snapshot from a shared manual cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared cluster snapshot. You can only copy a shared DB cluster snapshot, whether encrypted or not, in the same Amazon Web Services Region. To cancel the copy operation after it is in progress, delete the target cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that cluster snapshot is in the copying status.
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 ]