Values.PutEmailIdentityDkimAttributesRequestSourceA request to enable or disable DKIM signing of email that you send from an email identity.
type nonrec t = {emailIdentity : Identity.t;The email identity that you want to change the DKIM settings for.
*)signingEnabled : Enabled.t option;Sets the DKIM signing configuration for the identity. When you set this value true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of Identity.t ]) list ]