Values.CreateUserRequestSourceCreates a user under the specified Amazon Chime account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)username : String_.t option;The user name.
*)email : EmailAddress.t option;The user's email address.
*)userType : UserType.t option;The user type.
*)}val make :
?username:??? ->
?email:??? ->
?userType:??? ->
accountId:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]