Values.CreateUserProfileInputSourceCreates a user profile in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a user profile is created.
*)userIdentifier : UserIdentifier.t;The identifier of the user for which the user profile is created.
*)userType : UserType.t option;The user type of the user for which the user profile is created.
*)sessionName : CreateUserProfileInputSessionNameString.t option;The session name for IAM role sessions.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?userType:??? ->
?sessionName:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
userIdentifier:UserIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]