API Reference
    Preparing search index...
    KinesisDynamoDBStreamSchema: ZodObject<
        {
            Records: ZodArray<
                ZodObject<
                    {
                        awsRegion: ZodString;
                        eventID: ZodString;
                        eventName: ZodLiteral<"aws:kinesis:record">;
                        eventSource: ZodLiteral<"aws:kinesis">;
                        eventSourceARN: ZodString;
                        eventVersion: ZodString;
                        invokeIdentityArn: ZodString;
                        kinesis: ZodObject<
                            {
                                approximateArrivalTimestamp: ZodNumber;
                                data: ZodPipe<
                                    ZodPipe<ZodString, ZodTransform<any, string>>,
                                    ZodObject<
                                        {
                                            awsRegion: ZodString;
                                            dynamodb: ZodPipe<(...), (...)>;
                                            eventID: ZodString;
                                            eventName: ZodEnum<(...)>;
                                            eventSource: ZodLiteral<(...)>;
                                            recordFormat: ZodLiteral<(...)>;
                                            tableName: ZodString;
                                            userIdentity: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >;
                                kinesisSchemaVersion: ZodString;
                                partitionKey: ZodString;
                                sequenceNumber: ZodString;
                            },
                            $strip,
                        >;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...