Values.CreateDBSubnetGroupResultSourceCreates a new subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.
and t = {createDBSubnetGroupResult : createDBSubnetGroupResult;responseMetaData : responseMetaData;}type error = [ | `DBSubnetGroupAlreadyExistsFault of DBSubnetGroupAlreadyExistsFault.t| `DBSubnetGroupDoesNotCoverEnoughAZs of DBSubnetGroupDoesNotCoverEnoughAZs.t| `DBSubnetGroupQuotaExceededFault of DBSubnetGroupQuotaExceededFault.t| `DBSubnetQuotaExceededFault of DBSubnetQuotaExceededFault.t| `InvalidSubnet of InvalidSubnet.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBSubnetGroupAlreadyExistsFault of unit
| `DBSubnetGroupDoesNotCoverEnoughAZs of unit
| `DBSubnetGroupQuotaExceededFault of unit
| `DBSubnetQuotaExceededFault of unit
| `InvalidSubnet of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBSubnetGroupAlreadyExistsFault of unit
| `DBSubnetGroupDoesNotCoverEnoughAZs of unit
| `DBSubnetGroupQuotaExceededFault of unit
| `DBSubnetQuotaExceededFault of unit
| `InvalidSubnet of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ]
list
| `String of String_.t ])
list ])
list ])
list ]