Values.SetIdentityDkimEnabledRequestSourceRepresents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
type nonrec t = {identity : Identity.t;The identity for which DKIM signing should be enabled or disabled.
*)dkimEnabled : Enabled.t;Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of Identity.t ]) list ]