Values_1.LoadPermissionSourceDescribes a load permission.
type nonrec t = {userId : Values_0.String_.t option;The Amazon Web Services account ID.
*)group : Values_0.PermissionGroup.t option;The name of the group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]