Values.UpdateSubnetGroupRequestSourceModifies an existing subnet group.
type nonrec t = {subnetGroupName : String_.t;The name of the subnet group.
*)description : String_.t option;A description of the subnet group.
*)subnetIds : SubnetIdentifierList.t option;A list of subnet IDs in the subnet group.
*)}