Variable CloudWatchLogEventSchemaConst
CloudWatchLogEventSchema: ZodObject<
{ id: ZodString; message: ZodString; timestamp: ZodNumber },
"strip",
{ id: string; message: string; timestamp: number },
{ id: string; message: string; timestamp: number },
> = ...