Values_0.StartDBInstanceAutomatedBackupsReplicationResultSourceEnables replication of automated backups to a different Amazon Web Services Region. This command doesn't apply to RDS Custom. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
type startDBInstanceAutomatedBackupsReplicationResult = {dBInstanceAutomatedBackup : DBInstanceAutomatedBackup.t option;}and t = {startDBInstanceAutomatedBackupsReplicationResult : startDBInstanceAutomatedBackupsReplicationResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceAutomatedBackupQuotaExceededFault of
DBInstanceAutomatedBackupQuotaExceededFault.t| `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `InvalidDBInstanceAutomatedBackupStateFault of
InvalidDBInstanceAutomatedBackupStateFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `StorageTypeNotSupportedFault of StorageTypeNotSupportedFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceAutomatedBackupQuotaExceededFault of unit
| `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceAutomatedBackupStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `StorageTypeNotSupportedFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceAutomatedBackupQuotaExceededFault of unit
| `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceAutomatedBackupStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `StorageTypeNotSupportedFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of IntegerOptional.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string * [> `Timestamp of TStamp.t ]) list
| `Timestamp of TStamp.t ])
list ])
list ])
list ]