Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetIdentityHeadersInNotificationsEnabledRequest

import type { SetIdentityHeadersInNotificationsEnabledRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

interface SetIdentityHeadersInNotificationsEnabledRequest {
Enabled: boolean;
Identity: string;
NotificationType: NotificationType;
}

§Properties

§
Enabled: boolean
[src]

Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

§
Identity: string
[src]

The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.

§
NotificationType: NotificationType
[src]

The notification type for which to enable or disable headers in notifications.