Values.CreateProfileInputSourceCreate a profile.
type nonrec t = {profileName : ProfileName.t;Name of the profile.
*)profileDescription : ProfileDescription.t;The profile description.
*)profileQuestions : ProfileQuestionUpdates.t;The profile questions.
*)clientRequestToken : ClientRequestToken.t;}val make :
?tags:??? ->
profileName:ProfileName.t ->
profileDescription:ProfileDescription.t ->
profileQuestions:ProfileQuestionUpdates.t ->
clientRequestToken:ClientRequestToken.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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ProfileName.t ])
list ]