Values.GroupMembersSourceA list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.
type nonrec t = {memberGroups : MemberGroups.t option;A list of sub groups that belong to a group. For example, the sub groups "Research", "Engineering", and "Sales and Marketing" all belong to the group "Company".
*)memberUsers : MemberUsers.t option;A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.
*)s3PathForGroupMembers : S3.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ])
list ]
list
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]