Smaws_Client_RDS.StopDBInstanceAutomatedBackupsReplicationStops 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.stop_db_instance_automated_backups_replication_message ->
(Types.stop_db_instance_automated_backups_replication_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.stop_db_instance_automated_backups_replication_message ->
(Types.stop_db_instance_automated_backups_replication_result
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result