Values_0.StopDBInstanceAutomatedBackupsReplicationResultSourceStops automated backup replication for a DB instance. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
type stopDBInstanceAutomatedBackupsReplicationResult = {dBInstanceAutomatedBackup : DBInstanceAutomatedBackup.t option;}and t = {stopDBInstanceAutomatedBackupsReplicationResult : stopDBInstanceAutomatedBackupsReplicationResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `InvalidDBInstanceStateFault 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 ]