Values.ModifyMountTargetSecurityGroupsRequestSourcetype nonrec t = {mountTargetId : MountTargetId.t;The ID of the mount target whose security groups you want to modify.
*)securityGroups : SecurityGroups.t option;An array of VPC security group IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroup.t ] list
| `String of MountTargetId.t ])
list ]