Values.UpdateUserProfileInputSourceUpdates the specified user profile in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a user profile is updated.
*)userIdentifier : UserIdentifier.t;The identifier of the user whose user profile is to be updated.
*)type_ : UserProfileType.t option;The type of the user profile that are to be updated.
*)status : UserProfileStatus.t;The status of the user profile that are to be updated.
*)sessionName : UpdateUserProfileInputSessionNameString.t option;The session name for IAM role sessions.
*)}val make :
?type_:??? ->
?sessionName:??? ->
domainIdentifier:DomainId.t ->
userIdentifier:UserIdentifier.t ->
status:UserProfileStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]