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.
*)signingEnabled : Enabled.t option;Sets the DKIM signing configuration for the identity. When you set this value true, then the messages that are sent from the identity are signed using DKIM. If you set this value to false, your messages are sent without DKIM signing.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of Identity.t ]) list ]