Values.GetUserProfileInputSourceGets a user profile in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;the ID of the Amazon DataZone domain the data portal of which you want to get.
*)userIdentifier : UserIdentifier.t;The identifier of the user for which you want to get the user profile.
*)type_ : UserProfileType.t option;The type of the user profile.
*)sessionName : GetUserProfileInputSessionNameString.t option;The session name for IAM role sessions.
*)}val make :
?type_:??? ->
?sessionName:??? ->
domainIdentifier:DomainId.t ->
userIdentifier:UserIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]