Values.AssociateSigninDelegateGroupsWithAccountRequestSourceAssociates the specified sign-in delegate groups with the specified Amazon Chime account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)signinDelegateGroups : SigninDelegateGroupList.t;The sign-in delegate groups.
*)}val make :
accountId:NonEmptyString.t ->
signinDelegateGroups:SigninDelegateGroupList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]