Module Values_2.UpdateUserProfileRequestSource

Updates a user profile.

Sourcetype nonrec t = {
  1. domainId : Values_0.DomainId.t;
    (*

    The domain ID.

    *)
  2. userProfileName : Values_0.UserProfileName.t;
    (*

    The user profile name.

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

    A collection of settings.

    *)
}
Sourceval context_ : string
Sourceval make : ?userSettings:??? -> domainId:Values_0.DomainId.t -> userProfileName:Values_0.UserProfileName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DomainId.t | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ]) 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