API Reference
    Preparing search index...
    AppSyncEventsRequestSchema: ZodObject<
        {
            domainName: ZodNullable<ZodString>;
            headers: ZodOptional<ZodRecord<ZodString, ZodString>>;
        },
        $strip,
    > = ...

    A zod schema for AppSync Events request object.

    This schema is used when extending subscribe and publish events.