Values.DisassociateSigninDelegateGroupsFromAccountRequestSourceDisassociates the specified sign-in delegate groups from the specified Amazon Chime account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)groupNames : NonEmptyStringList.t;The sign-in delegate group names.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of NonEmptyString.t ])
list ]