Values_1.CopyDBSnapshotResultSourceCopies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot operation is the destination Amazon Web Services Region for the DB snapshot copy. This command doesn't apply to RDS Custom. For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.
type error = [ | `CustomAvailabilityZoneNotFoundFault of
Values_0.CustomAvailabilityZoneNotFoundFault.t| `DBSnapshotAlreadyExistsFault of Values_0.DBSnapshotAlreadyExistsFault.t| `DBSnapshotNotFoundFault of Values_0.DBSnapshotNotFoundFault.t| `InvalidDBSnapshotStateFault of Values_0.InvalidDBSnapshotStateFault.t| `KMSKeyNotAccessibleFault of Values_0.KMSKeyNotAccessibleFault.t| `SnapshotQuotaExceededFault of Values_0.SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CustomAvailabilityZoneNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `DBSnapshotNotFoundFault of unit
| `InvalidDBSnapshotStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CustomAvailabilityZoneNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `DBSnapshotNotFoundFault of unit
| `InvalidDBSnapshotStateFault of unit
| `KMSKeyNotAccessibleFault 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 ]