Values.PutUsersRequestSourceAdds one or more users to a Users dataset. For more information see Importing users individually.
type nonrec t = {datasetArn : Arn.t;The Amazon Resource Name (ARN) of the Users dataset you are adding the user or users to.
*)users : UserList.t;A list of user data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of StringType.t ]) list ]
list
| `String of Arn.t ])
list ]