Values.CreateEmailIdentityResponseSourceIf the email identity is a domain, this object contains information about the DKIM verification status for the domain. If the email identity is an email address, this object is empty.
type nonrec t = {identityType : IdentityType.t option;The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
*)verifiedForSendingStatus : Enabled.t option;Specifies whether or not the identity is verified. 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.
*)}type nonrec error = [ | `AlreadyExistsException of AlreadyExistsException.t| `BadRequestException of BadRequestException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of unit
| `BadRequestException of unit
| `ConcurrentModificationException of unit
| `LimitExceededException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of unit
| `BadRequestException of unit
| `ConcurrentModificationException of unit
| `LimitExceededException of unit
| `NotFoundException 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
| `String of HostedZone.t
| `Timestamp of Timestamp.t ])
list ])
list ]