Values_2.UpdateGroupRequestSourceChanges a group description.
type nonrec t = {groupName : Values_1.GroupName.t;The name of the group that you want to update.
*)description : Values_1.GroupDescription.t option;The description for the group that you want to update.
*)awsAccountId : Values_1.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 of the group that you want to update.
*)}val make :
?description:??? ->
groupName:Values_1.GroupName.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t