Class SetIdentityHeadersInNotificationsEnabledCommandProtected
Given an identity (an email address or a domain), sets whether Amazon SES includes the
original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified
type.
You can execute this operation no more than once per second.
// The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity: constinput = { "Enabled":true, "Identity":"user@example.com", "NotificationType":"Bounce" }; constcommand = newSetIdentityHeadersInNotificationsEnabledCommand(input); awaitclient.send(command); // example id: setidentityheadersinnotificationsenabled-1469057295001
Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.
You can execute this operation no more than once per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
Example
Use a bare-bones client and the command you need to make an API call.
Param
SetIdentityHeadersInNotificationsEnabledCommandInput
Returns
SetIdentityHeadersInNotificationsEnabledCommandOutput
See
input
shape.response
shape.config
shape.Example
SetIdentityHeadersInNotificationsEnabled