Values.IdentityInfoSourceInformation about an email identity.
type nonrec t = {identityType : IdentityType.t option;The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity types.
*)identityName : Identity.t option;The address or domain of the identity.
*)sendingEnabled : Enabled.t option;Indicates whether or not you can send email from the identity. An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
*)verificationStatus : VerificationStatus.t option;The verification status of the identity. The status can be one of the following: PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity. SUCCESS – The verification process completed successfully. FAILED – The verification process failed. TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity. NOT_STARTED – The verification process hasn't been initiated for the identity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t | `Enum of string | `String of Identity.t ])
list ]