Module Smaws_Client_DatabaseMigrationService.ModifyReplicationInstance

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `InsufficientResourceCapacityFault of Types.insufficient_resource_capacity_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceAlreadyExistsFault of Types.resource_already_exists_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `UpgradeDependencyFailureFault of Types.upgrade_dependency_failure_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_replication_instance_message -> (Types.modify_replication_instance_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `InsufficientResourceCapacityFault of Types.insufficient_resource_capacity_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceAlreadyExistsFault of Types.resource_already_exists_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `UpgradeDependencyFailureFault of Types.upgrade_dependency_failure_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_replication_instance_message -> (Types.modify_replication_instance_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `InsufficientResourceCapacityFault of Types.insufficient_resource_capacity_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceAlreadyExistsFault of Types.resource_already_exists_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `UpgradeDependencyFailureFault of Types.upgrade_dependency_failure_fault ] * Smaws_Lib.Response.metadata) Stdlib.result