Values_1.CreateVolumePermissionSourceDescribes the user or group to be added or removed from the list of create volume permissions for a volume.
type nonrec t = {userId : Values_0.String_.t option;The ID of the Amazon Web Services account to be added or removed.
*)group : Values_0.PermissionGroup.t option;The group to be added or removed. The possible value is all.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]