Values.UpdateUserRequestSourceUpdates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)userId : NonEmptyString.t;The user ID.
*)licenseType : License.t option;The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
*)userType : UserType.t option;The user type.
*)alexaForBusinessMetadata : AlexaForBusinessMetadata.t option;The Alexa for Business metadata.
*)}val make :
?licenseType:??? ->
?userType:??? ->
?alexaForBusinessMetadata:??? ->
accountId:NonEmptyString.t ->
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 ]