interface S3EventRecordimport { type S3EventRecord } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; PropertieseventVersion: stringeventSource: stringawsRegion: stringeventTime: stringeventName: stringuserIdentity: { principalId: string; }requestParameters: { sourceIPAddress: string; }responseElements: { x-amz-request-id: string; x-amz-id-2: string; }s3: { s3SchemaVersion: string; configurationId: string; bucket: { name: string; ownerIdentity: { principalId: string; }; arn: string; }; object: { key: string; size: number; eTag: string; versionId?: string; sequencer: string; }; }optionalglacierEventData: S3EventRecordGlacierEventData