Values_1.ModifyDBSubnetGroupMessageSourcetype nonrec t = {dBSubnetGroupName : Values_0.String_.t;The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mydbsubnetgroup
*)dBSubnetGroupDescription : Values_0.String_.t option;The description for the DB subnet group.
*)subnetIds : Values_0.SubnetIdentifierList.t;The EC2 subnet IDs for the DB subnet group.
*)}val make :
?dBSubnetGroupDescription:??? ->
dBSubnetGroupName:Values_0.String_.t ->
subnetIds:Values_0.SubnetIdentifierList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]