Values.BatchUpdateUserRequestSourceUpdates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)updateUserRequestItems : UpdateUserRequestItemList.t;The request containing the user IDs and details to update.
*)}val make :
accountId:NonEmptyString.t ->
updateUserRequestItems:UpdateUserRequestItemList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of SensitiveString.t ])
list ])
list ]
list
| `String of NonEmptyString.t ])
list ]