Values.UpdateKxUserRequestSourceUpdates the user details. You can only update the IAM role associated with a user.
type nonrec t = {environmentId : IdType.t;A unique identifier for the kdb environment.
*)userName : KxUserNameString.t;A unique identifier for the user.
*)iamRole : RoleArn.t;The IAM role ARN that is associated with the user.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?clientToken:??? ->
environmentId:IdType.t ->
userName:KxUserNameString.t ->
iamRole:RoleArn.t ->
unit ->
t