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 to verify.
*)dkimSigningAttributes : DkimSigningAttributes.t option;If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM. You can only specify this object if the email identity is a domain, as opposed to an address.
*)configurationSetName : ConfigurationSetName.t option;The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.
*)}val make :
?tags:??? ->
?dkimSigningAttributes:??? ->
?configurationSetName:??? ->
emailIdentity:Identity.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of Identity.t
| `Structure of
(string * [> `Enum of string | `String of Selector.t ]) list ])
list ]