Values_1.CreateGroupMembershipRequestSourceAdds an Amazon Quick Sight user to an Amazon Quick Sight group.
type nonrec t = {memberName : GroupMemberName.t;The name of the user that you want to add to the group membership.
*)groupName : GroupName.t;The name of the group that you want to add the user to.
*)awsAccountId : AwsAccountId.t;The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace that you want the user to be a part of.
*)}val make :
memberName:GroupMemberName.t ->
groupName:GroupName.t ->
awsAccountId:AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t