Values.UpdateUserSettingsRequestSourceUpdates the settings for the specified user, such as phone number settings.
type nonrec t = {accountId : String_.t;The Amazon Chime account ID.
*)userId : String_.t;The user ID.
*)userSettings : UserSettings.t;The user settings to update.
*)}val make :
accountId:String_.t ->
userId:String_.t ->
userSettings:UserSettings.t ->
unit ->
t