Values.CreateEmailIdentityRequestSourceA request to begin the verification process for an email identity (an email address or domain).
type nonrec t = {emailIdentity : Identity.t;The email address or domain that you want to verify.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of Identity.t ])
list ]