Values_2.DescribeGroupRequestSourceReturns an Amazon Quick Sight group's description and Amazon Resource Name (ARN).
type nonrec t = {groupName : Values_1.GroupName.t;The name of the group that you want to describe.
*)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 described.
*)}val make :
groupName:Values_1.GroupName.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t