API Reference
    Preparing search index...
    SesSchema: ZodObject<
        {
            Records: ZodArray<
                ZodObject<
                    {
                        eventSource: ZodLiteral<"aws:ses">;
                        eventVersion: ZodString;
                        ses: ZodObject<
                            {
                                mail: ZodObject<
                                    {
                                        commonHeaders: ZodObject<
                                            {
                                                bcc: ...;
                                                cc: ...;
                                                date: ...;
                                                from: ...;
                                                messageId: ...;
                                                "reply-to": ...;
                                                returnPath: ...;
                                                sender: ...;
                                                subject: ...;
                                                to: ...;
                                            },
                                            "strip",
                                            ZodTypeAny,
                                            {
                                                bcc?: ...;
                                                cc?: ...;
                                                date: ...;
                                                from: ...;
                                                messageId: ...;
                                                "reply-to"?: ...;
                                                returnPath: ...;
                                                sender?: ...;
                                                subject: ...;
                                                to: ...;
                                            },
                                            {
                                                bcc?: ...;
                                                cc?: ...;
                                                date: ...;
                                                from: ...;
                                                messageId: ...;
                                                "reply-to"?: ...;
                                                returnPath: ...;
                                                sender?: ...;
                                                subject: ...;
                                                to: ...;
                                            },
                                        >;
                                        destination: ZodArray<ZodString, "many">;
                                        headers: ZodArray<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                            "many",
                                        >;
                                        headersTruncated: ZodBoolean;
                                        messageId: ZodString;
                                        source: ZodString;
                                        timestamp: ZodString;
                                    },
                                    "strip",
                                    ZodTypeAny,
                                    {
                                        commonHeaders: {
                                            bcc?: (...)
                                            | (...);
                                            cc?: (...) | (...);
                                            date: string;
                                            from: (...)[];
                                            messageId: string;
                                            "reply-to"?: (...) | (...);
                                            returnPath: string;
                                            sender?: (...) | (...);
                                            subject: string;
                                            to: (...)[];
                                        };
                                        destination: string[];
                                        headers: { name: ...; value: ... }[];
                                        headersTruncated: boolean;
                                        messageId: string;
                                        source: string;
                                        timestamp: string;
                                    },
                                    {
                                        commonHeaders: {
                                            bcc?: (...)
                                            | (...);
                                            cc?: (...) | (...);
                                            date: string;
                                            from: (...)[];
                                            messageId: string;
                                            "reply-to"?: (...) | (...);
                                            returnPath: string;
                                            sender?: (...) | (...);
                                            subject: string;
                                            to: (...)[];
                                        };
                                        destination: string[];
                                        headers: { name: ...; value: ... }[];
                                        headersTruncated: boolean;
                                        messageId: string;
                                        source: string;
                                        timestamp: string;
                                    },
                                >;
                                receipt: ZodObject<
                                    {
                                        action: ZodObject<
                                            { functionArn: ...; invocationType: ...; type: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { functionArn: ...; invocationType: ...; type: ... },
                                            { functionArn: ...; invocationType: ...; type: ... },
                                        >;
                                        dkimVerdict: ZodObject<
                                            { status: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { status: ... },
                                            { status: ... },
                                        >;
                                        dmarcPolicy: ZodEnum<[(...), (...), (...)]>;
                                        dmarcVerdict: ZodObject<
                                            { status: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { status: ... },
                                            { status: ... },
                                        >;
                                        processingTimeMillis: ZodNumber;
                                        recipients: ZodArray<ZodString, "many">;
                                        spamVerdict: ZodObject<
                                            { status: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { status: ... },
                                            { status: ... },
                                        >;
                                        spfVerdict: ZodObject<
                                            { status: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { status: ... },
                                            { status: ... },
                                        >;
                                        timestamp: ZodString;
                                        virusVerdict: ZodObject<
                                            { status: ... },
                                            "strip",
                                            ZodTypeAny,
                                            { status: ... },
                                            { status: ... },
                                        >;
                                    },
                                    "strip",
                                    ZodTypeAny,
                                    {
                                        action: {
                                            functionArn: string;
                                            invocationType: "Event";
                                            type: "Lambda";
                                        };
                                        dkimVerdict: { status: (...)
                                        | (...)
                                        | (...)
                                        | (...) };
                                        dmarcPolicy: "none" | "quarantine" | "reject";
                                        dmarcVerdict: { status: (...) | (...) | (...) | (...) };
                                        processingTimeMillis: number;
                                        recipients: string[];
                                        spamVerdict: { status: (...) | (...) | (...) | (...) };
                                        spfVerdict: { status: (...) | (...) | (...) | (...) };
                                        timestamp: string;
                                        virusVerdict: { status: (...) | (...) | (...) | (...) };
                                    },
                                    {
                                        action: {
                                            functionArn: string;
                                            invocationType: "Event";
                                            type: "Lambda";
                                        };
                                        dkimVerdict: { status: (...)
                                        | (...)
                                        | (...)
                                        | (...) };
                                        dmarcPolicy: "none" | "quarantine" | "reject";
                                        dmarcVerdict: { status: (...) | (...) | (...) | (...) };
                                        processingTimeMillis: number;
                                        recipients: string[];
                                        spamVerdict: { status: (...) | (...) | (...) | (...) };
                                        spfVerdict: { status: (...) | (...) | (...) | (...) };
                                        timestamp: string;
                                        virusVerdict: { status: (...) | (...) | (...) | (...) };
                                    },
                                >;
                            },
                            "strip",
                            ZodTypeAny,
                            {
                                mail: {
                                    commonHeaders: {
                                        bcc?: (...)[];
                                        cc?: (...)[];
                                        date: string;
                                        from: string[];
                                        messageId: string;
                                        "reply-to"?: (...)[];
                                        returnPath: string;
                                        sender?: (...)[];
                                        subject: string;
                                        to: string[];
                                    };
                                    destination: string[];
                                    headers: { name: string; value: string }[];
                                    headersTruncated: boolean;
                                    messageId: string;
                                    source: string;
                                    timestamp: string;
                                };
                                receipt: {
                                    action: {
                                        functionArn: string;
                                        invocationType: "Event";
                                        type: "Lambda";
                                    };
                                    dkimVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    dmarcPolicy: "none"
                                    | "quarantine"
                                    | "reject";
                                    dmarcVerdict: {
                                        status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                                    };
                                    processingTimeMillis: number;
                                    recipients: string[];
                                    spamVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    spfVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    timestamp: string;
                                    virusVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                };
                            },
                            {
                                mail: {
                                    commonHeaders: {
                                        bcc?: (...)[];
                                        cc?: (...)[];
                                        date: string;
                                        from: string[];
                                        messageId: string;
                                        "reply-to"?: (...)[];
                                        returnPath: string;
                                        sender?: (...)[];
                                        subject: string;
                                        to: string[];
                                    };
                                    destination: string[];
                                    headers: { name: string; value: string }[];
                                    headersTruncated: boolean;
                                    messageId: string;
                                    source: string;
                                    timestamp: string;
                                };
                                receipt: {
                                    action: {
                                        functionArn: string;
                                        invocationType: "Event";
                                        type: "Lambda";
                                    };
                                    dkimVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    dmarcPolicy: "none"
                                    | "quarantine"
                                    | "reject";
                                    dmarcVerdict: {
                                        status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                                    };
                                    processingTimeMillis: number;
                                    recipients: string[];
                                    spamVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    spfVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                    timestamp: string;
                                    virusVerdict: {
                                        status: "PASS"
                                        | "FAIL"
                                        | "GRAY"
                                        | "PROCESSING_FAILED";
                                    };
                                };
                            },
                        >;
                    },
                    "strip",
                    ZodTypeAny,
                    {
                        eventSource: "aws:ses";
                        eventVersion: string;
                        ses: {
                            mail: {
                                commonHeaders: {
                                    bcc?: string[];
                                    cc?: string[];
                                    date: string;
                                    from: string[];
                                    messageId: string;
                                    "reply-to"?: string[];
                                    returnPath: string;
                                    sender?: string[];
                                    subject: string;
                                    to: string[];
                                };
                                destination: string[];
                                headers: { name: string; value: string }[];
                                headersTruncated: boolean;
                                messageId: string;
                                source: string;
                                timestamp: string;
                            };
                            receipt: {
                                action: {
                                    functionArn: string;
                                    invocationType: "Event";
                                    type: "Lambda";
                                };
                                dkimVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                dmarcPolicy: "none"
                                | "quarantine"
                                | "reject";
                                dmarcVerdict: {
                                    status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                                };
                                processingTimeMillis: number;
                                recipients: string[];
                                spamVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                spfVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                timestamp: string;
                                virusVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                            };
                        };
                    },
                    {
                        eventSource: "aws:ses";
                        eventVersion: string;
                        ses: {
                            mail: {
                                commonHeaders: {
                                    bcc?: string[];
                                    cc?: string[];
                                    date: string;
                                    from: string[];
                                    messageId: string;
                                    "reply-to"?: string[];
                                    returnPath: string;
                                    sender?: string[];
                                    subject: string;
                                    to: string[];
                                };
                                destination: string[];
                                headers: { name: string; value: string }[];
                                headersTruncated: boolean;
                                messageId: string;
                                source: string;
                                timestamp: string;
                            };
                            receipt: {
                                action: {
                                    functionArn: string;
                                    invocationType: "Event";
                                    type: "Lambda";
                                };
                                dkimVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                dmarcPolicy: "none"
                                | "quarantine"
                                | "reject";
                                dmarcVerdict: {
                                    status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                                };
                                processingTimeMillis: number;
                                recipients: string[];
                                spamVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                spfVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                                timestamp: string;
                                virusVerdict: {
                                    status: "PASS"
                                    | "FAIL"
                                    | "GRAY"
                                    | "PROCESSING_FAILED";
                                };
                            };
                        };
                    },
                >,
                "many",
            >;
        },
        "strip",
        ZodTypeAny,
        {
            Records: {
                eventSource: "aws:ses";
                eventVersion: string;
                ses: {
                    mail: {
                        commonHeaders: {
                            bcc?: string[];
                            cc?: string[];
                            date: string;
                            from: string[];
                            messageId: string;
                            "reply-to"?: string[];
                            returnPath: string;
                            sender?: string[];
                            subject: string;
                            to: string[];
                        };
                        destination: string[];
                        headers: { name: string; value: string }[];
                        headersTruncated: boolean;
                        messageId: string;
                        source: string;
                        timestamp: string;
                    };
                    receipt: {
                        action: {
                            functionArn: string;
                            invocationType: "Event";
                            type: "Lambda";
                        };
                        dkimVerdict: { status: "PASS"
                        | "FAIL"
                        | "GRAY"
                        | "PROCESSING_FAILED" };
                        dmarcPolicy: "none" | "quarantine" | "reject";
                        dmarcVerdict: {
                            status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                        };
                        processingTimeMillis: number;
                        recipients: string[];
                        spamVerdict: { status: "PASS"
                        | "FAIL"
                        | "GRAY"
                        | "PROCESSING_FAILED" };
                        spfVerdict: { status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED" };
                        timestamp: string;
                        virusVerdict: {
                            status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                        };
                    };
                };
            }[];
        },
        {
            Records: {
                eventSource: "aws:ses";
                eventVersion: string;
                ses: {
                    mail: {
                        commonHeaders: {
                            bcc?: string[];
                            cc?: string[];
                            date: string;
                            from: string[];
                            messageId: string;
                            "reply-to"?: string[];
                            returnPath: string;
                            sender?: string[];
                            subject: string;
                            to: string[];
                        };
                        destination: string[];
                        headers: { name: string; value: string }[];
                        headersTruncated: boolean;
                        messageId: string;
                        source: string;
                        timestamp: string;
                    };
                    receipt: {
                        action: {
                            functionArn: string;
                            invocationType: "Event";
                            type: "Lambda";
                        };
                        dkimVerdict: { status: "PASS"
                        | "FAIL"
                        | "GRAY"
                        | "PROCESSING_FAILED" };
                        dmarcPolicy: "none" | "quarantine" | "reject";
                        dmarcVerdict: {
                            status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                        };
                        processingTimeMillis: number;
                        recipients: string[];
                        spamVerdict: { status: "PASS"
                        | "FAIL"
                        | "GRAY"
                        | "PROCESSING_FAILED" };
                        spfVerdict: { status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED" };
                        timestamp: string;
                        virusVerdict: {
                            status: "PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED";
                        };
                    };
                };
            }[];
        },
    > = ...

    Zod schema for SES events from AWS.

    {
    "Records": [
    {
    "eventVersion": "1.0",
    "ses": {
    "mail": {
    "commonHeaders": {
    "from": [
    "Jane Doe <janedoe@example.com>"
    ],
    "to": [
    "johndoe@example.com"
    ],
    "returnPath": "janedoe@example.com",
    "messageId": "<0123456789example.com>",
    "date": "Wed, 7 Oct 2015 12:34:56 -0700",
    "subject": "Test Subject"
    },
    "source": "janedoe@example.com",
    "timestamp": "1970-01-01T00:00:00.000Z",
    "destination": [
    "johndoe@example.com"
    ],
    "headers": [
    {
    "name": "Return-Path",
    "value": "<janedoe@example.com>"
    },
    {
    "name": "Received",
    "value": "from mailer.example.com (mailer.example.com [203.0.113.1]) by ..."
    },
    {
    "name": "DKIM-Signature",
    "value": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=example; ..."
    },
    {
    "name": "MIME-Version",
    "value": "1.0"
    },
    {
    "name": "From",
    "value": "Jane Doe <janedoe@example.com>"
    },
    {
    "name": "Date",
    "value": "Wed, 7 Oct 2015 12:34:56 -0700"
    },
    {
    "name": "Message-ID",
    "value": "<0123456789example.com>"
    },
    {
    "name": "Subject",
    "value": "Test Subject"
    },
    {
    "name": "To",
    "value": "johndoe@example.com"
    },
    {
    "name": "Content-Type",
    "value": "text/plain; charset=UTF-8"
    }
    ],
    "headersTruncated": false,
    "messageId": "o3vrnil0e2ic28tr"
    },
    "receipt": {
    "recipients": [
    "johndoe@example.com"
    ],
    "timestamp": "1970-01-01T00:00:00.000Z",
    "spamVerdict": {
    "status": "PASS"
    },
    "dkimVerdict": {
    "status": "PASS"
    },
    "dmarcPolicy": "reject",
    "processingTimeMillis": 574,
    "action": {
    "type": "Lambda",
    "invocationType": "Event",
    "functionArn": "arn:aws:lambda:us-west-2:012345678912:function:Example"
    },
    "dmarcVerdict": {
    "status": "PASS"
    },
    "spfVerdict": {
    "status": "PASS"
    },
    "virusVerdict": {
    "status": "PASS"
    }
    }
    },
    "eventSource": "aws:ses"
    }
    ]
    }