Values.UpdateMountTargetRequestSourceUpdates the mount target resource, specifically security group configurations.
type nonrec t = {mountTargetId : MountTargetId.t;The ID of the mount target to update.
*)securityGroups : SecurityGroups.t;An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroup.t ] list
| `String of MountTargetId.t ])
list ]