Module Smaws_Client_RDS.StartDBInstanceAutomatedBackupsReplication

Enables 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.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBInstanceAutomatedBackupQuotaExceededFault of Types.db_instance_automated_backup_quota_exceeded_fault | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `InvalidDBInstanceAutomatedBackupStateFault of Types.invalid_db_instance_automated_backup_state_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault | `StorageTypeNotSupportedFault of Types.storage_type_not_supported_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.start_db_instance_automated_backups_replication_message -> (Types.start_db_instance_automated_backups_replication_result, [> Smaws_Lib.Protocols.AwsQuery.error | `DBInstanceAutomatedBackupQuotaExceededFault of Types.db_instance_automated_backup_quota_exceeded_fault | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `InvalidDBInstanceAutomatedBackupStateFault of Types.invalid_db_instance_automated_backup_state_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault | `StorageTypeNotSupportedFault of Types.storage_type_not_supported_fault ]) Stdlib.result