Values.BatchCreateRoomMembershipRequestSourceAdds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)roomId : NonEmptyString.t;The room ID.
*)membershipItemList : MembershipItemList.t;The list of membership items.
*)}val make :
accountId:NonEmptyString.t ->
roomId:NonEmptyString.t ->
membershipItemList:MembershipItemList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]