Values.CreateEmailIdentityResponseSourceIf the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain. If the email identity is an email address, this object is empty.
type nonrec t = {identityType : IdentityType.t option;The email identity type.
*)verifiedForSendingStatus : Enabled.t option;Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
*)dkimAttributes : DkimAttributes.t option;An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `LimitExceededException of LimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `ConcurrentModificationException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `ConcurrentModificationException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `List of [> `String of DnsToken.t ] list ])
list ])
list ]