Values.ModifyDBSubnetGroupResultSourceModifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region.
and t = {modifyDBSubnetGroupResult : modifyDBSubnetGroupResult;responseMetaData : responseMetaData;}type error = [ | `DBSubnetGroupDoesNotCoverEnoughAZs of DBSubnetGroupDoesNotCoverEnoughAZs.t| `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t| `DBSubnetQuotaExceededFault of DBSubnetQuotaExceededFault.t| `InvalidSubnet of InvalidSubnet.t| `SubnetAlreadyInUse of SubnetAlreadyInUse.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBSubnetGroupDoesNotCoverEnoughAZs of unit
| `DBSubnetGroupNotFoundFault of unit
| `DBSubnetQuotaExceededFault of unit
| `InvalidSubnet of unit
| `SubnetAlreadyInUse of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBSubnetGroupDoesNotCoverEnoughAZs of unit
| `DBSubnetGroupNotFoundFault of unit
| `DBSubnetQuotaExceededFault of unit
| `InvalidSubnet of unit
| `SubnetAlreadyInUse of unit
| `Unknown_operation_error of string * string option ]