Smaws_Client_DatabaseMigrationService.ModifyReplicationSubnetGroupModifies the settings for the specified replication subnet group.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidSubnet of Types.invalid_subnet
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault
| `SubnetAlreadyInUse of Types.subnet_already_in_use ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_replication_subnet_group_message ->
(Types.modify_replication_subnet_group_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidSubnet of Types.invalid_subnet
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault
| `SubnetAlreadyInUse of Types.subnet_already_in_use ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_replication_subnet_group_message ->
(Types.modify_replication_subnet_group_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidSubnet of Types.invalid_subnet
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault
| `SubnetAlreadyInUse of Types.subnet_already_in_use ]
* Smaws_Lib.Response.metadata)
Stdlib.result