Smaws_Client_Neptune.ModifyDBSubnetGroupModifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupDoesNotCoverEnoughAZs of
Types.db_subnet_group_does_not_cover_enough_a_zs
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault
| `DBSubnetQuotaExceededFault of Types.db_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetAlreadyInUse of Types.subnet_already_in_use ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_db_subnet_group_message ->
(Types.modify_db_subnet_group_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupDoesNotCoverEnoughAZs of
Types.db_subnet_group_does_not_cover_enough_a_zs
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault
| `DBSubnetQuotaExceededFault of Types.db_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetAlreadyInUse of Types.subnet_already_in_use ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_db_subnet_group_message ->
(Types.modify_db_subnet_group_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupDoesNotCoverEnoughAZs of
Types.db_subnet_group_does_not_cover_enough_a_zs
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault
| `DBSubnetQuotaExceededFault of Types.db_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetAlreadyInUse of Types.subnet_already_in_use ]
* Smaws_Lib.Response.metadata)
Stdlib.result