Values.CreateUserRequestSourceCreates a universally unique identifier (UUID) mapped to a list of local user ids within an application.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the application for which the user mapping will be created.
*)userId : String_.t;The user emails attached to a user mapping.
*)userAliases : CreateUserRequestUserAliasesList.t option;The list of user aliases in the mapping.
*)clientToken : ClientToken.t option;A token that you provide to identify the request to create your Amazon Q Business user mapping.
*)}val make :
?userAliases:??? ->
?clientToken:??? ->
applicationId:ApplicationId.t ->
userId:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of IndexId.t ]) list ]
list
| `String of ApplicationId.t ])
list ]