interface StreamRecordimport { type StreamRecord } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; PropertiesoptionalApproximateCreationDateTime: numberoptionalKeys: { [key: string]: AttributeValue; }optionalNewImage: { [key: string]: AttributeValue; }optionalOldImage: { [key: string]: AttributeValue; }optionalSequenceNumber: stringoptionalSizeBytes: numberoptionalStreamViewType: | "KEYS_ONLY" | "NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES"