Module Values.UpdateUserSettingsRequestSource

Updates the settings for the specified user, such as phone number settings.

Sourcetype nonrec t = {
  1. accountId : String_.t;
    (*

    The Amazon Chime account ID.

    *)
  2. userId : String_.t;
    (*

    The user ID.

    *)
  3. userSettings : UserSettings.t;
    (*

    The user settings to update.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:String_.t -> userId:String_.t -> userSettings:UserSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t