Module Values.GetUserDetailsRequestSource

Returns information about a user.

Sourcetype nonrec t = {
  1. id : GetUserDetailsRequestIdString.t option;
    (*

    The system-generated unique ID of the user.

    *)
  2. userName : GetUserDetailsRequestUserNameString.t option;
    (*

    The name of the user as displayed in Amazon CodeCatalyst.

    *)
}
Sourceval make : ?id:??? -> ?userName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GetUserDetailsRequestIdString.t ]) 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