Values.UpdateUserRequestItemSourceThe user ID and user fields to update, used with the BatchUpdateUser action.
type nonrec t = {userId : NonEmptyString.t;The user ID.
*)licenseType : License.t option;The user license type.
*)userType : UserType.t option;The user type.
*)alexaForBusinessMetadata : AlexaForBusinessMetadata.t option;The Alexa for Business metadata.
*)}val make :
?licenseType:??? ->
?userType:??? ->
?alexaForBusinessMetadata:??? ->
userId:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of SensitiveString.t ])
list ])
list ]