Values.CreateProfileRequestSourceCreates an empty Route 53 Profile.
type nonrec t = {clientToken : CreatorRequestId.t;ClientToken is an idempotency token that ensures a call to CreateProfile completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile. In this case, safely retry your call to CreateProfile by using the same CreateProfile parameter value.
*)name : Name.t;A name for the Profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of CreatorRequestId.t ])
list ]