import type { z } from 'zod'; import type { AlbSchema, APIGatewayEventRequestContextSchema, APIGatewayProxyEventSchema, APIGatewayProxyEventV2Schema, APIGatewayProxyWebsocketEventSchema, APIGatewayRequestAuthorizerEventSchema, APIGatewayRequestAuthorizerEventV2Schema, APIGatewayTokenAuthorizerEventSchema, AppSyncBatchResolverSchema, AppSyncEventsPublishSchema, AppSyncEventsSubscribeSchema, AppSyncResolverSchema, CloudFormationCustomResourceCreateSchema, CloudFormationCustomResourceDeleteSchema, CloudFormationCustomResourceUpdateSchema, CloudWatchLogEventSchema, CloudWatchLogsDecodeSchema, CloudWatchLogsSchema, DynamoDBStreamRecord as DynamoDBStreamRecordSchema, DynamoDBStreamSchema, DynamoDBStreamToKinesisRecord, EventBridgeSchema, KafkaMskEventSchema, KafkaRecordSchema, KafkaSelfManagedEventSchema, KinesisDataStreamRecord, KinesisDataStreamSchema, KinesisDynamoDBStreamSchema, KinesisFirehoseRecordSchema, KinesisFirehoseSchema, KinesisFirehoseSqsRecordSchema, KinesisFirehoseSqsSchema, LambdaFunctionUrlSchema, S3EventNotificationEventBridgeSchema, S3ObjectLambdaEventSchema, S3Schema, S3SqsEventNotificationSchema, SesRecordSchema, SesSchema, SnsNotificationSchema, SnsRecordSchema, SnsSchema, SnsSqsNotificationSchema, SqsRecordSchema, SqsSchema, TransferFamilySchema, VpcLatticeSchema, VpcLatticeV2Schema } from '../schemas/index.js'; type ALBEvent = z.infer; type APIGatewayProxyEvent = z.infer; type APIGatewayRequestAuthorizerEvent = z.infer; type APIGatewayTokenAuthorizerEvent = z.infer; type APIGatewayEventRequestContext = z.infer; type APIGatewayProxyEventV2 = z.infer; type APIGatewayProxyWebsocketEvent = z.infer; type APIGatewayRequestAuthorizerEventV2 = z.infer; type AppSyncResolverEvent = z.infer; type AppSyncBatchResolverEvent = z.infer; type AppSyncEventsPublishEvent = z.infer; type AppSyncEventsSubscribeEvent = z.infer; type CloudWatchLogEvent = z.infer; type CloudWatchLogsDecode = z.infer; type CloudFormationCustomResourceCreateEvent = z.infer; type CloudFormationCustomResourceDeleteEvent = z.infer; type CloudFormationCustomResourceUpdateEvent = z.infer; type CloudWatchLogsEvent = z.infer; type DynamoDBStreamEvent = z.infer; type DynamoDBStreamRecord = z.infer; type DynamoDBStreamToKinesisRecordEvent = z.infer; type EventBridgeEvent = z.infer; type KafkaSelfManagedEvent = z.infer; type KafkaRecord = z.infer; type KafkaMskEvent = z.infer; type KinesisDataStreamEvent = z.infer; type KinesisDynamoDBStreamEvent = z.infer; type KinesisDataStreamRecordEvent = z.infer; type KinesisFireHoseEvent = z.infer; type KinesisFirehoseRecord = z.infer; type KinesisFireHoseSqsEvent = z.infer; type KinesisFirehoseSqsRecord = z.infer; type LambdaFunctionUrlEvent = z.infer; type S3Event = z.infer; type S3EventNotificationEventBridge = z.infer; type S3SqsEventNotification = z.infer; type S3ObjectLambdaEvent = z.infer; type SesEvent = z.infer; type SesRecord = z.infer; type SnsEvent = z.infer; type SnsSqsNotification = z.infer; type SnsNotification = z.infer; type SnsRecord = z.infer; type SqsEvent = z.infer; type SqsRecord = z.infer; type TransferFamilyEvent = z.infer; type VpcLatticeEvent = z.infer; type VpcLatticeEventV2 = z.infer; export type { ALBEvent, APIGatewayEventRequestContext, APIGatewayProxyEvent, APIGatewayProxyEventV2, APIGatewayProxyWebsocketEvent, APIGatewayRequestAuthorizerEvent, APIGatewayRequestAuthorizerEventV2, APIGatewayTokenAuthorizerEvent, AppSyncBatchResolverEvent, AppSyncEventsPublishEvent, AppSyncEventsSubscribeEvent, AppSyncResolverEvent, CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceDeleteEvent, CloudFormationCustomResourceUpdateEvent, CloudWatchLogEvent, CloudWatchLogsDecode, CloudWatchLogsEvent, DynamoDBStreamEvent, DynamoDBStreamRecord, DynamoDBStreamToKinesisRecordEvent, EventBridgeEvent, KafkaMskEvent, KafkaRecord, KafkaSelfManagedEvent, KinesisDataStreamEvent, KinesisDataStreamRecordEvent, KinesisDynamoDBStreamEvent, KinesisFireHoseEvent, KinesisFireHoseSqsEvent, KinesisFirehoseRecord, KinesisFirehoseSqsRecord, LambdaFunctionUrlEvent, S3Event, S3EventNotificationEventBridge, S3ObjectLambdaEvent, S3SqsEventNotification, SesEvent, SesRecord, SnsEvent, SnsNotification, SnsRecord, SnsSqsNotification, SqsEvent, SqsRecord, TransferFamilyEvent, VpcLatticeEvent, VpcLatticeEventV2, }; //# sourceMappingURL=schema.d.ts.map