Module Values.GetUserProfileInputSource

Gets a user profile in Amazon DataZone.

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

    the ID of the Amazon DataZone domain the data portal of which you want to get.

    *)
  2. userIdentifier : UserIdentifier.t;
    (*

    The identifier of the user for which you want to get the user profile.

    *)
  3. type_ : UserProfileType.t option;
    (*

    The type of the user profile.

    *)
  4. sessionName : GetUserProfileInputSessionNameString.t option;
    (*

    The session name for IAM role sessions.

    *)
}
Sourceval context_ : string
Sourceval make : ?type_:??? -> ?sessionName:??? -> domainIdentifier:DomainId.t -> userIdentifier:UserIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainId.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