Values.UpdateProfileInputSourceUpdate a profile.
type nonrec t = {profileArn : ProfileArn.t;The profile ARN.
*)profileDescription : ProfileDescription.t option;The profile description.
*)profileQuestions : ProfileQuestionUpdates.t option;Profile questions.
*)}val make :
?profileDescription:??? ->
?profileQuestions:??? ->
profileArn:ProfileArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ChoiceId.t ] list
| `String of QuestionId.t ])
list ]
list
| `String of ProfileArn.t ])
list ]