Smaws_Client_DatabaseMigrationService.ModifyReplicationInstanceModifies 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 ] ->
stringval 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.resultval 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